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
IntuneDevices
| where TimeGenerated > ago (30d)
and isnotempty(OS)
| distinct OS, JoinType
| extend p = pack(OS, JoinType)
| summarize bag = make_bag(p)