BACK TO INDEX

Win32_ProgramGroupContents
The Win32_ProgramGroupContents class represents an association between a program group order and an individual program group or item contained in it.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
GroupComponentReferenceThe GroupComponent reference represents the Win32_LogicalProgramGroup that contains the logical program group for this association.
PartComponentReferenceThe PartComponent reference represents the Win32_ProgramGroupOrItem containing a start menu group or item for this association
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_ProgramGroupContents
   {
    GroupComponent = "\\\\SCCM01\\root\\CIMV2:Win32_LogicalProgramGroup.Name=\"Default User:Start Menu\"";
    PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_LogicalProgramGroupItem.Name=\"Default User:Start Menu\\\\desktop.ini\"";
   };