Windows Server 2008 R2: 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.
Using PowerShell
- Open Powershell Window
- Execute following cmdlets.
Import-Module ServerManager
Add-WindowsFeature PowerShell-ISE