| Win32_PhysicalMemoryLocation | |||
| The Win32_PhysicalMemoryLocation class represents an association between an array of physical memory and its physical memory. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| GroupComponent | Reference | The GroupComponent reference represents the physical memory array that contains the physical memory. | |
| LocationWithinContainer | String | A free-form string representing the positioning of the PhysicalElement within the PhysicalPackage. Information relative to stationary elements in the Container (for example, 'second drive bay from the top'), angles, altitudes and other data may be recorded in this property. This string could supplement or be used in place of instantiating the CIM_Location object. | |
| PartComponent | Reference | The PartComponent reference represents the physical memory contained in the physical memory array. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_PhysicalMemoryLocation    {     GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_PhysicalMemoryArray.Tag=\"Physical Memory Array 0\"";     PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_PhysicalMemory.Tag=\"Physical Memory 0\"";    }; | |||