We've usually got most auditing on, which security log do I go and check?
Will it be on all DC's?
Main Topics
Browse All TopicsSomeone moved one of my OU's earlier today, I need to know who did it!
Are there any audit logs for Active Directory?
Where Do I find them?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Okay, Event ID 566.
Do bear in mind that just having the policy enabled isn't enough. You need a System Access Control List set to tell it what events it should audit.
Doesn't hurt to look though.
A move would have a number of Events associated with it. The text looks vaguely like this (made it generate one in my test domain):
Object Operation:
Object Server: DS
Operation Type: Object Access
Object Type: user
Object Name: CN=John Doe,CN=Users,DC=test,DC=co
Handle ID: -
Primary User Name: DC-01$
Primary Domain: TEST
Primary Logon ID: (0x0,me)
Client User Name: me
Client Domain: TEST
Client Logon ID: (0x0,StillMe)
Accesses: Write Property
Properties:
Write Property
Public Information
name
cn
user
Additional Info: CN=John Doe,CN=Users,DC=test,DC=co
Additional Info2: CN=Users,DC=test,DC=com
Access Mask: 0x20
I'm lazy so I'd probably throw a little script together to look through the log for me :)
Chris
Business Accounts
Answer for Membership
by: Chris-DentPosted on 2009-05-01 at 06:55:28ID: 24279348
Only if you enabled Auditing and set up audit ACLs on your directory structure. They get logged to the Security Log if you did.
I'm afraid there's nothing in place by default.
Chris