Forum Discussion
Sri_Lakshmi_P
Dec 13, 2021Copper Contributor
Best way to read Device Information like IMEI, ICCID from Intune
What is the best way to read Mobile Device Information like IMEI, ICCID ..etc from Customer's Intune portal from .net application -
a) From GET /deviceManagement/managedDevices/{managedDeviceId}
or
b) Through Intune Graph reports
- Mr_HelaasSteel Contributor
Hi Sri_Lakshmi_P,
If you want to most up-to-date information I would suggest using the graph API. But if you delete an object from Intune you have to remove it in your .Net application.
Kind regards,
Rene