BACK TO INDEX

Win32_UserInDomain
The Win32_UserInDomain relationship identifies the user 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 user accounts that exists on the domain.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_UserInDomain
   {
    GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_NTDomain.Name=\"Domain: DUDEWORKS\"";
    PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_UserAccount.Domain=\"DUDEWORKS\",Name=\"Administrator\"";
   };