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...
jhardenberg
Mar 21, 2023Copper Contributor
physicalMemoryInBytes
Total Memory in Bytes. Return default value 0 in LIST managedDevices. Real value only returned in singel device GET call with device id and included in select parameter. Supports: $select. Default value is 0. Read-only. This property is read-only.
https://github.com/microsoftgraph/microsoft-graph-docs/blob/main/api-reference/beta/api/intune-devices-manageddevice-update.md
Total Memory in Bytes. Return default value 0 in LIST managedDevices. Real value only returned in singel device GET call with device id and included in select parameter. Supports: $select. Default value is 0. Read-only. This property is read-only.
https://github.com/microsoftgraph/microsoft-graph-docs/blob/main/api-reference/beta/api/intune-devices-manageddevice-update.md