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
Этот браузер больше не поддерживается.
Выполните обновление до Microsoft Edge, чтобы воспользоваться новейшими функциями, обновлениями для системы безопасности и технической поддержкой.
To determine the PowerShell version you are running just execute the following command:
get-host | select Version