Hi, I have a list of hostnames in a textfile. These are non-Windows devices
and we use Bind DNS. I want to resolve those names using a script to an IP
Address and write that to a text file. I'm not sure if I can use nslookup or
just ping the devices and then add them in to a text file, whichever would be
easiest, but in the text file, I need to end up with ONLY the hostname and
IP. I have a netsh command I can then run from a for loop in a batch script
to add the records to a wins server, to create static entries, which is what
I'm after, but I'm stuck on getting the actual hostnames resolved to an IP
address. Any suggestions?
--
Beckyibop