Answers for "version of my powershell"

4

what version of powershell do i have

(Get-Host).Version
Posted by: Guest on July-07-2021
0

check powershell version

To find the PowerShell version in Windows,
Open PowerShell. ...
Type or copy-paste the following command: Get-Host | Select-Object Version .
In the output, you will see the version of PowerShell.
Alternatively, type: $PSVersionTable and hit the Enter key.
See the line that says PSVersion.
Posted by: Guest on January-14-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language