How to check the PowerShell version using commands?

Опубликовано: 05 Май 2026
на канале: Tech Garbage
35
1

We can get the PowerShell versions using various commands. Before that open the PowerShell terminal from search bar or run command window.

Your can use the below commands to get PowerShell versions.
$PSVersionTable
$PSVersionTable.PSVersion
$Host
$Host.Version