Event ID 4752 represents a fundamental Active Directory auditing mechanism that tracks additions to security-disabled global groups. When this event fires, it indicates that someone has successfully added a user, computer, or group object to a global group that has its security features disabled.
The event generates on the domain controller that processes the group modification request. Windows creates this audit record regardless of whether the change was made through graphical tools like Active Directory Users and Computers, command-line utilities such as dsmod, or PowerShell Active Directory cmdlets. The event also fires when automated processes or applications modify group membership through LDAP operations.
Security-disabled global groups, also known as distribution groups, cannot be used in access control lists (ACLs) or security descriptors. They serve primarily as email distribution lists in messaging systems like Microsoft Exchange. However, these groups can be converted to security-enabled groups, making membership tracking crucial for security planning and compliance auditing.
The event record contains detailed information including the security identifier (SID) of both the added member and the target group, the distinguished name of the group, and the account that performed the modification. This granular detail enables administrators to create comprehensive audit trails and investigate unauthorized changes to group structures.