ADFS 2016/2019 Extranet Smart Lockout Logging

Here is a quick cheat sheet on enabling the necessary logging components for Extranet Smart Lockout and Troubleshooting ADFS Events.   ADFS Tracing/Debug Logging 123456789#Enable AD FS Tracing/Debug Log $logname = "AD FS Tracing/Debug" #Verify if it’s enabled or not Get-WinEvent -ListLog $logname | fl IsEnabled #Get the log object $log = New-Object System.Diagnostics.Eventing.Reader.EventLogConfiguration $logname […]