Skip to content

Instantly share code, notes, and snippets.

@lazywinadmin
Created February 25, 2016 12:54
Show Gist options
  • Save lazywinadmin/615287155ec747219ff7 to your computer and use it in GitHub Desktop.
Save lazywinadmin/615287155ec747219ff7 to your computer and use it in GitHub Desktop.
function Get-Uptime {
[timespan]::FromSeconds([double][System.Diagnostics.Stopwatch]::GetTimestamp() / [double][System.Diagnostics.Stopwatch]::Frequency)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment