0

I'm looking to test, on a large number of servers, whether or not the duplex settings on the network interfaces have been set up properly.

Is there a tool, or set of scripts, which I can run against the servers, to test their settings?

The servers in question are Windows 2003 and windows 2008 machines.

blueberryfields
  • 757
  • 1
  • 7
  • 17

1 Answers1

1

Duplex setting is very eratic with regards to scripting support. Some vendors (such as Intel) give a WMI provider that gives it, others write to the registry and text files blah blah blah. You can get link speed pretty reliably, but duplex settings can be problematic.

squillman
  • 37,883
  • 12
  • 92
  • 146