📌  相关文章
📜  检查 powershell 版本 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:39.557000             🧑  作者: Mango

代码示例1
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.