Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PowerShell ISE (Integrated Scripting Environment) gets installed by default with Windows 7 or Windows Server 2008 R2 but doesn't show in the start menu. There are two ways to enable PowerShell ISE.
Using PowerShell
- Open Powershell Window
- Execute following cmdlets.
Import-Module ServerManager
Add-WindowsFeature PowerShell-ISE
Using Server Explorer
- Open the Server Explorer
- Navigate to the Features Node
- Right-click on Features node, select “ Add Features ”
- You will get Add Features wizard with list of features provided with checkboxes.
- Check the “Windows PowerShell Integrated Scripting Environment (ISE)”
- Click on Next button
- Click on Install button.
Comments
Anonymous
May 06, 2014
FYI you need to close and re-open PowerShell for the change to take effect. Enabling the ISE allows use of | out-GridViewAnonymous
June 26, 2014
didnt have to close and re-openAnonymous
December 04, 2014
ThanksAnonymous
May 22, 2015
This was helpful Thank you Guru Pratap KetepalliAnonymous
August 27, 2015
This was helpful, thanks for updating