Skip to content

Instantly share code, notes, and snippets.

@franciso
Last active August 14, 2017 14:57
Show Gist options
  • Save franciso/3b3d6e2c12492a208a7b8fa73fd19486 to your computer and use it in GitHub Desktop.
Save franciso/3b3d6e2c12492a208a7b8fa73fd19486 to your computer and use it in GitHub Desktop.
Enable ADFS Extranet Lockout Protection
Set-AdfsProperties -EnableExtranetLockout $true -ExtranetLockoutThreshold 5 `
-ExtranetObservationWindow (new-timespan -Minutes 30)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment