Powershell Tip #30: Find system uptime By powershellgu | September 2, 2015 0 Comment Tip: You can find the system uptime (the elapsed time since Windows restarted) with PowerShell: PowerShell [Timespan]::FromMilliseconds([Environment]::TickCount) 1 [Timespan]::FromMilliseconds([Environment]::TickCount)