• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Checking Windows 2003 Server Security log for account creations?

Is there a way to filter the Windows Server 2003 Security log to show just Active Directory account creations? It looks like one of my more crafty customers conned someone on my team into creating two Domain Admin accounts for him, and I'm trying to figure out which admin was dumb enough to do it 🙂

The log is HUGE though, and I need a way just to filter out account creations. It there a particular task name or code that I should be filtering with?
 
look for event id 624

Description:
User Account Created:
New Account Name: <account name>
New Domain: <domain name>
New Account ID: <id>
Caller User Name: <user creating the account>
Caller Domain: <user domain>
Caller Logon ID: <logon id>
Privileges
<list of privileges>
 
Originally posted by: elcamino74ss
look for event id 624

Description:
User Account Created:
New Account Name: <account name>
New Domain: <domain name>
New Account ID: <id>
Caller User Name: <user creating the account>
Caller Domain: <user domain>
Caller Logon ID: <logon id>
Privileges
<list of privileges>

That worked... thanks!
 
Back
Top