DNS Import/Export Functionality

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking at doing a batch import of resource records into Windows 2003
DNS, is there such a tool/way to do this?

I'm also trying to extract the aging information on resource records so I
can see what records will be delted when I run scavange. Can this be done?

Regards,

Brian
 
In
BrianG said:
I'm looking at doing a batch import of resource records
into Windows 2003 DNS, is there such a tool/way to do
this?

I'm also trying to extract the aging information on
resource records so I can see what records will be delted
when I run scavange. Can this be done?

No tool I know of to import/export individual records, you can export/import
all zones and data using dnsdump from www.reskit.net/scripts

Im not saying it can't be done, with a batch file using dnscmd.exe it
probably can be if you want to write the batch file. Byt the time you get
all the commands written into the batch file, you can probably have it done
with dnscmd.
for help type dnscmd /? or dnscmd <CommandName> /?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top