Determine installed PowerShell version

前端 未结 19 2398
半阙折子戏
半阙折子戏 2020-11-22 09:40

How can I determine what version of PowerShell is installed on a computer, and indeed if it is installed at all?

19条回答
  •  情深已故
    2020-11-22 10:03

    You can also call the "host" command from the PowerShell commandline. It should give you the value of the $host variable.

提交回复
热议问题