Hello, would it be possible to scan for the connection speed of the active network adapters as well during the scanning phase?
For example, here's a WMI query for Windows OS that could possibly be used to detect if it's fast ethernet or gig ethernet.
wmic NIC where NetEnabled=true get Name, Speed
This would be useful because I can produce reports showing all devices that are not connected at gig-e rate. In a situation where the PC is hanging off a VOIP phone or switch and that intermediate device operates at gig-e on the uplink, but drops to 100 Mb, this report will easily identify them.