Get-PSVersions: Retrieve PowerShell version remotely
Okay at the end it's a simple $PSVersion wrapped in an Invoke-Command but hey these simple things are needful in case you need to run it against of 100s of servers and not just locally. With the help of Invoke-Command via WinRM and $PSVersionTable.psversion wrapped in...
13 May, 2017
/ 0 Comments