'-----
Set Ndis = GetObject("WinMgmts:root/wmi").InstancesOf("MSNdis_LinkSpeed")
For Each obj In Ndis
WScript.Echo obj.InstanceName & ": " & obj.NdisLinkSpeed / 10000, "Mb/s"
Next
'-----
I'm not expirienced in wmi so you might ask in a wmi-related group.
Even the MSNdis_LinkSpeed WMI script in the previous post is
not to be completely trusted...
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.