Version Checking
Let's start with the basics and learn how to check the version.
Version
The version is the first thing we learn to check in PowerShell, using the automatic variable $PSVersionTable
.
## checking version
$PSVersionTable
## to check major, minor, build and release version
$PSVersionTable.PSVersion
Type the above command in the terminal below to see the version of PowerShell.
Get hands-on with 1300+ tech skills courses.