Powershell - Identify the user account who has created accounts in AD

Javier Allende Astigarraga 1 Reputation point
2021-05-27T10:24:56.663+00:00

How can identify by powershell the user that has created an account.

regards

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-05-28T01:51:05.21+00:00

    Hi,

    You have to enable auditing on the domain and add a new entry with the permission "Create User objects". Then the activities will be recorded with the Event ID 4720 in the Security event log.

    100441-image.png

    Best Regards,
    Ian Xue

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

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Michael Taylor 60,331 Reputation points
    2021-05-27T14:07:39.913+00:00

    AFAIK AD does not track who created the user account. Therefore this information is not available. You can determine when an account was created but not by who. If you happen to see in the AD schema where this property is exposed then please provide the property name and we can demo how to get it in PS.

    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.