BACK TO INDEX

Win32_SubDirectory
The Win32_Subdirectory class represents an association between a directory (folder) and one of its subdirectories (subfolders).
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
GroupComponentReferenceThe GroupComponent reference represents the Win32_Directory that contains the properties of the parent directory (folder) in this association.
PartComponentReferenceThe 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\"";
   };