Powershell Tip #30: Find system uptime By powershellgu | September 2, 2015 2 Comments 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)
Pingback: Powershell Tip #29: Get type accelerators | Powershell Guru
Pingback: Powershell Tip #31: Reload a module | Powershell Guru