Topic Last Modified: 2011-01-26

The PrincipalMemberDifference table contains group membership changes (both added and removed members) that have not yet been processed by the later Active Directory Domain Services (AD DS) 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.