Last Logon Report that includes all Windows devices?
Hello Everyone I am currently working on a Report to list the last Logon Time of all our Windows Devices in our Infrastructure and I found this query for it: Select Top 1000000 UserInfo.Username, UserInfo.Domain As Userdomain, UserInfo.LastLogon ...