Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 216 Bytes

pivot.md

File metadata and controls

11 lines (9 loc) · 216 Bytes

pivot

IntuneDevices
| summarize arg_max(TimeGenerated, *) by SerialNumber
| where OS == 'Windows'
| project OSVersion, Manufacturer
| evaluate pivot(OSVersion)