I use Windows Server 2008 at my workstation and sometimes work from home. Is there an easy way of viewing the login and logoff times from the event viewer so I can see how many hours I was logged in or simply to find out when I started working? Preferably another application with an easier interface than manually looking at the event viewer, which is cluttered even after filtering out other unrelated events.
feedback
|
migrated from programmers.stackexchange.com Feb 10 '11 at 17:59
This question came from our site for professional programmers interested in conceptual questions about software development.
|
As you are no doubt aware, the event logs are anything but easy to read. I suggest you create logon and logoff scripts to record the times into a separate log file. | |||
|
feedback
|
|
Answer for a domain environment. Install additional account info dll on your dc. http://www.windowsitpro.com/article/tips/jsi-tip-8045-how-can-i-add-an-additional-account-info-tab-to-the-user-properties-of-active-directory-users-and-computers-.aspx Very easy to view the info there, but remember account logon info is specific to each DC so make sure to query each of them. | |||
feedback
|