Login Reports



Ward
07-09-2005, 11:54 PM
I want to get a report of all of the users currently logged into my Active
Directory (Windows 2003 SP1) domain. I also want to know the name of the
computer from which every user is currently logged in. How do I do this?
Thanks.


--
Regards,

Ward

Steven L Umbach
07-09-2005, 11:54 PM
One way would be to use the security logs on the domain controllers to
examine account logon events. There are third party programs that can help
you manage security logs such as S.E.L.M. from Languard. Also take a look at
the limitlogon RK tool. You can use it to manage user logons to the domain
and it does have some reporting capabilities. It requires that a
logon/logoff script be run for domain users but that is easily done with
Group Policy scripts and the client side application can also be installed
via Group Policy Software Installation. The links below may help. --- Steve

http://www.microsoft.com/technet/technetmag/issues/2005/05/UtilitySpotlight/default.aspx
http://www.gfi.com/lanselm/


"Ward" <Ward@discussions.microsoft.com> wrote in message
news:87C1EAA9-4E3F-4E98-A0A3-533B4031771C@microsoft.com...
>I want to get a report of all of the users currently logged into my Active
> Directory (Windows 2003 SP1) domain. I also want to know the name of the
> computer from which every user is currently logged in. How do I do this?
> Thanks.
>
>
> --
> Regards,
>
> Ward


Login Reports