Posts Descobrindo a Versão do Powershell
Post
Cancel

Descobrindo a Versão do Powershell

Apresento aqui duas opções:

1. Lendo variável

1
$PSVersionTable

2. Get-Host


1
Get-Host | Select-Object Version

Veja abaixo o resultado de ambos os comandos:

Versao do Powershell

This post is licensed under CC BY 4.0 by the author.