Skip to content

Instantly share code, notes, and snippets.

@caquino
Created June 23, 2013 01:51
Show Gist options
  • Save caquino/5843412 to your computer and use it in GitHub Desktop.
Save caquino/5843412 to your computer and use it in GitHub Desktop.
Get-NetAdapter | where {$_.status -eq "UP" -and $_.interfacedescription -like "*Multiplex*"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment