| Win32_UserInDomain | |||
| The Win32_UserInDomain relationship identifies the user accounts associated with a NT domain. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| GroupComponent | Reference | The Antecedent reference represents the domain the user account exists in. | |
| PartComponent | Reference | The 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\"";    }; | |||