Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 228 Bytes

make_bag.md

File metadata and controls

12 lines (10 loc) · 228 Bytes

make_bag

IntuneDevices
| where TimeGenerated > ago (30d)
        and isnotempty(OS)
| distinct  OS, JoinType
| extend p = pack(OS, JoinType)
| summarize  bag = make_bag(p)