BACK TO INDEX

Win32_LoadOrderGroupServiceMembers
The Win32_LoadOrderGroupServiceMembers class represents an association between a load order group and a base service. Note: Win32_SystemDriver objects are members of that load order group. Not all services are members of groups, and not all groups have services within them.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
GroupComponentReferenceThe GroupComponent reference represents the Win32_LoadOrderGroup containing the load order group properties associated with the base service.
PartComponentReferenceThe PartComponent reference represents the Win32_BaseService containing the base service that is a member of a load order group
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_LoadOrderGroupServiceMembers
   {
    GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_LoadOrderGroup.Name=\"Primary disk\"";
    PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_SystemDriver.Name=\"Abiosdsk\"";
   };