Customer wants to list all IMEIs of devices in portal
[Resolution]
To generate a report with IMEIs of all the devices, perform the following:
To generate a report with IMEIs of all the devices, perform the following:
- Log in to your Samsung SDS EMM Admin console.
- Go to Reports > New Report.
- Enter the following SQL code under Report Query:
SELECT CDUser.DisplayName, CDUser.Name, Device.IMEI, CDUser.MobileNumber, Device.OSVersion, Device.DisplayStateString from Device, CDUser where Device.ownerid = CDUser.id - Click Save.
[Environment]
SDS IAM & EMM
Samsung devices
[Summary]