What’s the command-line utility in Windows to do a reverse DNS look-up?

ping -a w.x.y.z

Should resolve the name from the IP address if the reverse lookup zone has been set up properly. If the reverse lookup zone does not have an entry for the record, the -a will just ping without a name.

Leave a Comment