I am looking for a script I can run that will give me a list of every logon
for a certain OU for the last 90 days. I am running on a Windows 2000 Domain.

Re: Script for every logon in the last 90 days by Richard

Richard
Fri Sep 05 11:34:47 PDT 2008


"rademr1" <rademr1@discussions.microsoft.com> wrote in message
news:30407C6F-C34C-48DF-BDDF-01D2AEF2986E@microsoft.com...
>I am looking for a script I can run that will give me a list of every logon
> for a certain OU for the last 90 days. I am running on a Windows 2000
> Domain.

See reply in microsoft.public.scripting.vbscript

--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--



Re: Script for every logon in the last 90 days by Marcin

Marcin
Fri Sep 05 11:38:58 PDT 2008

Without being at Windows 2003 domain functional level, you need to query for
lastLogon attribute for target users against all domain controllers in the
domain. You can leverage the script listed at
http://www.microsoft.com/technet/scriptcenter/topics/win2003/lastlogon.mspx

hth
Marcin

"rademr1" <rademr1@discussions.microsoft.com> wrote in message
news:30407C6F-C34C-48DF-BDDF-01D2AEF2986E@microsoft.com...
>I am looking for a script I can run that will give me a list of every logon
> for a certain OU for the last 90 days. I am running on a Windows 2000
> Domain.