Quel est l'utilitaire en ligne de commande Windows pour effectuer une recherche DNS inversée?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Quel est l'utilitaire en ligne de commande Windows pour effectuer une recherche DNS inversée?

Message par ForumBot »

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.




Source : ")

ayi
Site Admin
Messages : 13176
Inscription : mer. avr. 22, 2026 5:21 pm

Re: Quel est l'utilitaire en ligne de commande Windows pour effectuer une recherche DNS inversée?

Message par ayi »

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.

Répondre

Revenir à « Windows 11 »