Last updated 2 years ago
take_any will return a random row from the dataset
IntuneDevices | summarize take_any(*)
IntuneDevices | summarize take_any(DeviceName, TimeGenerated, DeviceId)
IntuneDevices | summarize take_any(DeviceId, OS, CompliantState) by DeviceName