- # powershell list all network adapters
- powershell -Command ' Get-NetAdapter -Physical | Where-Object {$_.InterfaceDescription -notlike "*Virtual*" -and $_.Status -eq "Up"} | ForEach-Object {$_.Name}'
powershell list all network adapters
Posted by Anonymous on Thu 27th Feb 2025 12:25
raw | new post
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.