Re: Is there any way to create DNS entries programatically?
From: William Stacey [MVP] (staceywREMOVE_at_mvps.org)
Date: 04/10/04
- Next message: Herb Martin: "Re: DNS client service missing"
- Previous message: Ace Fekay [MVP]: "Re: DNS client service missing"
- In reply to: Neo: "Is there any way to create DNS entries programatically?"
- Next in thread: korendir: "Re: Is there any way to create DNS entries programatically?"
- Reply: korendir: "Re: Is there any way to create DNS entries programatically?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 10 Apr 2004 00:36:34 -0400
WMI or ADSI is the way to do it so far. If you use .Net and c# I have some
examples. If you use c++, don't have any examples, buy you could find some
on google I would think. For WMI to work, you need the dns wmi provider
installed on the dns server you want to manage. This registers the
namespaces, etc. They have many examples use vbscript in the dnsprov pack.
I think it is in the w2k rez kit. You can also get it off the MS site if
you look for wmi and dns.
-- William Stacey, MVP "Neo" <neo_in_matrix@msn.com> wrote in message news:u4WOGjeHEHA.2744@TK2MSFTNGP10.phx.gbl... > I see there are a bunch of Dns* APIs in MSND Platform SDK documentaton. > But there are not samples. It's too hard to start with those cryptic > APIs. Can anyone give me some samples?
- Next message: Herb Martin: "Re: DNS client service missing"
- Previous message: Ace Fekay [MVP]: "Re: DNS client service missing"
- In reply to: Neo: "Is there any way to create DNS entries programatically?"
- Next in thread: korendir: "Re: Is there any way to create DNS entries programatically?"
- Reply: korendir: "Re: Is there any way to create DNS entries programatically?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|