| Win32_LogicalProgramGroupDirectory | |||
| The Win32_LogicalProgramGroupDirectory class represents an association between logical program groups (groupings in the start menu) and the file directories in which they are stored. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | The Antecedent reference represents the Win32_LogicalProgramGroup associated with the file directory. | |
| Dependent | Reference | The Dependent reference represents the Win32_Directory that contains the file directory for thelogical program group. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_LogicalProgramGroupDirectory    {     Antecedent = "\\\\SCCM01\\root\\CIMV2:Win32_LogicalProgramGroup.Name=\"Default User:Start Menu\"";     Dependent = "\\\\SCCM01\\root\\cimv2:Win32_Directory.Name=\"C:\\\\Documents and Settings\\\\Default User\\\\Start Menu\"";    }; | |||