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 […]
Category: ADFS
Setting up ADFS 2016
This is a guide I have put together to hopefully save others the amount of time I have put into getting this working after two iterations. The goal is rather simple, which is to get a highly available ADFS environment online with Server 2016. There is quite a lot of documentation already out there, but […]