PowerShell ISE (Integrated Scripting Environment) gets installed by default with Windows 7 or Windows Server 2008 R2 but doesn't show in the start menu. There are two ways to enable PowerShell ISE.
Using PowerShell
Import-Module ServerManager Add-WindowsFeature PowerShell-ISE
Using Server Explorer