다음을 통해 공유


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

  1. Open Powershell Window
  2. Execute following cmdlets.
 Import-Module ServerManager 
 Add-WindowsFeature PowerShell-ISE
 

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