PowerShell icon indicating copy to clipboard operation
PowerShell copied to clipboard

Fix Get-Uptime.ps1

Open Kmemberg opened this issue 10 months ago • 0 comments

Change "$CimResult.lastbootuptime" in the "Computer" foreach loop to "$HumanTimeFormat". Add [Ordered] in front of the "$Properties" tables to keep the line in order.

Kmemberg avatar Dec 27 '24 09:12 Kmemberg