On Windows Server 2003 how do I dump the dns cache using the dnscmd.exe command line utility. Suppose I am on 192.168.1.50 (dns server) and I know my zone names. Suppose I want to see all the cached dns names for external sites.
How would I do that? How would I specify a domainame so as to see all the cnames, A, and PTR records
dnscmd /EnumRecords /Cache /nodename
I have no idea what to specifiy for a nodename for all those cached entrys from the web (not locally cached names from zones inside the domain).