microsoftgraph / powershell-intune-samples

This repository of PowerShell sample scripts show how to access Intune service resources. They demonstrate this by making HTTPS RESTful API requests to the Microsoft Graph API from PowerShell.
MIT License
1.37k stars 658 forks source link

ManagedDevices_Hardware_Get.ps1 script not being able to print manufacturer data (Android Enterprise) #165

Open CelesVersia opened 3 years ago

CelesVersia commented 3 years ago

Hi we were using this script the last year and we notice that manufacturer data are not being recolected anymore.

i have found a pattern that only happend whit Android Enterprise decicated devices .... for example whit personal devices whit work profile it does correctly.

But when you search in the generated csv the field "manufacturer" you can see that is empty in all android enterprise dedicated devices.

Any help?

Thank you very much

daniel-microsoft commented 3 years ago

Hi team,

I would like to mention that we can get the Manufacture field on Graph for those dedicated devices.

{ (...)

"deviceEnrollmentType": "androidEnterpriseDedicatedDevice",

(...)

"model": "FIG-LX1", "manufacturer": "HUAWEI",

(....) },

Additionally, and this is what we are looking at our end (support). For dedicated devices, we are unable to see the Manucturarer but it could be a coincidence.

image

CelesVersia commented 3 years ago

Any help?