Pro User
Zeitspanne
explore our new search
Entra Dynamic Groups: Silent Nov Break
Microsoft Entra
28. Aug 2026 11:06

Entra Dynamic Groups: Silent Nov Break

von HubSite 365 über Jonathan Edwards

No-Faffing Managed IT Support & Cyber Security Support. Made in Yorkshire, built for the UK.

Entra ID dynamic groups silently freeze after memberOf retirement in November, Microsoft cloud risk, PowerShell remediation

Key insights

  • MemberOf retirement: Microsoft will retire the preview memberOf rule operator on November 3, 2026. After that date, any dynamic object using it will stop being re-evaluated and will remain frozen at its last evaluated membership.
  • Scope affected: This impacts dynamic groups, dynamic administrative units, and entitlement management auto-assignment policies that rely on memberOf. Objects are not deleted; they only stop updating.
  • Practical risk: Expect silent staleness — new joiners won’t be added and departed users won’t be removed. That causes access, Conditional Access scope, and licensing to drift from your intended state.
  • How to find impacted objects: Use PowerShell to scan your tenant. Example steps include connecting to Microsoft Graph and searching membership rules for “memberof” with Get-MgGroup and Get-MgDirectoryAdministrativeUnit. Entitlement management auto-assignment policies require a separate check.
  • How to remediate: Inventory affected rules, export definitions, then rebuild rules using supported operators or switch to assigned membership where no replacement exists. Test carefully — a wrong rebuild can wipe current membership lists.
  • Next action: Treat this as urgent. Start scanning your tenant now, plan replacements, and validate access and licensing after changes to avoid silent failures on the cutoff date.

Video summary and context

In a recent YouTube video, Jonathan Edwards warns that Microsoft will retire the memberOf rule operator in Entra ID on November 3, 2026, and explains why this change can silently break tenant configurations. He shows a live example from a law firm tenant to illustrate how dynamic groups and administrative units can freeze at their last processed state, creating invisible drift in access and licensing. Consequently, administrators who assume dynamic reevaluation continues may find that new joiners are never added and departed staff are never removed.


Edwards frames the issue as a silent failure rather than a hard error: group objects remain, but background recalculation stops. Therefore, the real danger is not an immediate outage but a slow degradation of governance and security posture. For this reason, he urges IT teams to act proactively before the cutoff date.


How memberOf worked and why Microsoft is retiring it

The video explains that memberOf was a preview operator designed to create dynamic membership based on membership of another group, enabling nested-group scenarios and some convenience rules. However, because it lived in preview and had limits, Microsoft is removing it, and affected dynamic groups, dynamic administrative units, and certain entitlement policies will stop being re-evaluated. As Edwards notes, preview features can carry hidden risks when used in production at scale.


Moreover, this retirement reflects a tradeoff between feature complexity and platform reliability: maintaining an always-evaluating nested operator at scale adds operational burden for Microsoft, while removing it simplifies the processing model but shifts work back to administrators. Thus, tenants that relied on the operator for automation must choose between rebuilding logic using supported rules or switching to assigned memberships.


Live demonstration: what breaks and how it looks

To make the consequences tangible, Edwards walks through a real-world "All Fee-Earners" roll-up group built on memberOf. He shows that after the retirement date, the group’s membership freezes exactly as it appeared at the cutoff, so new hires are excluded and former employees remain included despite role changes. Consequently, applications, Teams, and Conditional Access policies that rely on those group memberships can experience stale scopes without any explicit error message to warn administrators.


The demonstration highlights operational challenges: silent drift undermines audits, complicates license allocation, and can create compliance gaps. In short, the lack of a visible failure mode makes this especially dangerous because it can persist undetected for long periods unless administrators monitor membership changes actively.


Detection and rebuild approach

Edwards provides practical steps to find affected objects, recommending an inventory of dynamic groups, administrative units, and entitlement policies that use memberOf. He presents a PowerShell approach to query and list these configurations so teams can prioritize remediation. Importantly, he warns to export existing group definitions before making changes to preserve evidence and rollback options.


When rebuilding, the video explains the tradeoffs: replacing dynamic rules with supported expressions can restore automation but may not perfectly match nested-group scenarios, while converting to assigned memberships reduces automation but increases management overhead. Edwards also cautions that a careless rebuild can wipe membership lists, so testing in a non-production tenant and phased rollouts are critical to avoid unintended deletions.


Tradeoffs, challenges, and recommended next steps

Balancing automation and reliability is central to the remediation decision. On one hand, dynamic rules reduce administrative effort and scale well when supported; on the other hand, relying on preview features exposes tenants to sudden changes that require significant rework. Therefore, teams must weigh the cost of rebuilding logic, the ability to maintain assigned memberships, and the administrative capacity to validate changes.


As practical next steps, Edwards urges teams to inventory affected configurations, export definitions, run targeted tests, and prioritize high-impact groups used for access control and licensing. Finally, he recommends ongoing monitoring to catch silent drift and to consider conservative design patterns that favor supported features over convenient preview behaviors. Taken together, these actions reduce risk and help maintain secure, accurate access in Microsoft 365 environments.


Microsoft Entra - Entra Dynamic Groups: Silent Nov Break

Keywords

Entra Dynamic Groups outage November, Microsoft Entra dynamic group bug, Azure AD dynamic membership failing, Entra dynamic groups silently failing, Fix Entra dynamic groups not updating, Troubleshoot Entra dynamic group issue, Entra dynamic membership broken November, Entra dynamic groups workaround November