To check what version of Powershell is installed run the following command:
1 | $PSVersionTable .PSVersion |
The major level represents the version of Powershell that is currently installed
To check what version of Powershell is installed run the following command:
1 | $PSVersionTable .PSVersion |
The major level represents the version of Powershell that is currently installed