What's a quick and dirty way to get a user list with login time from active directory?

Posted by Andrei D on Super User See other posts from Super User or by Andrei D
Published on 2012-10-10T20:45:37Z Indexed on 2012/10/10 21:42 UTC
Read the original article Hit count: 297

Im trying to obtain a list of users with their login time (n times if they have logged in more than once) in a particular timespan, for example between 2pm and 3pm on 10/10/2012.

I've been fiddling around with powershell, but couldn't get much out of it, downloaded the PowerShell extensions from Quest, tried out some snippets, but I couldn't find something that fits my needs.

My guess is to query the events on the Active Directory server but haven't been able to get a snippet that works so far.

© Super User or respective owner

Related posts about windows-server-2008

Related posts about active-directory