Query Details
// Number of devices that are managed by Intune or are Co-managed IntuneDevices | where OS == "Windows" | summarize count(DeviceName) by ManagedBy
This query is checking the number of devices that are managed by Intune or are co-managed, but only those that are running the Windows operating system. It then groups and counts these devices based on who manages them.

Ugur Koc
Released: July 18, 2022
Tables
Keywords
Operators