On Windows Server 2003 standard is there a way to determine when a domain controller was promoted?

This is for an Active Directory 2000 functional domain.

The event logs don't go back far enough.

link|improve this question

60% accept rate
feedback

2 Answers

up vote 5 down vote accepted

If you don't have Event Logs, you can check the creation date of the SYSVOL directory:

C:\> dir /T C C:\Windows\SYSVOL

Also of note is C:\WINDOWS\Debug\DCPROMO.LOG

link|improve this answer
feedback

AD has an attribute for DC's that is called whenCreated that stores a date/time field.

link|improve this answer
1  
I was curious about this attribute. Is it updated when a member server is promoted to a DC? I ask because, on my DCs, the attribute date/time doesn't match the dcpromo.log. Also, all non-DC member servers also have this attribute. – jscott Jun 16 '11 at 18:36
Good point. It must from be when the Computer entry is created in AD, which (except for the first DC) will not necessarily be when it is promoted. – mfinni Jun 16 '11 at 18:37
feedback

Your Answer

 
or
required, but never shown

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