Query Details

Intune Summarizeby Operation

Query

IntuneAuditLogs 
| summarize count() by OperationName

Explanation

The query counts the number of occurrences for each operation name in the IntuneAuditLogs table.

Details

Rod Trent profile picture

Rod Trent

Released: June 29, 2020

Tables

IntuneAuditLogs

Keywords

Intune,AuditLogs,OperationName

Operators

summarizecount()by

Actions