User Logon Time

By | June 13, 2019

To find when a user last logged onto their PC (drop findstr to return account properties):

net user "johnDoe" /domain | findstr /C:"Last logon"