Installing Windows PowerShell

PowerShell comes installed as part of the operating system in Windows 7. I checked my system which is a base install of Windows 7 SP1. The ISE or integrated scripting envrionment is the place to code, debug and launch scripts. To open the development environment, type powershell_ise at the run or command prompt to launch the application. At this point, you have to decide if you can live with the current version or install the new version. There are two commands that can be used to find the version. The…