Enable PowerShell ISE on Server 2008

PowerShell ISE is GUI utility which allows us to create, test, debug powershell scripts is graphical mode. Powershell ISE is installed on Windows 7 by default. But we need to enable Powershell ISE on Server 2008 by following these steps:

1. Launch PoserShell and run thse command: 
    Import-Module ServerManager 
    
Add-WindowsFeature PowerShell-ISE

image

PowerShell ISE has been installed on Server 2008.

No comments:

Post a Comment