BACK TO INDEX

Win32_SystemResources
The Win32_SystemResources class represents an association between a system resource and the computer system it resides on.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
GroupComponentReferenceThe GroupComponent reference represents the computer system where the resource is located.
PartComponentReferenceThe PartComponent reference represents the the resource (such as I/O services, memory resources) available on the computer system.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_SystemResources
   {
    GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_ComputerSystem.Name=\"SCCM01\"";
    PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_IRQResource.IRQNumber=9";
   };