Where in Hyena can i run a report to pull up a user's history of logon/logoff. If i "view logon information" it only gives me last logon and logoff.???...??? I want at least a week of history.... help me.... thanks
Announcement
Collapse
No announcement yet.
Logon History
Collapse
X
-
Re: Logon History
Unfortunately NT doesn't keep a history of logon times. When a user is validated by a controller it overwrites that record with the latest time, and increments a counter to show how many times that account has logged in.
To get this kind of information you would have to turn on auditing (logon/logoff) in NT, which would capture those messages to the event log. You can then use an event reporting tool to filter for those events.
Comment