System Center Configuration Manager 2007 R3 Delta Discovery

In the past discovering new objects from Active Directory and to start managing any new object was taking long time, System Center Configuration Manager 2007 R3 introduce a new good feature called Delta Discovery.

In this post I will go through a new System Center Configuration Manager 2007 R3 feature which is Delta Discovery that enhances the discovery capabilities of Configuration Manager by discovering only new or changed resources in Active Directory instead of performing a full discovery cycle. The interval by which delta discovery searches for new resources can be configured by the user to a short interval as only discovering new resources does not affect the performance of the site server as much as a full cycle. Delta discovery can detect the following new resource types:

· Computer objects

· User objects

· Security group objects

· System group objects

Delta discovery only reads Active Directory attribute changes which are replicated. Non-replicated attributes, which are changed, such as the memberof attribute, are not collected by delta discovery unless a change to a replicated attribute is made at the same time. For example, adding a user or machine account to a particular group or Organizational Unit (OU) does not force the object to be replicated at the next delta discovery cycle. The value that we look at in Active Directory is the USNChanged value.

USNChanged value is an incrementing value that is specific to a particular Domain Controller (DC). This is how the DC does sequencing of changes. Every time an object is updated, that object is tagged with the current USNChanged value for that DC, then the DC increments its USNChanged value. When we do a Delta Discovery, we write to the database the current USNChanged value for that DC. Therefore, the next time we kick off a Delta Discovery we check all objects that have a USNChanged value greater than the value that we stored from the last Delta Discovery. Since this value is unique to a particular DC, we will always try to go back to that DC to complete the Delta Discovery process so that we pull only changed values. If for some reason, that DC is offline or inaccessible, then we will fall over to another DC. However, this will force a full Discovery as the USNChanged value will be different on this device and we cannot accurately tell what objects are changed.

Delta discovery is not enabled by default in Configuration Manager 2007 R3. When enabled, it will run, by default every 5 minutes.

To Configure Delta Discovery

1. In the Configuration Manager console, navigate to System Center Configuration Manager / Site Database / Site Management / <site code> – <site name> / Site Settings / Discovery Methods.

2. Right-click one of the following discovery methods and then click Properties:

· Active Directory System Group Discovery

· Active Directory Security Group Discovery

· Active Directory System Discovery

· Active Directory User Discovery

3. In the Polling Schedule tab for the selected discovery method, enable the option Enable delta discovery.

image

4. In the Delta discovery interval (minutes) field, specify the interval in minutes at which delta discovery will run.

5. Click OK to close the Discovery Method dialog box.

It is really good feature that will make different with System Center IT Administrators.