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.
1 2 3 |
Import-Module ServerManager Add-WindowsFeature PowerShell-ISE |
1 |
<a href="https://msdnshared.blob.core.windows.net/media/MSDNBlogsFS/prod.evol.blogs.msdn.com/CommunityServer.Blogs.Components.WeblogFiles/00/00/01/42/44/1563.Untitled.png"><img src="https://msdnshared.blob.core.windows.net/media/MSDNBlogsFS/prod.evol.blogs.msdn.com/CommunityServer.Blogs.Components.WeblogFiles/00/00/01/42/44/1563.Untitled.png" alt="" border="0" /></a> |
Using Server Explorer
- Open the Server Explorer
- Navigate to the Features Node
- Right-click on Features node, select “Add Features”
- You will get Add Features wizard with list of features provided with checkboxes.
- Check the “Windows PowerShell Integrated Scripting Environment (ISE)”
- Click on Next button
- Click on Install button.