Skip to main content
Version: 2.1.0

MT.1066 - Conditional Access policies should not include or exclude deleted users, groups, or roles.

Overview​

Conditional Access policies should not reference non-existent users, groups, or roles

This test checks if there are any Conditional Access policies that reference non-existent users, groups, or roles.

This usually happens when a user, group, or role is deleted but is still referenced in a Conditional Access policy.

Non-existent objects in your policy can lead to unexpected gaps or behavior. This may result in Conditional Access policies not being applied to the intended users or the policy not functioning as expected.

How to fix​

To fix this issue:

  • Open the impacted Conditional Access policy.
  • Remove the non-existent user, group, or role from the policy.
  • If the object is still needed, recreate it or replace it with a valid alternative.
  • Click Save to apply the changes.

Learn more​

Test Metadata​

FieldValue
Test IDMT.1066
SeverityMedium
SuiteMaester
CategoryCA
PowerShell testTest-MtCaReferencedObjectsExist
TagsCA, Maester, MT.1066

Source​

  • Pester test: tests/Maester/Entra/Test-ConditionalAccessBaseline.Tests.ps1
  • PowerShell source: powershell/public/maester/entra/Test-MtCaReferencedObjectsExist.ps1