Is there a built-in command line tool that will do reverse DNS look-ups in Windows? I.e., something like <toolname> w.x.y.z => mycomputername
I’ve tried:
-
nslookup: seems to be forward look-up only. -
host: doesn’t exist -
dig: also doesn’t exist.
I found “What’s the reverse DNS command line utility?” via a search, but this is specifically looking for a *nix utility, not a Windows one.