tblADUpdates in Lync Server 2013
Topic Last Modified: 2012-09-12
tblADUpdates contains Active Directory Domain Services changes that have not yet been processed by the later Active Directory Sync steps.
Columns
Column | Type | Description |
---|---|---|
prinGuid |
GUID, not null |
Principal GUID of the object that changed. |
prinADPath |
nvarchar (384), not null |
Distinguished name of the object. |
prinAttributesChanged |
bit, not null |
True if at least one attribute of the object changed. |
prinMembersChanged |
bit, not null |
True if the membership changed. |
prinAffiliationsChanged |
bit, not null |
Not used. |
prinDeleted |
bit, not null |
True if the object was deleted. |
lastUpdated |
datetime, not null |
Time stamp of when the row was inserted. |