J
John Wunderlich
I am doing an Active Directory objects cleanup on W2K but do not
know where to look for information about the last logon time/date
of a particular domain userid. I heard that the last logn
details could be retrieved through some programming procedure.
Is there way which is easier to do? Appreciate if anyone could
help.
try:
net user <username>
or
net user <username> /DOMAIN
HTH,
John