Getting all DNS records form a Internet domain via nslookup
This is a quick and easy way to grab all DNS records from a domain. All you need is the name of the domain you want to query and the DNS server that is handling the domain. Here is how you do:
Open up a command prompt and type:
C:\> nslookup - your.dns.server
In the nslookup prompt, type:
> set q=any
> ls -d domain.name
Hope this helps.