Skip to content

Instantly share code, notes, and snippets.

@ryanwebjackson
Last active November 14, 2017 19:09
Show Gist options
  • Save ryanwebjackson/f797dbeb6fb80df4c1b8ede35ed44597 to your computer and use it in GitHub Desktop.
Save ryanwebjackson/f797dbeb6fb80df4c1b8ede35ed44597 to your computer and use it in GitHub Desktop.
function uptime() {
(get-date) - (gcim Win32_OperatingSystem).LastBootUpTime | Format-Table
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment