Forum Discussion
DiogoSousa
May 20, 2025Iron Contributor
Identifying Copilot+ Devices
Hello and greetings from Portugal! I'm trying to create a PBI report with all Copilot+ Devices in our tenant. It's there any way to push this from Intune? Thanks in advance!
- Aug 03, 2025
Olá Diogo!
If I understand correctly you want to create a report with all the Copilot+ devices you have?
You could use the Graph API to get a list of devices and then filter them based on the model for example or other identifier.https://learn.microsoft.com/en-us/graph/api/intune-devices-manageddevice-list?view=graph-rest-1.0
NabilNahdi
Aug 03, 2025Brass Contributor
Olá Diogo!
If I understand correctly you want to create a report with all the Copilot+ devices you have?
You could use the Graph API to get a list of devices and then filter them based on the model for example or other identifier.
https://learn.microsoft.com/en-us/graph/api/intune-devices-manageddevice-list?view=graph-rest-1.0