Blog

Last logon date & time for a Windows user.

Open the command prompt: Start->Run->type cmd

At the C:\> prompt, type: 
net user administrator | findstr /B /C:”Last logon”

Replace administrator with any user name.

The output should look like this:
Last logon                   6/30/2010 10:02 AM
C:>