Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find the PowerShell Version

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles