Forum Discussion
ycd_tech
Dec 02, 2021Copper Contributor
physicalMemoryInBytes always returns 0
I followed the blog below, https://techcommunity.microsoft.com/t5/microsoft-intune/total-physical-memory-attribute-graph-location/m-p/2108126 Here is my API endpoint. https://graph.microsoft.c...
Dec 22, 2021
Have the same issue when using id, physicalMemoryInBytes. But.. If you use
?$select=hardwareinformation,physicalMemoryInBytes it does show it 🙂
"@odata.context": "https://graph.microsoft.com/beta/$metadata#deviceManagement/managedDevices(hardwareInformation,physicalMemoryInBytes)/$entity",
"physicalMemoryInBytes": 34359738368,
"hardwareInformation": {