How to install Powershell ISE on Server 2008 R2
Install Powershell ISE on Server 2008 R2
The Windows PowerShell Integrated Scripting Environment (ISE) is not natively included in Server 2008 R2.
There may come a time though where you may want to whip up a quick Powershell script and the ISE can come in handy.
You can easily install the Powershell ISE on Server 2008 R2 using the following import command:
Import-Module ServerManager; Add-WindowsFeature PowerShell-ISE
Simply copy and paste that into a powershell window to import the ISE on your server.
For more information, check out:
Windows PowerShell Integrated Scripting Environment Overview