PowerTip: Check Version of PowerShell

Doctor Scripto

Summary: Learn how to check your version of Windows PowerShell.

Hey, Scripting Guy! Question How can I find what version of Windows PowerShell my computer is running?

Hey, Scripting Guy! Answer Use the automatic $PSVersionTable variable, and check the PSVersion property, for example:

$PSVersionTable.PSVersion

0 comments

Discussion is closed.

Feedback usabilla icon