Install-Module -Name ADFSSmartLockout
Set-AdfsSmartLockout -Enable $true
Set-AdfsSmartLockoutThreshold -Threshold 5 -Interval 30
其中,“Threshold”表示用户连续尝试失败的最大次数,“Interval”表示在锁定用户账户之前等待的时间间隔(以秒为单位)。
Set-AdfsSmartLockout -Enable $false
注意:ADFS智能锁定功能仅在Windows Server 2016和Windows Server 2019上受支持。