cBrandon Community

General Category => Windows Fixes => Topic started by: branx86 on June 15, 2021, 07:56:11 AM

Title: Check NIC speed CMD
Post by: branx86 on June 15, 2021, 07:56:11 AM
cmd to check nic or wireless card speed

wmic nic where netEnabled=true get name, speed


in Powershell
Get-NetAdapter | select interfaceDescription, name, status, linkSpeed