IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Carbon Black Cloud: When Will the AD OU Information Will Get Changed/Updated in Sensor and CBC Console?

Carbon Black Cloud: When Will the AD OU Information Will Get Changed/Updated in Sensor and CBC Console?

Environment

  • Carbon Black Cloud Console: All Versions
  • Endpoint Standard: All Versions
  • Microsoft Windows: All Supported Versions

Question

When will the AD OU information will get changed/Updated in Sensor and CBC Console?

Answer

  • The sensor will check on every System Boot, regardless of whether there is a change in persisted metadata or not.
  • The sensor will check immediately when:
    • A network change is detected
    • If the sensor is re-registered
    • If the sensor service restarted
  • The sensor will check potentially on an 8-hour frequency, depending on if any of the following has changed:
    • Computer name has changed
    • OS Platform type has somehow changed
    • OS Version has changed
    • The distinguished name (Domain) has changed

Additional Notes

  • The sensor pulls the AD OU name directly from the registry:
#define REG_KEY_GP_MACHINE L"SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\State\Machine"
#define REG_VAL_DISTINGUISHED_NAME L"Distinguished-Name"
  • Whatever the "GetComputerDistinguishedName" is reporting in the confer logs, is what is updated to the cloud.
  • If that AD OU name isn't changed/updated in the cloud, and the Sensor is also showing the wrong info inside of "GetComputerDistinguishedName" logs, then it's possible the change hasn't actually taken place on the Device Or at least Active Directory didn't update the expected reg key/value pair.

Related Content


Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-21-2021
Views:
402
Contributors