Query Details

Intune Audit Events Trend

Query

//Audit Events Trend
IntuneAuditLogs
| summarize count() by bin(TimeGenerated, {TimeRange:grain})

Explanation

This query analyzes the trend of audit events in Intune by counting the number of events and grouping them based on a specified time range.

Details

Rod Trent profile picture

Rod Trent

Released: July 10, 2020

Tables

IntuneAuditLogs

Keywords

IntuneAuditLogs,TimeGenerated,TimeRange

Operators

summarizecount()bybin()

Actions