How to Check PowerShell Version

The $PSVersionTable automatic variable in PowerShell checks the PowerShell version and gets the PSVersion. $PSVersionTable is an automatic variable in PowerShell is a read-only hash …

Read more