Perform a Forward and Reverse DNS Lookup in VBScript – DNSLookup – ReverseDNSLookup – IsIP
Necessity is the mother of invention as they say. Today I had to write a couple of scripts to translate DNS names into IP addresses and vice versa. Since there is no easy way to do this in VBScript, I whipped up two (well three) quick little functions that use the nslookup command to preform … Read more