Kamis, 10 Oktober 2024

How To Check Your PowerShell Version

Method 1

  1. open Command Prompt.
  2. type powershell , press Enter
  3. type Get-host
    or
    type $host.Version
  4. then you can see the version

Method 2

  1. open Command Prompt.
  2. type powershell , press Enter
  3. type $PSVersionTable
  4. then you can see the version

Method 3

  1. open Command Prompt.
  2. type powershell , press Enter
  3. type (Get-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine -Name 'PowerShellVersion').PowerShellVersion
  4. 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

Various Other Posts