Forum Discussion

Menahem's avatar
Menahem
Brass Contributor
Mar 09, 2026

Entra ID Object Drift – Are We Measuring Tenant Health Correctly?

In many enterprise environments:

 

Secure Score is green.

Compliance dashboards look healthy.

 

Yet directory object inconsistency silently accumulates.

 

Stale devices.

Hybrid join remnants.

Intune orphan records.

 

Over time, this becomes governance debt.

In large tenants this often leads to inaccurate compliance reporting and Conditional Access targeting issues.

I recently wrote a breakdown of:

 

• Entra ID drift patterns

• Hybrid join inconsistencies

• Intune orphan objects

• Lifecycle-based cleanup architecture

 

Curious how others approach object hygiene at scale.

 

Full article:

https://www.modernendpoint.tech/entra-id-cleanup-patterns/?utm_source=techcommunity&utm_medium=social&utm_campaign=entra_cleanup_launch&utm_content=discussion

 

One pattern I keep seeing is duplicate device identities after re-enrollment or Autopilot reset.

Curious how others handle lifecycle cleanup in large Entra ID environments.

3 Replies

  • Hi Menahem​,

    This is a very relevant point. In many environments the security posture looks healthy at the dashboard level, but directory hygiene issues quietly accumulate over time. Secure Score and compliance dashboards are useful indicators, but they do not necessarily reflect the operational integrity of the identity and device inventory.

    In large Entra ID tenants it’s common to see drift caused by scenarios such as:

    • Device re-enrollment or Autopilot resets creating duplicate identities
    • Hybrid join remnants after device rebuilds
    • Intune orphan records when devices are removed or reimaged
    • Stale device objects that are no longer active but still targeted by Conditional Access or policies

    Over time this creates governance debt and can lead to inaccurate reporting or unintended policy targeting.

    What has worked well in several environments is implementing lifecycle-based cleanup logic, for example:

    • Monitoring last sign-in timestamps and device activity
    • Automated cleanup for stale devices after defined inactivity periods
    • Correlating Intune and Entra device objects to detect orphan records
    • Using automation (Graph or scheduled jobs) to maintain directory hygiene

    Treating directory hygiene as an ongoing operational process, rather than a periodic cleanup exercise, tends to make a big difference at scale.

    It’s good to see more discussion around this topic because identity and device drift is something many large tenants experience but rarely measure directly.

    • Menahem's avatar
      Menahem
      Brass Contributor

      Hi Lucaraheller​

      Thanks for the thoughtful response — completely agree with your points.

      What I've noticed in several environments is that the drift often becomes visible only when policies start behaving unexpectedly, especially Conditional Access targeting stale device objects.

      The lifecycle-based cleanup approach you mentioned is exactly what tends to work best at scale. In a few cases we've implemented detection logic based on inactivity windows and object correlation between Intune and Entra to flag lifecycle candidates before deletion.

      Curious if you've seen similar challenges in hybrid environments where device identity can drift across AD, Entra ID and Intune.

  • Menahem's avatar
    Menahem
    Brass Contributor

    In hybrid environments especially, object drift tends to accumulate over time if lifecycle validation isn't enforced.

    Interested to hear how others handle this operationally.