| Win32_SubDirectory | |||
| The Win32_Subdirectory class represents an association between a directory (folder) and one of its subdirectories (subfolders). | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| GroupComponent | Reference | The GroupComponent reference represents the Win32_Directory that contains the properties of the parent directory (folder) in this association. | |
| PartComponent | Reference | The PartComponent reference represents the Win32_Directory that contains the subdirectory (subfolder) part of the association. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_SubDirectory    {     GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_Directory.Name=\"C:\\\\\"";     PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_Directory.Name=\"C:\\\\ADFS\"";    }; | |||