Are there commands available in Windows and UNIX that will dump the following bits of information:
- NIC type
- NIC speed
- NIC duplex settings
The above information is required for all available NICs on a machine.
I think that this information may be available with the UNIX 'ifconfig' command but I don't know the Windows equivalent of it. Perhaps a WMI query would be able to get this information on Windows?