Here are steps to install Windows Powershell ISE on Windows Server 2008 R2.
- Go to Server Manager –> Features –> Add Features
- Make sure you check “Windows Powershell Integrated Scripting Environment (ISE)”, and finish the wizard.
And, Powershell ISE will be installed. I find Powershell ISE good for development/debugging of long powershell scripts. Here is how it looks like,
If you want to learn more about Powershell ISE, this can be a good place to start.
I have just started learning powershell, so more posts on Powershell in general may be coming…