Last time user loged in to our server.

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

Guest

I have a 2000 server with some old user accounts that I would like to check
the last time that they were used. Some people in the organization had more
than one user account, why I have no idea, but I would like to clean up these
old accounts. Is there a way I can see the last time an account was used?
My event logs don't go back far enough to check them.

Thank you.

Frank
 
Zach said:
I have a 2000 server with some old user accounts that I would like to check
the last time that they were used. Some people in the organization had more
than one user account, why I have no idea, but I would like to clean up these
old accounts. Is there a way I can see the last time an account was used?
My event logs don't go back far enough to check them.

Thank you.

Frank

How about this command:

net user zach
 
How about this command:

net user zach
I like it - is there a way to get a listing of all the commands available, just
to become more familiar with the computer please

Borge in sunny Perth, Australia
 
nesredep egrob said:
I like it - is there a way to get a listing of all the commands available, just
to become more familiar with the computer please

Borge in sunny Perth, Australia

Try this:

net /?
net user /?
net help user
etc.
 
net /?
net user /?
net help user
etc.
thanks - but not just net - the whole gamut, please - where is it all located. I
cannot believe that is only just for MVP's

Borge in sunny Perth, Australia :-)
 
nesredep egrob said:
thanks - but not just net - the whole gamut, please - where is it all located. I
cannot believe that is only just for MVP's

Borge in sunny Perth, Australia :-)

Most executables are located in c:\winnt\system32. There are about
300 of them but only a quarter or so are useful Command Prompt
commands.
 
nesredep egrob said:
Most executables are located in c:\winnt\system32. There are about
300 of them but only a quarter or so are useful Command Prompt
commands.

Once again thanks, I shall have a good look at them :-)


Borge in sunny Perth, Australia
 
Back
Top