Determine PowerShell version
To determine the PowerShell version you are running just execute the following command:
get-host | select Version
Comments
- Anonymous
January 01, 2003
The comment has been removed
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
To determine the PowerShell version you are running just execute the following command:
get-host | select Version