What's a quick and dirty way to get a user list with login time from active directory?
- by Andrei D
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.