Powershell PowerShell With Uptime – Getting Days Only Writer #1, 2017-12-16 There is a handy and free tool to check your system's uptime called "Uptime". (Clever, no?) It… Continue Reading
PowerShell – Get Boot Time of Computer Writer #1, 2016-03-18 Show Date/Time Of Last Boot Get-WmiObject -class Win32_OperatingSystem | Select-Object __SERVER,@{label='LastBootUpTime';expression={$_.ConvertToDateTime($_.LastBootUpTime)}} Continue Reading