PowerShell
PowerShell copied to clipboard
Fix Get-Uptime.ps1
Change "$CimResult.lastbootuptime" in the "Computer" foreach loop to "$HumanTimeFormat". Add [Ordered] in front of the "$Properties" tables to keep the line in order.