Event ID 4720 represents one of the most important security audit events in Windows environments. Generated by the Microsoft-Windows-Security-Auditing provider, this event creates a permanent record every time a user account is created, whether through GUI tools, command-line utilities, or programmatic methods.
The event contains comprehensive information about the account creation process, including the Security Identifier (SID) of both the creator and the new account, account attributes set during creation, and the workstation from which the creation was initiated. This granular detail makes it possible to reconstruct exactly what happened during account provisioning processes.
In Active Directory environments, this event fires on domain controllers when new domain accounts are created, while on standalone systems it appears when local accounts are added. The event structure includes fields for account name, domain, user account control flags, and other security-relevant attributes that were configured during account creation.
Security teams rely heavily on this event for detecting unauthorized account creation, monitoring privileged account provisioning, and maintaining compliance with regulations that require detailed audit trails of user access management activities.