Windows Server 2008 R2: How to Enable Powershell ISE
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.
Enabling this feature from Server Manager or using a Windows PowerShell command.
Using PowerShell
- Open Powershell Window
- Execute following cmdlets.
Import-Module ServerManager
http://www.techrid.com/wp-content/uploads/2015/03/PowershellISE1-300x32.png
Add-WindowsFeature PowerShell-ISE
http://www.techrid.com/wp-content/uploads/2015/03/PowershellISE2-300x35.png
http://www.techrid.com/wp-content/uploads/2015/03/PowershellISE3-300x44.png
Opening Windows Powershell ISE
http://www.techrid.com/wp-content/uploads/2015/03/PowershellISE4-300x209.png
Here you go. Now you can try writing scripts.
http://www.techrid.com/wp-content/uploads/2015/03/PowershellISE5-300x239.png
Using Server Manager
- Open the Server Manager
- Navigate to the Features
- Right-click on Features, 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