PowerShell 2.0 is installed by default in Windows Server 2008 R2. However, the PowerShell ISE is not… Turns out that the ISE is not installed by default and needs to be added as a Feature.
This is different to a manual install of PowerShell 2 on Windows 2008 (or 2003) where the ISE is included as part of the Windows Management Framework Install.
You can get this feature installed via the following PowerShell commands:
Import
-Module
ServerManager
Add
-Windowsfeature
PowerShell
-ISE