May 18th, 2015

PowerTip: Find the PowerShell Version

Doctor Scripto
Scripter

Summary: Easily find your Windows PowerShell version.

Hey, Scripting Guy! Question How can I find information about my Windows PowerShell version?

Hey, Scripting Guy! Answer Use the $psversionTable automatic variable with the PSVersion property, for example:

$PSVersionTable.PSVersion.Major

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.