November 30th, 2013

PowerTip: Find PowerShell Version

Doctor Scripto
Scripter

Summary: Easily find your Windows PowerShell version.

Hey, Scripting Guy! Question Is there a single command I can use to find the version of Windows PowerShell I am running, plus the version of
          WSMan and the .NET Framework command-line reference (CLR)?

Hey, Scripting Guy! Answer Use the $PSVersionTable automatic variable to display the Windows PowerShell version,
          WSMan stack information, .NET Framework CLR version information, and other information:

PS C:\> $PSVersionTable

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback