Hi we have cluster servers and web servers that we assign multiple I.P. addresses to one single NIC. Is there any way with relevance to retrieve all the NIC names with all the the assigned I.P. Addresses.
Result should look like
Hostname NIC\Addresses
Jupiter Nic#1 - 10.10.10.7,10.10.11.7
Nic#2 - 10.7.8.10
Mars Nic#1 - 10.10.10.29,10.10.11.18,10.10.11.77
Nic#2 - 10.7.8.10
( (friendly name of it) & " - " & (concatenation ", " of (it as string as trimmed string) of addresses of it) ) of adapters whose(exists addresses of it) of network
( (friendly name of it) & " - " & (concatenation ", " of (it as string as trimmed string) of addresses of it) ) of adapters whose(exists addresses of it) of network
This is so so close, Unfortunately I only get a result of only one IP assigned to the server.
Jupiter Nic#1 - 10.10.10.7
Nic#2 - 10.7.8.10
Where I would like to get the Nics with multiple IP’s assigned to them listed not just one IP
Yea it doesnt seem to see the aditional IP’s. I am going to run this through my AVP support and see if there is a workaround or if we need to put in a RFE.