| Win32_GroupInDomain | |||
| The Win32_GroupInDomain relationship identifies the group 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 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\"";    }; | |||