show the user his/her last logon time

  • Thread starter Thread starter hygum
  • Start date Start date
H

hygum

Is it possible to have a .bat file that shows the user his/her last
logon time? Im thinking of a simple access to the event log...
 
--------------------------------------------------------------------------------
hygum said:
Is it possible to have a .bat file that shows the user his/her last
logon time? Im thinking of a simple access to the event log...

Does this simple command provide you with the info you need?

NET USER {USERNAME} /DOMAIN
 

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