PowerTip: Find the PowerShell Version

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon