Skip to content

Instantly share code, notes, and snippets.

@justinloring
Created July 30, 2019 13:05
Show Gist options
  • Save justinloring/d524968c7aa4225dbc957c8ec6d147db to your computer and use it in GitHub Desktop.
Save justinloring/d524968c7aa4225dbc957c8ec6d147db to your computer and use it in GitHub Desktop.
Active Network Interface Uptime
Get-CimInstance Win32_networkadapter | Where NetEnabled -eq $true | ft Name,TimeOfLastReset -auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment