SCCM collection tied to AD group will not auto-populate

Benninghouse, John D - DOT 115 Reputation points
2026-06-10T17:20:59.3033333+00:00

We have an SCCM collection that is supposed to be populated with devices via a query that looks at an Active Directory group:

User's image

The collection has incremental updates enabled - every 5 minutes in addition to a full update once a week. The group is in the discovery scope of Active Directory Group Discovery. Delta discovery is enabled and polling frequency is every 5 minutes for that.

The collection will not populate on its own; the only way to populate it is to manually run a full discovery on AD Group Discovery and then manually update the membership of the group.

The limiting collection for the device collection is All Systems.

Anyone have an idea as to why the group will not automatically populate?

Microsoft Security | Intune | Configuration Manager | Other

1 answer

Sort by: Most helpful
  1. AI answer

    2026-06-10T17:21:26.0966667+00:00

    Based on the documented behavior, the issue is almost always that the AD group discovery data for the devices isn’t being updated frequently enough, or the discovery configuration isn’t optimal for group‑based collections.

    Key points and checks:

    1. Verify AD Group Discovery is correctly scoped
      • In Administration → Hierarchy Configuration → Discovery Methods → Active Directory Group Discovery → Properties → General, confirm that:
        • The specific group used in the collection query is explicitly included in the Groups scope, or
        • The Location scope includes the OU/container where that group resides, with recursive search if needed.
      • If the group isn’t in scope, it will only be discovered when a manual full discovery is run.
    2. Run AD System/User Discovery first
      • Best practice is to run Active Directory System Discovery and Active Directory User Discovery before Active Directory Group Discovery.
      • If devices/users are not already discovered by these methods, Group Discovery has to do basic discovery for each member, which is less efficient and can delay or prevent timely updates.
      • Confirm that System Discovery is enabled, scoped to the OUs where the devices live, and running on a reasonable schedule.
    3. Use delta (incremental) discovery instead of frequent full discovery
      • Delta discovery for AD Group/System/User Discovery runs on a short cycle (default 5 minutes) and is designed to pick up:
        • New computers or users added to AD
        • Changes to group membership (added/removed)
      • Ensure on Polling Schedule for AD Group Discovery that:
        • Delta discovery is enabled.
        • Full discovery is not scheduled excessively often (weekly or less is recommended).
      • If only full discovery is effectively being used (for example, delta disabled or failing), the collection will only update after those full runs.
    4. Check for over‑broad or heavy group scopes
      • AD Group Discovery recursively discovers each member and nested group in the configured scopes. Large groups or too many groups can cause long runtimes and delays.
      • Best practice is to only specify the groups actually used with Configuration Manager. If the configured scope is very large, reduce it to just the required group(s) and monitor behavior.
    5. Confirm stale‑record filters are not excluding devices
      • On the Options tab for AD Group Discovery and AD System Discovery, check:
        • Only discover computers that have logged on to a domain in a given period of time
        • Only discover computers that have updated their computer account password in a given period of time
      • If these are set too aggressively, devices may be excluded from discovery and never appear in the collection, even though they are in the AD group.
    6. Validate discovery is actually running and processing
      • Review adsgdis.log on the site server to confirm:
        • The group is being discovered on the expected schedule.
        • Membership changes are being detected during delta discovery.
      • Also confirm that adsysdis.log shows successful discovery of the devices themselves.
    7. Ensure collection evaluation is configured correctly
      • For the collection:
        • Incremental updates should be enabled.
        • Limiting collection should contain the discovered systems (for example, a collection based on All Systems that is actually populated).
      • If the limiting collection does not contain the discovered resources, the query will never return them.

    If AD System/User Discovery is enabled and healthy, the AD group is explicitly in the Group Discovery scope, delta discovery is running, and stale‑record filters are not excluding the devices, then group membership changes should be detected within a few minutes and the collection should auto‑populate via incremental evaluation without needing manual full discovery.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.