tblPrincipalMemberDifference

tblPrincipalMemberDifference contains group membership changes (both added and removed members) that haven't yet been processed by the later Active Directory Domain Services Sync steps.

Columns

Column Type Description
prinGuid
GUID, not null
Principal GUID of the group that changed.
memberADPath
nvarchar (256)
Distinguished name of the member.
memberRemoved
bit, not null
False if the member was added. True if the member was removed.

Key

Column Description
<prinGuid, memberADPath>
Primary key.