The servers that this will run on have upto 8 NICS all with different names and address. So I'm trying to get the code to produce this type of output :
servername, LAN, 192.168.1.200
servername, SWITCH1, 192.168.1.210
servername, SWITCH2, 192.168.1.220
Once I have the output right I can then...