2010-01-04
08:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Report Help
Hi all,
i'm busting my head over this one maybe someone will have an idea on how to work around this one:
in need to create a report of all users that haven't connect to the AD during the past X days.
now thinking of it, since envision is a log based system we acctually looking for events that didn't happen for a long period of time (60 days for example) how can we tell envision to list all the users that macth this creritra?
=/
thanks
1 Reply
2010-01-05
03:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Create EventTrace in EE. Use adanced table and try
"select UserName, max(datetime) from stream order by max(datetime) group by username".
EventTrace should subsribe only login events and cover as long timeframe as posible.
Regards
