AD User modified

Roger Roger 7,181 Reputation points
2021-05-26T07:11:56.397+00:00

Hi All

A users samaccount name, UPN, email address is modified in onprem AD, how can i know who has modified it and when was it modified. Experts help me to get this information.

Windows for business Windows Client for IT Pros Directory services Active Directory
Windows for business Windows Server User experience Other
{count} votes

Accepted answer
  1. Anonymous
    2021-05-27T03:04:22.7+00:00

    Hello @Roger Roger ,

    Thank you for posting here.

    Q: how can i know who has modified it and when was it modified.
    A: If you enable audit policy before the account was changed, you can check security log on the DC.

    Here is my test in my lab.

    1.Enable audit account management policy, in my case, I edit the gpo settings in Default Domain Policy.

    Computer Configuration\Windows settings\security settings\local policies\audit policy
    Audit Account Management – Success and Failure

    Or use advanced audit policies (advanced audit policies will overwrite all legacy audit policies by default):
    Computer Configuration\Windows settings\security settings\Advanced Audit Policy Configuration
    Account Management
    Audit User Account Management – Success and Failure

    Note:
    If you have never configured any advanced audit policy before, then you can configure the legacy audit policy.

    If you have configured any one advanced audit policy before, then you should configure the advanced audit policy.

    2.Enable auditing settings on one domain account or the parent container.
    In my case, I enable auditing settings on one domain account (daisy5).

    Principal: Everyone
    Tyle: All
    Applies to: This object only (Note: if you set it on an OU with many users, please select All descendant objects)

    Click Clear all button and click all the following properties.

    100029-au1.png

    100030-au2.png

    3.If I change samaccount name of daisy5 from daisy5 to daisy56, I can see event ID 4781 and 4738.

    99999-chan4.png

    100000-chan5.png

    4.If I change UPN of daisy5 from host/daisy5.b.local@B.LOCAL to host/daisy55.b.local@B.LOCAL, I can see event ID 4738 and 5136.

    100091-chan1.png

    100045-chan2.png

    5.If I change email address of daisy5 from blank to ******@qq.com, I can see event ID 5136.
    100073-chan3.png

    Hope the information above is helpful.

    Should you have any question or concern, please feel free to let us know.

    Best Regards,
    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Roger Roger 7,181 Reputation points
    2021-05-26T07:14:49.873+00:00

    is event id 4738 enough to trace this.

    0 comments No comments

  2. ali abbasi 96 Reputation points
    2021-05-26T11:15:47.87+00:00

    hi roger here is the link that might be able to help you

    https://www.lepide.com/how-to/track-changes-in-active-directory.html

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.