Monday, January 14, 2013

Which .Net Version is my Powershell using?

To discover which .Net version your Powershell console is using, simply insert the following command:


[System.Reflection.Assembly]::GetExecutingAssembly().ImageRuntimeVersion

No comments: