IntuneDevices | where TimeGenerated > ago (30d) and isnotempty(OS) | distinct OS, JoinType | extend p = pack(OS, JoinType)
Last updated 1 year ago