Query Details
//Count of Successful Enrollments by OS IntuneOperationalLogs | where OperationName == "Enrollment" and Result == "Success" | extend Os_ = tostring(parse_json(Properties).Os) | summarize count() by Os_
This query counts the number of successful enrollments in Intune, categorized by the operating system used.

Rod Trent
Released: July 14, 2020
Tables
Keywords
Operators