pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


powershell list all network adapters
Posted by Anonymous on Thu 27th Feb 2025 12:25
raw | new post

  1. # powershell list all network adapters
  2. powershell -Command ' Get-NetAdapter -Physical | Where-Object {$_.InterfaceDescription -notlike "*Virtual*" -and $_.Status -eq "Up"} | ForEach-Object {$_.Name}'

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at