Query Details

Intune Successful Synched Device

Query

IntuneAuditLogs 
| where OperationName == " syncDevice ManagedDevice" and ResultType == "Success"

Explanation

The query is looking for successful device synchronization operations in the Intune audit logs.

Details

Rod Trent profile picture

Rod Trent

Released: June 29, 2020

Tables

IntuneAuditLogs

Keywords

IntuneAuditLogs,OperationName,ResultType,Success

Operators

====and

Actions