- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-06-2023 10:31 AM
Hi,
I'm trying to find a good query to pull not only the user login time but also a user logout in AD/AZ AD. I've been able to get the login data easy enough but I can't seem to pull a log OUT time/date or timeout.
Does anyone have any suggestions?
06-07-2023 08:24 AM
Hello @MFlippin77
Thanks for reaching to LiveCommunity.
Please refer to below query and try build upon it. Currently it looks for event id 4634 for logoff events.
dataset = xdr_data
| filter event_type = ENUM.EVENT_LOG and action_evtlog_event_id = 4634
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!