Here is a quick and easy way to find out what version of .Net Powershell is using.
[Reflection.Assembly]::GetAssembly([String])
It uses the GetAssembly static method, passing in the .Net base class type of String.
Posted
May 28 2007, 11:34 PM
by
David