Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check powershell version

PS C:> $PSVersionTable.PSVersion
Comment

Get PowerShell Version

$PSVersionTable.PSVersion
Comment

Check PowerShell version

Get-Host | Select-Object Version
Comment

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.
Comment

Get PowerShell Version

Get-Host
Comment

PREVIOUS NEXT
Code Example
Shell :: dns flush windows 
Shell :: flush dns cmd 
Shell :: how to uninstall thunderbird ubuntu terminal 
Shell :: stop port 3000 mac 
Shell :: reload zshrc 
Shell :: docker stop all 
Shell :: sudo: aptitude: command not found 
Shell :: nonexistentpath data directory /data/db not found 
Shell :: manjaro clean up disk space 
Shell :: curl ip address 
Shell :: install ping docker 
Shell :: ubuntu 18 ffmpeg install 
Shell :: how to change hostname in ubuntu 
Shell :: ngrok brew 
Shell :: apple m1 pod install issue 
Shell :: how to see the remote url in git 
Shell :: how to install gh-pages 
Shell :: install nano ubuntu 
Shell :: ubuntu see port usage 
Shell :: install nmap ubuntu 
Shell :: linux set python 3 as default 
Shell :: cmake must be installed to build dlib 
Shell :: Install Material ui on react app 
Shell :: git push to another remote branch overwrite 
Shell :: To check the WSL version installed on Windows 10 or 11 
Shell :: paint for ubuntu 
Shell :: docker remove images without tag 
Shell :: linux process vs service vs daemon 
Shell :: install sklearn in pycharm 
Shell :: fix failed to fetch in apt-get update 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =