In Configuration Manager, WSUSLocationRequest is used to request the Windows Server Update Services (WSUS) server that the site uses for a given client.

If the software update point is enabled, there will be one WSUS server for the primary site. If a WSUS server is configured for a secondary site, then that server will be returned for clients within the secondary site's boundary.

Input Message

<WSUSLocationRequest>

    <Content></Content>

    <AssignedSite></AssignedSite>

    <ClientLocationInfo>

         <ADSite></ADSite>

        <IPAddresses>

            <IPAddress></IPAdress>

        </IPAddresses>

    </ClientLocationInfo>

</WSUSLocationRequest>

Output Message

<WSUSLocationReply>

    <Sites>

          <Sites>

              <MPSite/>

              <LocationRecords>

                    <LocationRecord></LocationRecord>

              </LocationRecords>

          </Site>

     </Sites>

</WSUSLocationReply>

Remarks

See Also


Send comments about this topic to Microsoft.