How to check the version of PowerShell Installed on the PC?
The Basic command to check the version of the Powershell installed is to use the variable $PSVersionTable
Here the version is given as 2.0 . Where 2 is the Major version and 0 is the minor version
To get the Major and Minor version use the following command
The Basic command to check the version of the Powershell installed is to use the variable $PSVersionTable
Here the version is given as 2.0 . Where 2 is the Major version and 0 is the minor version
To get the Major and Minor version use the following command
No comments:
Post a Comment