Query Details
IntuneAuditLogs |summarize Auditevents = count() by OperationName | sort by Auditevents
The query is counting the number of audit events in the IntuneAuditLogs table and grouping them by the OperationName. The results are then sorted by the number of audit events.

Rod Trent
Released: June 29, 2020
Tables
Keywords
Operators