3.1.4.32.3.1 ExecuteSPGetComputersInTargetGroupRequestBody
Contains the identifier of the target group.
-
<xsd:complexType name="ExecuteSPGetComputersInTargetGroup"> <xsd:sequence> <xsd:element minOccurs="1" maxOccurs="1" name="targetGroupId" nillable="true" type="xsd:string"/> <xsd:element minOccurs="1" maxOccurs="1" name="includeSubgroups" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType>
includeSubgroups: This field is optional. If set to FALSE, the WSUS server MUST return information about all computers that belong to the specified target group. If set to TRUE, the server MUST also return information about computers that are associated with any subtarget group of the specified target group.
targetGroupId: This field MUST be present. It contains the GUID of the target group. If the specified GUID is not found in the database, the update server MUST send a SOAP fault as specified in section 3.1.4.1.