I was hoping to get some help, in modifying the query above. I got an Index and a source type for my windows environment. I would like to see the following: - Authentication PackagesName = This looks to shows the type of Authentication taking place like NTLM, Kerberos, MFA, etc.... I need this to show for each user (Windows Authentication Technical Overview | Microsoft Learn) - Logon Type = used by Windows to shows successful login and failers logs like (4624, 4625, 4648) and should have a count related to the above attribute (Windows Logon Scenarios | Microsoft Learn) - LogonProcessName = The process name for the authentication action taking place for the user PS. The idea here it sees what Authentication action is taking place for each user so I can say yea there are using NTLM or Kerberos to access this host or resource. Thanks again Community!!!!
... View more