MT.1197 - Dynamic groups should not use the retiring memberOf rule operator
Overviewβ
Dynamic groups should not use the retiring memberOf rule operator.
Microsoft is ending the memberOf public preview on November 3, 2026. After that date,
dynamic groups that still use the operator stop updating and remain in their last known state.
Stale membership can leave outdated application access, Conditional Access targeting, Microsoft 365
access, or group-based licensing in place.
This test detects both user.memberOf and device.memberOf rules. It also reports source groups,
processing state, license assignments, and Conditional Access references to help prioritize
migration.
Remediation action:β
- In the Microsoft Entra admin center, open Entra ID > Groups > All groups.
- Open each reported group and record its current effective membership and downstream assignments.
- Replace
memberOfwith supported attribute-based rules or convert the group to assigned membership. - Validate membership and every application, Conditional Access policy, Microsoft 365 resource, and license assignment that consumes the group.
- Remove obsolete rules and groups. Pausing processing alone does not complete the migration.
Related linksβ
- Configure dynamic groups with memberOf and migrate before retirement
- Understand and manage dynamic group processing
Test Metadataβ
| Field | Value |
|---|---|
| Test ID | MT.1197 |
| Severity | High |
| Suite | Maester |
| Category | Entra |
| PowerShell test | Test-MtDynamicGroupMemberOfRule |
| Tags | Entra, Maester, MT.1197 |
Sourceβ
- Pester test:
tests/Maester/Entra/Test-MtDynamicGroupMembership.Tests.ps1 - PowerShell source:
powershell/public/maester/entra/Test-MtDynamicGroupMemberOfRule.ps1
