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.
Query Details
IntuneAuditLogs
| where OperationName == " syncDevice ManagedDevice" and ResultType == "Success"The query is looking for successful device synchronization operations in the Intune audit logs.