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 
Shell :: clearing dns cache 
Shell :: pip check for updates 
Shell :: find php.ini ubuntu 
Shell :: curl not found 
Shell :: reinit gitignore 
Shell :: git undo commit 
Shell :: display nginx logs 
Shell :: clean manjaro 
Shell :: updated gitignore not working 
Shell :: ping command not found docker 
Shell :: linux install ping 
Shell :: debian install killall 
Shell :: how to uninstall jdk java 
Shell :: how to pip install asyncio 
Shell :: how to install sublime text on arch linux 
Shell :: gh-pages 
Shell :: firebase : File C:UsersAbrar MahiAppDataRoaming pmfirebase.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at 
Shell :: error installing pyodbc linux 
Shell :: linux chown www-data 
Shell :: update all chocolatey packages 
Shell :: error: cannot open .git/FETCH_HEAD: Permission denied 
Shell :: install node js ubuntu 
Shell :: install firebase angular 8 
Shell :: wsl ubuntu reboot 
Shell :: react select install 
Shell :: vs force restore all packages command line 
Shell :: how to check the current git user 
Shell :: restart ssh service mac 
Shell :: install git gui ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =