cmd/wmi
wmic NIC where NetEnabled=true get Name,Speed
Powershell
Get-NetAdapter | where Status -eq "Up" | select InterfaceDescription, LinkSpeed
No comments:
Post a Comment