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.

link|improve this question

20% accept rate
You will have better luck asking on serverfault.com – Rachel Feb 10 '11 at 17:53
1  
serverfault.com/questions/141268/… May be helpful for you. – sysadmin1138 Feb 10 '11 at 18:04
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.

2 Answers

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.

link|improve this answer
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.

link|improve this answer
In 2008 domain there is no need for that FYI, they've added the Attribute Editor tab in ADUC to show the same or similar things. all the properties of an object can be found there. – Jordan W. Feb 10 '11 at 22:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.