Method 1
- open Command Prompt.
- type powershell , press Enter
- type Get-host
or
type $host.Version - then you can see the version
Method 2
- open Command Prompt.
- type powershell , press Enter
- type $PSVersionTable
- then you can see the version
Method 3
- open Command Prompt.
- type powershell , press Enter
- type (Get-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine -Name 'PowerShellVersion').PowerShellVersion
- then you can see the version
command line program, command prompt software, terminal, bash shell
Bibliography
https://superops.com/PowerShell;Wiley Publisher
PowerShell;Apress Publisher
Tidak ada komentar:
Posting Komentar