Skip to main content
Version: 2.1.0

EIDSCA.PR06 - Default Settings - Password Rule Settings - Smart Lockout - Lockout threshold.

Overview​

How many failed sign-ins are allowed on an account before its first lockout. If the first sign-in after a lockout also fails, the account locks out again.

Prevent attacks using smart lockout - Microsoft Entra ID - Microsoft Learn

Test script​

https://graph.microsoft.com/beta/settings
.values -le 10

Test Metadata​

FieldValue
Test IDEIDSCA.PR06
SeverityMedium
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaPR06
TagsEIDSCA, EIDSCA.PR06

Source​

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