Query Details
//Enrollment Statistics IntuneOperationalLogs | where OperationName == "Enrollment" | summarize count() by Result
This query is looking at the IntuneOperationalLogs data and filtering for records where the OperationName is "Enrollment". It then groups the records by the Result field and counts the number of occurrences for each result.

Rod Trent
Released: July 10, 2020
Tables
Keywords
Operators