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
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
To determine the PowerShell version you are running just execute the following command:
get-host | select Version