3.1.4.30.3.1 ExecuteSPAddComputerToTargetGroupAllowMultipleGroups Request Body

The ExecuteSPAddComputerToTargetGroupAllowMultipleGroupsRequestBody complex type contains the identifier for both the computer and the target group.

  
 <xsd:complexType name="ExecuteSPAddComputerToTargetGroupAllowMultipleGroupsRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="targetGroupId" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="ComputerId" nillable="true" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

ComputerId: This field MUST be present. It contains the unique name of the computer that is added to the target group. The ComputerId simple type is defined in section 2.2.5.4.

targetGroupId: This field MUST be present. It contains the GUID of the target group the computer is added to.