Configuration Manager WSUS Location

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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

Concepts

Configuration Manager Location Manager Message XML
Configuration Manager Management Point Message Schema
Configuration Manager Management Point Interface
Configuration Manager Management Point Interface