Summary: Easily find your Windows PowerShell version.
How can I find information about my Windows PowerShell version?
Use the $psversionTable automatic variable with the PSVersion property, for example:
$PSVersionTable.PSVersion.Major
Summary: Easily find your Windows PowerShell version.
How can I find information about my Windows PowerShell version?
Use the $psversionTable automatic variable with the PSVersion property, for example:
$PSVersionTable.PSVersion.Major
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