DNS WMI Provider does not scale

  • Thread starter Thread starter Jerry P
  • Start date Start date
J

Jerry P

Can anyone recommend a software tool for programmatic management of DNS?
The WMI provider did not scale well at all when we added two redundant DNS
servers for hosting domain names in active directory.

JerryP
 
Other then WMI, not many options. If your using AD you can use ADSI. If
using std primaries, you could manange the zone files yourself in code and
just reload them as needed. I don't think the number dns servers, however,
impacts WMI performance. It's slow on one, it's slow on two. When you make
a change, your still going after one server.
 

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

Similar Threads


Back
Top