Share via


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

  1. Open Powershell Window
  2. 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

  1. Open the Server Manager
  2. Navigate to the Features
  3. Right-click on Features, select “Add Features
  4. You will get Add Features wizard with list of features provided with checkboxes.
  5. Check the “Windows PowerShell Integrated Scripting Environment (ISE)
  6. Click on Next button
  7. Click on Install button