For those of you who don’t know the powershell version, here’s a way to retreive the information from within powershell:

> Get-Host | select version

You should get something like :

Version
——-
2.0

In my case, I have Powershell 2.0 installed.