H hygum Feb 4, 2007 #1 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...
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...
M MyCow Feb 4, 2007 #2 -------------------------------------------------------------------------------- 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... Click to expand... Does this simple command provide you with the info you need? NET USER {USERNAME} /DOMAIN
-------------------------------------------------------------------------------- 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... Click to expand... Does this simple command provide you with the info you need? NET USER {USERNAME} /DOMAIN