I know about dnscmd /enumrecords, however what I want to do is export all records from every single zone housed on this server.

I was hoping there was a simple recursive function to do this. We have 100s of DNS zones on our server, so I'm not about to run a 'dnscmd /enumrecords' manually for all of them.

link|improve this question
feedback

1 Answer

Check out the DNSShell plugin for PowerShell.

link|improve this answer
2  
I found the solution, very simple. dnscmd /zoneexport gets all the records in a zone into a text file. – Bob Jul 28 '11 at 17:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.