Skip to content

Instantly share code, notes, and snippets.

@SweetAsNZ
Created July 25, 2022 08:05
Show Gist options
  • Save SweetAsNZ/1f3019393a7dbb5f5dc39016eb41e7f2 to your computer and use it in GitHub Desktop.
Save SweetAsNZ/1f3019393a7dbb5f5dc39016eb41e7f2 to your computer and use it in GitHub Desktop.
Get Up Time
function Get-UpTime
{
(Get-CimInstance -ClassName Win32_OperatingSystem | Select LastBootUpTime).LastBootUpTime
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment