BACK TO INDEX

Win32_SystemLoadOrderGroups
The Win32_SystemLoadOrderGroups class represents an association between a computer system and a load order group.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
GroupComponentReferenceThe GroupComponent reference represents the computer system where the load order group exists.
PartComponentReferenceThe PartComponent reference represents a load order group existing on the computer system.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_SystemLoadOrderGroups
   {
    GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_ComputerSystem.Name=\"SCCM01\"";
    PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_LoadOrderGroup.Name=\"System Reserved\"";
   };