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
 
Back
Top