Pages

Thursday, November 21, 2013

Enabling Powershell ISE in new Win2k8 Machine

PowerShell ISE (Integrated Scripting Environment) gets installed by default Windows Server 2008 R2 But you will not be able to see it in your Programs --> Accessories ---> Windows Powershell


GUI Way :
You can install it through the server Manager - Click Add Feature - Select  “Windows PowerShell Integrated Scripting Environment (ISE)” - Install


Powershell Way :

  1. Open Powershell Window [ Run As Administrator]
  2. Import-Module Server Manager
  3. Add-WindowsFeature Powershell-ISE