tblPrincipalMemberDifference in Lync Server 2013
Topic Last Modified: 2012-09-12
tblPrincipalMemberDifference contains group membership changes (both added and removed members) that have not 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. |