Friday, 18 March 2011

Powershell Command to add Poweshell ISE

To use Powershell ISE (Integrated Script Env, I guess) on Win 2008 R2, the Powershell-ISE feature needed to be added

This can be done using powershell as bellow


Import-Module Servermanager;
Add-WindowsFeature "PowerShell-ISE"

0 comments:

Post a Comment