Knight Talks Tech

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.
  3. Next, add the Powershell-ISE feature.

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.

Hope this helps to save some time and frustation 🙂

Exit mobile version