Powershell ISE is not installed by default on Windows Server 2008 R2
To install it, launch Powershell and enter the following commands:
Import-Module ServerManager
Add-WindowsFeature PowerShell-ISE
Powershell ISE is not installed by default on Windows Server 2008 R2
To install it, launch Powershell and enter the following commands:
Import-Module ServerManager
Add-WindowsFeature PowerShell-ISE