Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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