Intune Summarizeby Operation
Query
IntuneAuditLogs
| summarize count() by OperationNameExplanation
The query counts the number of occurrences for each operation name in the IntuneAuditLogs table.
Query Details
IntuneAuditLogs
| summarize count() by OperationNameThe query counts the number of occurrences for each operation name in the IntuneAuditLogs table.