Hi. is it possible to add a users last logon time to the following report:
Select Top 1000000 tblADusers.Displayname, tblADusers.Username, tblADusers.Department, tblADusers.Office, tblADusers.Description From tblADusers
I cant seem to find a field for log on.
Any help would be appreciated.
Kev.