“Verifique la versión de PowerShell” Código de respuesta

Verifique la versión de PowerShell

Get-Host | Select-Object Version
Impossible Ibex

Verifique la versión de 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

Respuestas similares a “Verifique la versión de PowerShell”

Preguntas similares a “Verifique la versión de PowerShell”

Más respuestas relacionadas con “Verifique la versión de PowerShell” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código