Query Details

Intune Recent Eventsby Accounts

Query

IntuneAuditLogs 
| top 10 by TimeGenerated
| project Identity, OperationName

Explanation

This query retrieves the top 10 Intune audit logs, sorted by the time they were generated. It then projects the identity and operation name from these logs.

Details

Rod Trent profile picture

Rod Trent

Released: June 29, 2020

Tables

IntuneAuditLogs

Keywords

IntuneAuditLogs,TimeGenerated,Identity,OperationName

Operators

topbyproject

Actions