Win32_GroupInDomain class

The Win32_GroupInDomain association WMI class identifies the group accounts associated with a Windows domain.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Dynamic, Provider("CIMWin32a"), UUID("C1717231-5F16-4AE6-966F-6CA856B7AAF6"), AMENDMENT]
class Win32_GroupInDomain : CIM_Component
{
  Win32_NTDomain REF GroupComponent;
  Win32_Group    REF PartComponent;
};

Members

The Win32_GroupInDomain class has these types of members:

Properties

The Win32_GroupInDomain class has these properties.

GroupComponent

Data type: Win32_NTDomain

Access type: Read-only

Qualifiers: Override (GroupComponent), key, MappingStrings ("WMI|Win32_NTDomain")

Reference to the instance that represents the parent element in the association. This property is inherited from CIM_Component.

PartComponent

Data type: Win32_Group

Access type: Read-only

Qualifiers: Override (PartComponent), key, MappingStrings ("WMI|Win32_Group")

Reference to the instance that represents the child element in the association. This property is inherited from CIM_Component.

Remarks

The Win32_GroupInDomain class is derived from CIM_Component.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
Wmipcima.mof
DLL
Wmipcima.dll

See also

CIM_Component

Operating System Classes