Topic Last Modified: 2011-01-27

The ADUpdate table contains Active Directory Domain Services (AD DS) 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 (256), 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.