Obtaining last login time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all
I am running win2k server / active directory and using MMC v1.2 to interrogate the users/groups etc

However no matter how hard I try I cannot find information on when a user last logged in. How is everybody else finding this information

Any help appreciated
Thanks in advance.
 
Here is a script that will help you find this information.
http://techinfo.cnwl.ac.uk/Windows 2000 Scripts/default.asp?dest=Check Last Logon Time.asp

usrstat.exe from the resource kit can also get this information but if you
have a lot of domain controllers it becomes cumbersome as the last logon
attribute is not replicated to other DC's so to find out the last user logon
you have to interrogate every DC. Windows 2003 fixes this by replicating the
lastlogontimestamp attribute to all DC's.

AndyLin said:
Hello all.
I am running win2k server / active directory and using MMC v1.2 to
interrogate the users/groups etc.
However no matter how hard I try I cannot find information on when a user
last logged in. How is everybody else finding this information?
 
I have a script that will read the names of the dc's and create a ssv list
(Semi-Colon Separated List). This list will list out the last logon from
which ever dc has the latest time in its memory.

E-Mail me if you would like it.


--

Paul Bergson MCT, MCSE, CNE, CNA, CCA

pbergson AT mnpower DOT com


AndyLin said:
Hello all.
I am running win2k server / active directory and using MMC v1.2 to
interrogate the users/groups etc.
However no matter how hard I try I cannot find information on when a user
last logged in. How is everybody else finding this information?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top