Location: List Archives

List Archives

This forum is an archive of all posts to our mailing list over the past few years.  The forum is set read only therefore to contribute you will need to join our list community.  See more info about this here.

 

When subscribed to the list you should use your standard email client to send your posts to ActiveDir@mail.activedir.org.

List Archives

Subject: [ActiveDir] Determine when zone is created in AD
Prev Next
You are not authorized to post a reply.

AuthorMessages
rajnet2User is Offline

Posts:56

06/01/2010 7:27 PM  
Hi,

May be this query is easy for many of you, but I would like to know that
when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to
know this?

Rajneesh Kumar

bdesmondUser is Offline

Posts:977

06/01/2010 7:35 PM  
You could look at the whenCreated attribute on the object...

Thanks,
Brian Desmond
brian@briandesmond.com

c - 312.731.3132

From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of rajneesh kumar
Sent: Tuesday, June 01, 2010 1:26 PM
To: ActiveDir@mail.activedir.org
Subject: [ActiveDir] Determine when zone is created in AD

Hi,

May be this query is easy for many of you, but I would like to know that when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to know this?

Rajneesh Kumar

RickSheikhUser is Offline

Posts:373

06/01/2010 7:50 PM  
For instance, using PowerShell with QAD cmdlets you may try this with the DN
of the DNS zone in question :

Get-QADObject "DC=test.com,CN=MicrosoftDNS,DC=DomainDnsZones,DC=na,DC=test,DC=lab"
| select whenCreated

Result :

whenCreated
-----------
12/21/2009 7:58:41 AM


On Tue, Jun 1, 2010 at 1:33 PM, Brian Desmond <brian@briandesmond.com>wrote:

> *You could look at the whenCreated attribute on the object…*
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *brian@briandesmond.com*
>
> * *
>
> *c – 312.731.3132*
>
> * *
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
> *Sent:* Tuesday, June 01, 2010 1:26 PM
> *To:* ActiveDir@mail.activedir.org
> *Subject:* [ActiveDir] Determine when zone is created in AD
>
>
>
> Hi,
>
> May be this query is easy for many of you, but I would like to know that
> when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to
> know this?
>
> Rajneesh Kumar
>

rajnet2User is Offline

Posts:56

06/01/2010 8:04 PM  
How can see that attribute. Please let me know the cmd for that. I tried to
see this in property of dns zone but didn't find anything. If I know this
then I haven't query this to forum :D

Rajneesh

On Tue, Jun 1, 2010 at 2:33 PM, Brian Desmond <brian@briandesmond.com>wrote:

> *You could look at the whenCreated attribute on the object…*
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *brian@briandesmond.com*
>
> * *
>
> *c – 312.731.3132*
>
> * *
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
> *Sent:* Tuesday, June 01, 2010 1:26 PM
> *To:* ActiveDir@mail.activedir.org
> *Subject:* [ActiveDir] Determine when zone is created in AD
>
>
>
> Hi,
>
> May be this query is easy for many of you, but I would like to know that
> when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to
> know this?
>
> Rajneesh Kumar
>

bdesmondUser is Offline

Posts:977

06/01/2010 8:06 PM  
You can use something like adsiedit. The zone will be in under of three places:

Cn=MicrosoftDNS,cn=System,dc=yourdomain,dc=com

Cn=MicrosoftDNS,dc=DomainDnsZones,dc=yourdomain,dc=com

Cn=MicrosoftDNS,dc=ForestDnsZones,dc=yourdomain,dc=com

Thanks,
Brian Desmond
brian@briandesmond.com

c - 312.731.3132

From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of rajneesh kumar
Sent: Tuesday, June 01, 2010 2:02 PM
To: activedir@mail.activedir.org
Subject: Re: [ActiveDir] Determine when zone is created in AD

How can see that attribute. Please let me know the cmd for that. I tried to see this in property of dns zone but didn't find anything. If I know this then I haven't query this to forum :D

Rajneesh
On Tue, Jun 1, 2010 at 2:33 PM, Brian Desmond <brian@briandesmond.com<mailto:brian@briandesmond.com>> wrote:
You could look at the whenCreated attribute on the object...

Thanks,
Brian Desmond
brian@briandesmond.com<mailto:brian@briandesmond.com>

c - 312.731.3132

From: activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org> [mailto:activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org>] On Behalf Of rajneesh kumar
Sent: Tuesday, June 01, 2010 1:26 PM
To: ActiveDir@mail.activedir.org<mailto:ActiveDir@mail.activedir.org>
Subject: [ActiveDir] Determine when zone is created in AD

Hi,

May be this query is easy for many of you, but I would like to know that when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to know this?

Rajneesh Kumar


sdelrioUser is Offline

Posts:14

06/01/2010 8:08 PM  
Also , we can enable Audit, and then check in the Event Viewer the audit
events generated

Here are some instructions to audit the DNS zone creation.

Open ADSIEdit (Start, Run, adsiedit.msc)
b) Expand Domain container, CN=System.
c) Expand MicrosoftDNS, and navigate to the location of the DNS zone
d) Right-click the zone and choose Properties
e) On the Security tab, click the Advanced button
f) Select the Auditing tab, and click Add
g) Under User or Group, type in Everyone
h) On the Object tab, select Success and Failure for access types "Write All

Properties"

This will log a security event 566 everytime a record is created or deleted
from.

Best Regards,
Sebastian del Rio

On Tue, Jun 1, 2010 at 3:33 PM, Brian Desmond <brian@briandesmond.com>wrote:

> *You could look at the whenCreated attribute on the object…*
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *brian@briandesmond.com*
>
> * *
>
> *c – 312.731.3132*
>
> * *
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
> *Sent:* Tuesday, June 01, 2010 1:26 PM
> *To:* ActiveDir@mail.activedir.org
> *Subject:* [ActiveDir] Determine when zone is created in AD
>
>
>
> Hi,
>
> May be this query is easy for many of you, but I would like to know that
> when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to
> know this?
>
> Rajneesh Kumar
>

DaemonRootUser is Offline

Posts:122

06/01/2010 8:21 PM  
You can also give it a try like this:



"adfind -f objectClass=dnsZone -tdcas name whenCreated"



That should give you what you're looking for.





~D~



From: activedir-owner@mail.activedir.org
[mailto:activedir-owner@mail.activedir.org] On Behalf Of Brian Desmond
Sent: Tuesday, June 01, 2010 1:05 PM
To: activedir@mail.activedir.org
Subject: RE: [ActiveDir] Determine when zone is created in AD



You can use something like adsiedit. The zone will be in under of three
places:



Cn=MicrosoftDNS,cn=System,dc=yourdomain,dc=com



Cn=MicrosoftDNS,dc=DomainDnsZones,dc=yourdomain,dc=com



Cn=MicrosoftDNS,dc=ForestDnsZones,dc=yourdomain,dc=com



Thanks,

Brian Desmond

brian@briandesmond.com



c - 312.731.3132



From: activedir-owner@mail.activedir.org
[mailto:activedir-owner@mail.activedir.org] On Behalf Of rajneesh kumar
Sent: Tuesday, June 01, 2010 2:02 PM
To: activedir@mail.activedir.org
Subject: Re: [ActiveDir] Determine when zone is created in AD



How can see that attribute. Please let me know the cmd for that. I tried to
see this in property of dns zone but didn't find anything. If I know this
then I haven't query this to forum :D

Rajneesh

On Tue, Jun 1, 2010 at 2:33 PM, Brian Desmond <brian@briandesmond.com>
wrote:

You could look at the whenCreated attribute on the object.



Thanks,

Brian Desmond

brian@briandesmond.com



c - 312.731.3132



From: activedir-owner@mail.activedir.org
[mailto:activedir-owner@mail.activedir.org] On Behalf Of rajneesh kumar
Sent: Tuesday, June 01, 2010 1:26 PM
To: ActiveDir@mail.activedir.org
Subject: [ActiveDir] Determine when zone is created in AD



Hi,

May be this query is easy for many of you, but I would like to know that
when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to
know this?

Rajneesh Kumar




rajnet2User is Offline

Posts:56

06/01/2010 8:23 PM  
I already checked this in evenlog, but didn't find anything, then I put this
query here .

Rajneesh

On Tue, Jun 1, 2010 at 3:06 PM, Sebastian del Rio <sebastiandelrio@gmail.com
> wrote:

> Also , we can enable Audit, and then check in the Event Viewer the audit
> events generated
>
> Here are some instructions to audit the DNS zone creation.
>
> Open ADSIEdit (Start, Run, adsiedit.msc)
> b) Expand Domain container, CN=System.
> c) Expand MicrosoftDNS, and navigate to the location of the DNS zone
> d) Right-click the zone and choose Properties
> e) On the Security tab, click the Advanced button
> f) Select the Auditing tab, and click Add
> g) Under User or Group, type in Everyone
> h) On the Object tab, select Success and Failure for access types "Write
> All
> Properties"
>
> This will log a security event 566 everytime a record is created or deleted
> from.
>
> Best Regards,
> Sebastian del Rio
>
>
> On Tue, Jun 1, 2010 at 3:33 PM, Brian Desmond <brian@briandesmond.com>wrote:
>
>> *You could look at the whenCreated attribute on the object…*
>>
>> * *
>>
>> *Thanks,*
>>
>> *Brian Desmond*
>>
>> *brian@briandesmond.com*
>>
>> * *
>>
>> *c – 312.731.3132*
>>
>> * *
>>
>> *From:* activedir-owner@mail.activedir.org [mailto:
>> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
>> *Sent:* Tuesday, June 01, 2010 1:26 PM
>> *To:* ActiveDir@mail.activedir.org
>> *Subject:* [ActiveDir] Determine when zone is created in AD
>>
>>
>>
>> Hi,
>>
>> May be this query is easy for many of you, but I would like to know that
>> when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to
>> know this?
>>
>> Rajneesh Kumar
>>
>
>

bdesmondUser is Offline

Posts:977

06/01/2010 8:27 PM  
You'd want to throw a "-gc" on there in a multidomain forest at a minimum. I'm not positive that will get them all though still.

Thanks,
Brian Desmond
brian@briandesmond.com

c - 312.731.3132

From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Castillo, Daniel (Directory Services)
Sent: Tuesday, June 01, 2010 2:19 PM
To: activedir@mail.activedir.org
Subject: RE: [ActiveDir] Determine when zone is created in AD

You can also give it a try like this:

"adfind -f objectClass=dnsZone -tdcas name whenCreated"

That should give you what you're looking for.


~D~

From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Brian Desmond
Sent: Tuesday, June 01, 2010 1:05 PM
To: activedir@mail.activedir.org
Subject: RE: [ActiveDir] Determine when zone is created in AD

You can use something like adsiedit. The zone will be in under of three places:

Cn=MicrosoftDNS,cn=System,dc=yourdomain,dc=com

Cn=MicrosoftDNS,dc=DomainDnsZones,dc=yourdomain,dc=com

Cn=MicrosoftDNS,dc=ForestDnsZones,dc=yourdomain,dc=com

Thanks,
Brian Desmond
brian@briandesmond.com<mailto:brian@briandesmond.com>

c - 312.731.3132

From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of rajneesh kumar
Sent: Tuesday, June 01, 2010 2:02 PM
To: activedir@mail.activedir.org
Subject: Re: [ActiveDir] Determine when zone is created in AD

How can see that attribute. Please let me know the cmd for that. I tried to see this in property of dns zone but didn't find anything. If I know this then I haven't query this to forum :D

Rajneesh
On Tue, Jun 1, 2010 at 2:33 PM, Brian Desmond <brian@briandesmond.com<mailto:brian@briandesmond.com>> wrote:
You could look at the whenCreated attribute on the object...

Thanks,
Brian Desmond
brian@briandesmond.com<mailto:brian@briandesmond.com>

c - 312.731.3132

From: activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org> [mailto:activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org>] On Behalf Of rajneesh kumar
Sent: Tuesday, June 01, 2010 1:26 PM
To: ActiveDir@mail.activedir.org<mailto:ActiveDir@mail.activedir.org>
Subject: [ActiveDir] Determine when zone is created in AD

Hi,

May be this query is easy for many of you, but I would like to know that when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to know this?

Rajneesh Kumar


Chris-DentUser is Offline

Posts:114

06/01/2010 8:35 PM  
It'll only catch zones in the legacy partition, the application partitions
don't have anything in the GC.

I ended up enumerating partitions, then pulling dnsZone objects from each of
those when I needed them.

Chris

On 1 June 2010 20:25, Brian Desmond <brian@briandesmond.com> wrote:

> *You’d want to throw a “-gc” on there in a multidomain forest at a
> minimum. I’m not positive that will get them all though still. *
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *brian@briandesmond.com*
>
> * *
>
> *c – 312.731.3132*
>
> * *
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *Castillo, Daniel
> (Directory Services)
> *Sent:* Tuesday, June 01, 2010 2:19 PM
>
> *To:* activedir@mail.activedir.org
> *Subject:* RE: [ActiveDir] Determine when zone is created in AD
>
>
>
> You can also give it a try like this:
>
>
>
> *“adfind –f objectClass=dnsZone –tdcas name whenCreated”*
>
>
>
> That should give you what you’re looking for.
>
>
>
>
>
> ~D~
>
>
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *Brian Desmond
> *Sent:* Tuesday, June 01, 2010 1:05 PM
> *To:* activedir@mail.activedir.org
> *Subject:* RE: [ActiveDir] Determine when zone is created in AD
>
>
>
> *You can use something like adsiedit. The zone will be in under of three
> places:*
>
> * *
>
> *Cn=MicrosoftDNS,cn=System,dc=yourdomain,dc=com*
>
> * *
>
> *Cn=MicrosoftDNS,dc=DomainDnsZones,dc=yourdomain,dc=com*
>
> * *
>
> *Cn=MicrosoftDNS,dc=ForestDnsZones,dc=yourdomain,dc=com*
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *brian@briandesmond.com*
>
> * *
>
> *c – 312.731.3132*
>
> * *
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
> *Sent:* Tuesday, June 01, 2010 2:02 PM
> *To:* activedir@mail.activedir.org
> *Subject:* Re: [ActiveDir] Determine when zone is created in AD
>
>
>
> How can see that attribute. Please let me know the cmd for that. I tried to
> see this in property of dns zone but didn't find anything. If I know this
> then I haven't query this to forum :D
>
> Rajneesh
>
> On Tue, Jun 1, 2010 at 2:33 PM, Brian Desmond <brian@briandesmond.com>
> wrote:
>
> *You could look at the whenCreated attribute on the object…*
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *brian@briandesmond.com*
>
> * *
>
> *c – 312.731.3132*
>
> * *
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
> *Sent:* Tuesday, June 01, 2010 1:26 PM
> *To:* ActiveDir@mail.activedir.org
> *Subject:* [ActiveDir] Determine when zone is created in AD
>
>
>
> Hi,
>
> May be this query is easy for many of you, but I would like to know that
> when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to
> know this?
>
> Rajneesh Kumar
>
>
>

sdelrioUser is Offline

Posts:14

06/01/2010 8:39 PM  
Remember that if the audit is not configured on the object in ADSIEDIT , you
would not see any event there, if you can enable that audit now , you will
be able to check the next creations, However if you want information now ,
the whencreated will help you, and if this is recurrent, I think audit will
be the best approach.


On Tue, Jun 1, 2010 at 4:25 PM, Brian Desmond <brian@briandesmond.com>wrote:

> *You’d want to throw a “-gc” on there in a multidomain forest at a
> minimum. I’m not positive that will get them all though still. *
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *brian@briandesmond.com*
>
> * *
>
> *c – 312.731.3132*
>
> * *
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *Castillo, Daniel
> (Directory Services)
> *Sent:* Tuesday, June 01, 2010 2:19 PM
>
> *To:* activedir@mail.activedir.org
> *Subject:* RE: [ActiveDir] Determine when zone is created in AD
>
>
>
> You can also give it a try like this:
>
>
>
> *“adfind –f objectClass=dnsZone –tdcas name whenCreated”*
>
>
>
> That should give you what you’re looking for.
>
>
>
>
>
> ~D~
>
>
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *Brian Desmond
> *Sent:* Tuesday, June 01, 2010 1:05 PM
> *To:* activedir@mail.activedir.org
> *Subject:* RE: [ActiveDir] Determine when zone is created in AD
>
>
>
> *You can use something like adsiedit. The zone will be in under of three
> places:*
>
> * *
>
> *Cn=MicrosoftDNS,cn=System,dc=yourdomain,dc=com*
>
> * *
>
> *Cn=MicrosoftDNS,dc=DomainDnsZones,dc=yourdomain,dc=com*
>
> * *
>
> *Cn=MicrosoftDNS,dc=ForestDnsZones,dc=yourdomain,dc=com*
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *brian@briandesmond.com*
>
> * *
>
> *c – 312.731.3132*
>
> * *
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
> *Sent:* Tuesday, June 01, 2010 2:02 PM
> *To:* activedir@mail.activedir.org
> *Subject:* Re: [ActiveDir] Determine when zone is created in AD
>
>
>
> How can see that attribute. Please let me know the cmd for that. I tried to
> see this in property of dns zone but didn't find anything. If I know this
> then I haven't query this to forum :D
>
> Rajneesh
>
> On Tue, Jun 1, 2010 at 2:33 PM, Brian Desmond <brian@briandesmond.com>
> wrote:
>
> *You could look at the whenCreated attribute on the object…*
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *brian@briandesmond.com*
>
> * *
>
> *c – 312.731.3132*
>
> * *
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
> *Sent:* Tuesday, June 01, 2010 1:26 PM
> *To:* ActiveDir@mail.activedir.org
> *Subject:* [ActiveDir] Determine when zone is created in AD
>
>
>
> Hi,
>
> May be this query is easy for many of you, but I would like to know that
> when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to
> know this?
>
> Rajneesh Kumar
>
>
>

rajnet2User is Offline

Posts:56

06/01/2010 9:23 PM  
I didn't find any info at location you mentioned coz it's setting was "All
DNS server in an AD Forest", later I moved all the zone info to all DCs in
domain. Then I able to see all the info at the below mentioned locations.
Also I find the whenCreated timestamp attribute.

Thanks all for helping me to find the desired info.

Rajneesh

On Tue, Jun 1, 2010 at 3:04 PM, Brian Desmond <brian@briandesmond.com>wrote:

> *You can use something like adsiedit. The zone will be in under of three
> places:*
>
> * *
>
> *Cn=MicrosoftDNS,cn=System,dc=yourdomain,dc=com*
>
> * *
>
> *Cn=MicrosoftDNS,dc=DomainDnsZones,dc=yourdomain,dc=com*
>
> * *
>
> *Cn=MicrosoftDNS,dc=ForestDnsZones,dc=yourdomain,dc=com*
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *brian@briandesmond.com*
>
> * *
>
> *c – 312.731.3132*
>
> * *
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
> *Sent:* Tuesday, June 01, 2010 2:02 PM
> *To:* activedir@mail.activedir.org
> *Subject:* Re: [ActiveDir] Determine when zone is created in AD
>
>
>
> How can see that attribute. Please let me know the cmd for that. I tried to
> see this in property of dns zone but didn't find anything. If I know this
> then I haven't query this to forum :D
>
> Rajneesh
>
> On Tue, Jun 1, 2010 at 2:33 PM, Brian Desmond <brian@briandesmond.com>
> wrote:
>
> *You could look at the whenCreated attribute on the object…*
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *brian@briandesmond.com*
>
> * *
>
> *c – 312.731.3132*
>
> * *
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
> *Sent:* Tuesday, June 01, 2010 1:26 PM
> *To:* ActiveDir@mail.activedir.org
> *Subject:* [ActiveDir] Determine when zone is created in AD
>
>
>
> Hi,
>
> May be this query is easy for many of you, but I would like to know that
> when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to
> know this?
>
> Rajneesh Kumar
>
>
>

rajnet2User is Offline

Posts:56

06/02/2010 8:14 PM  
I have configured the auditing already. Hope next time if some happens in
DNS, it log that events. Anyother thing which I have to do?

Rajneesh Kumar

On Tue, Jun 1, 2010 at 3:38 PM, Sebastian del Rio <sebastiandelrio@gmail.com
> wrote:

> Remember that if the audit is not configured on the object in ADSIEDIT ,
> you would not see any event there, if you can enable that audit now , you
> will be able to check the next creations, However if you want information
> now , the whencreated will help you, and if this is recurrent, I think audit
> will be the best approach.
>
>
> On Tue, Jun 1, 2010 at 4:25 PM, Brian Desmond <brian@briandesmond.com>wrote:
>
>> *You’d want to throw a “-gc” on there in a multidomain forest at a
>> minimum. I’m not positive that will get them all though still. *
>>
>> * *
>>
>> *Thanks,*
>>
>> *Brian Desmond*
>>
>> *brian@briandesmond.com*
>>
>> * *
>>
>> *c – 312.731.3132*
>>
>> * *
>>
>> *From:* activedir-owner@mail.activedir.org [mailto:
>> activedir-owner@mail.activedir.org] *On Behalf Of *Castillo, Daniel
>> (Directory Services)
>> *Sent:* Tuesday, June 01, 2010 2:19 PM
>>
>> *To:* activedir@mail.activedir.org
>> *Subject:* RE: [ActiveDir] Determine when zone is created in AD
>>
>>
>>
>> You can also give it a try like this:
>>
>>
>>
>> *“adfind –f objectClass=dnsZone –tdcas name whenCreated”*
>>
>>
>>
>> That should give you what you’re looking for.
>>
>>
>>
>>
>>
>> ~D~
>>
>>
>>
>> *From:* activedir-owner@mail.activedir.org [mailto:
>> activedir-owner@mail.activedir.org] *On Behalf Of *Brian Desmond
>> *Sent:* Tuesday, June 01, 2010 1:05 PM
>> *To:* activedir@mail.activedir.org
>> *Subject:* RE: [ActiveDir] Determine when zone is created in AD
>>
>>
>>
>> *You can use something like adsiedit. The zone will be in under of three
>> places:*
>>
>> * *
>>
>> *Cn=MicrosoftDNS,cn=System,dc=yourdomain,dc=com*
>>
>> * *
>>
>> *Cn=MicrosoftDNS,dc=DomainDnsZones,dc=yourdomain,dc=com*
>>
>> * *
>>
>> *Cn=MicrosoftDNS,dc=ForestDnsZones,dc=yourdomain,dc=com*
>>
>> * *
>>
>> *Thanks,*
>>
>> *Brian Desmond*
>>
>> *brian@briandesmond.com*
>>
>> * *
>>
>> *c – 312.731.3132*
>>
>> * *
>>
>> *From:* activedir-owner@mail.activedir.org [mailto:
>> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
>> *Sent:* Tuesday, June 01, 2010 2:02 PM
>> *To:* activedir@mail.activedir.org
>> *Subject:* Re: [ActiveDir] Determine when zone is created in AD
>>
>>
>>
>> How can see that attribute. Please let me know the cmd for that. I tried
>> to see this in property of dns zone but didn't find anything. If I know this
>> then I haven't query this to forum :D
>>
>> Rajneesh
>>
>> On Tue, Jun 1, 2010 at 2:33 PM, Brian Desmond <brian@briandesmond.com>
>> wrote:
>>
>> *You could look at the whenCreated attribute on the object…*
>>
>> * *
>>
>> *Thanks,*
>>
>> *Brian Desmond*
>>
>> *brian@briandesmond.com*
>>
>> * *
>>
>> *c – 312.731.3132*
>>
>> * *
>>
>> *From:* activedir-owner@mail.activedir.org [mailto:
>> activedir-owner@mail.activedir.org] *On Behalf Of *rajneesh kumar
>> *Sent:* Tuesday, June 01, 2010 1:26 PM
>> *To:* ActiveDir@mail.activedir.org
>> *Subject:* [ActiveDir] Determine when zone is created in AD
>>
>>
>>
>> Hi,
>>
>> May be this query is easy for many of you, but I would like to know that
>> when a DNS zone is created in AD, i.e. a new DNS Zone. Is there any way to
>> know this?
>>
>> Rajneesh Kumar
>>
>>
>>
>
>

You are not authorized to post a reply.
Forums >ActiveDir Mail List Archive >List Archives > [ActiveDir] Determine when zone is created in AD



ActiveForums 3.7
Friends

Friends

VisualClickButoton
Members

Members

MembershipMembership:
Latest New UserLatest:MrPTSai
New TodayNew Today:0
New YesterdayNew Yesterday:0
User CountOverall:5234

People OnlinePeople Online:
VisitorsVisitors:53
MembersMembers:0
TotalTotal:53

Online NowOnline Now:

Ads

Copyright 2009 ActiveDir.org
Terms Of Use