You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Searches device info table for non server operating systems then return any users who have logged on interactively as an admin as a set per device. Can add exclusions for known IT admin accounts
let devices=
DeviceInfo
| where TimeGenerated > ago(30d)
| where OSPlatform !contains "Server"
| summarize arg_max(TimeGenerated, *) by DeviceName