Skip to main content
Version: 2.1.0

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'

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