Open CMD and go to c:\> and type given command
c:\>net user administrator | findstr /B /C:"Last logon"
Output will be like this:-
Last logon 5/29/2015 10:34:41 AM
Applicable for Server and PC.
c:\>net user administrator | findstr /B /C:"Last logon"
Output will be like this:-
Last logon 5/29/2015 10:34:41 AM
Applicable for Server and PC.