“Verifique a versão do PowerShell” Respostas de código

Verifique a versão do PowerShell

Get-Host | Select-Object Version
Impossible Ibex

Verifique a versão do PowerShell

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.
Stentechy

Respostas semelhantes a “Verifique a versão do PowerShell”

Perguntas semelhantes a “Verifique a versão do PowerShell”

Mais respostas relacionadas para “Verifique a versão do PowerShell” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código