Skip to main content
Version: 2.1.1-preview

EIDSCA.PR01 - Default Settings - Password Rule Settings - Password Protection - Mode.

Overviewโ€‹

If set to Enforce, users will be prevented from setting banned passwords and the attempt will be logged. If set to Audit, the attempt will only be logged.

Microsoft Entra Password Protection - Microsoft Entra ID - Microsoft Learn

Test scriptโ€‹

https://graph.microsoft.com/beta/settings
.values -eq 'Enforce'

MITRE ATT&CKโ€‹

TacticTechniqueMitigation
TA0006 - Credential Access - Credential AccessT1110 - Brute ForceM1018 - User Account Management
M1027 - Password Policies

Test Metadataโ€‹

FieldValue
Test IDEIDSCA.PR01
SeverityHigh
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaPR01
TagsEIDSCA, EIDSCA.PR01

Sourceโ€‹

  • Pester test: tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1
  • PowerShell source: powershell/internal/eidsca/Test-MtEidscaPR01.ps1