Enabling Powershell-ISE in Windows Server

To use PowerShell-ISE (Integrated Scripting Environment) on a Windows 2008 R2 server it is necessary to first enable it. There are just a few simple steps to take to do this…

  1. Run PowerShell with Administrator privileges (right-click PowerShell -> Run as administrator).
  2. Import the Server Manager PowerShell module.
    1. Import ServerManager
  3. Next, add the Powershell-ISE feature.
    1. Add PowerShell-ISE

That’s all there is to it! The result from the last command shows that the feature was successfully installed and that no restart is required.
Now when you click through Start -> All Programs -> Accessories -> Windows PowerShell you will see both the 32-bit and 64-bit versions of PowerShell-ISE available.
PowerShell-ISE Available
Hope this helps to save some time and frustation 🙂


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *