Skip to main content
Version: 2.1.0

CISA.MS.AAD.7.2 - Privileged users SHALL be provisioned with finer-grained roles instead of Global Administrator.

Overview​

Privileged users SHALL be provisioned with finer-grained roles instead of Global Administrator.

Rationale: Many privileged administrative users do not need unfettered access to the tenant to perform their duties. By assigning them to roles based on least privilege, the risks associated with having their accounts compromised are reduced.

Remediation action:​

This policy is based on the ratio below:

X = (Number of users assigned to the Global Administrator role) / (Number of users assigned to other highly privileged roles)

  1. Follow the instructions for policy MS.AAD.7.1v1 above to get a count of users assigned to the Global Administrator role.
  2. Follow the instructions for policy MS.AAD.7.1v1 above but get a count of users assigned to the other highly privileged roles (not Global Administrator). If a user is assigned to both Global Administrator and other roles, only count that user for the Global Administrator assignment.
  3. Divide the value from step 2 from the value from step 1 to calculate X. If X is less than or equal to 1 then the tenant is compliant with the policy.

Test Metadata​

FieldValue
Test IDCISA.MS.AAD.7.2
SeverityHigh
SuiteCISA
CategoryEntra ID Free
PowerShell testTest-MtCisaGlobalAdminRatio
TagsCISA, CISA.MS.AAD.7.2, Entra ID Free, MS.AAD, MS.AAD.7.2

Source​

  • Pester test: tests/cisa/entra/Test-MtCisaGlobalAdminRatio.Tests.ps1
  • PowerShell source: powershell/public/cisa/entra/Test-MtCisaGlobalAdminRatio.ps1