BACK TO INDEX

Win32_GroupInDomain
The Win32_GroupInDomain relationship identifies the group accounts associated with a NT domain.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
GroupComponentReferenceThe Antecedent reference represents the domain the user account exists in.
PartComponentReferenceThe Dependent reference represents the group accounts that exists on the domain.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_GroupInDomain
   {
    GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_NTDomain.Name=\"Domain: DUDEWORKS\"";
    PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_Group.Domain=\"DUDEWORKS\",Name=\"Cert Publishers\"";
   };