Version Checking
Let's start with the basics and learn how to check the version.
We'll cover the following
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 1400+ tech skills courses.