3.1.4.43.3.1 ExecuteSPGetComputerTargetByNameRequestBody

Specifies the FQDNof the client computer.

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

name: This field MUST be present. It contains the FQDN of the client computer for which information is be retrieved. If the FQDN does not match any computers registered to the WSUS server, the update server MUST send a SOAP fault indicating that an error occurred. The FQDN MUST NOT be longer than 256 characters. If the FQDN is longer than 256 characters, the update server MUST send a SOAP fault as specified in section 3.1.4.1.