# Trigger a SUP Sync

*Applies to: Patch My PC Publisher*

## Overview

The **Trigger a Software Update Point Sync** section is where you configure the SMS Provider connection, which the Publisher uses to communicate with ConfigMgr. This connection enables the Publisher to trigger SUP synchronizations and ultimately serves as the foundation for all the Publisher interactions with ConfigMgr.

This section also allows you to manually initiate a SUP sync. A SUP sync is the process by which ConfigMgr retrieves update metadata from WSUS (and ultimately Microsoft Update), making newly published first and third-party updates visible and actionable in the ConfigMgr console.

<figure><img src="https://3773699522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX7dvS0r_4fc0AikgJS%2Fuploads%2FSseZtsc1FiLo2NfyXx17%2Fimage.png?alt=media&#x26;token=18754e1d-5767-4adf-a959-6dcbb5a98cb4" alt="Trigger a SUP sync" width="563"><figcaption></figcaption></figure>

## Perform Delta Synchronization

A **delta sync** retrieves from WSUS only changes that have occurred since the last successful synchronization. This includes newly added updates and updates that have been revised or removed. Updates that were previously synchronized and have not changed are not re-evaluated.

Because of this limited scope, delta syncs are faster and place less load on WSUS, SQL, and the site server. For this reason, most synchronizations in ConfigMgr, both manual and scheduled, run as delta syncs.

Key characteristics of delta synchronization:

* Synchronizes only new or changed update metadata.
* Does not reprocess the entire update catalog.
* Faster and less resource-intensive.
* Commonly sufficient after publishing or enabling third-party updates.

{% hint style="warning" %}
**Important**

It’s important to note that a delta synchronization does not repair updates that may have been damaged or deleted during previous synchronizations.
{% endhint %}

## Perform Full Synchronization

A **full sync** forces ConfigMgr to synchronize the entire update catalog from WSUS, filtered by the SUP site components product and classifications configuration. At the end of a full sync, the ConfigMgr database reflects the complete and current state of the WSUS catalog.

Full syncs are more resource-intensive and take longer to complete, especially in environments with large update catalogs. Because of this, they are not typically used for routine operations.

Key characteristics of full synchronization:

* Re-evaluates the entire update catalog.
* Can repair updates that were damaged or deleted in previous synchronizations.
* More time-consuming and resource-intensive.
* Intended for troubleshooting or recovery scenarios.

{% hint style="info" %}
**Note**

ConfigMgr will typically escalate to a **full sync** when it's required. This occurs when configuration changes are detected that cannot be processed incrementally.

Examples include:

* Switching to a different default Software Update Point.
* Changes to Product and Classification selection in the SUP site component properties.
* Modifications to supersedence settings or the supersedence window.

In addition, ConfigMgr periodically performs a full sync on a fixed interval (every 7 days by default). More information on SUP synchronization can be found at <https://learn.microsoft.com/en-us/intune/configmgr/develop/sum/about-synchronizing-the-software-update-point>
{% endhint %}

## Configure SMS Provider Connection

The **SMS Provider** is the interface that enables all interactions with ConfigMgr, including actions performed in the ConfigMgr console and through supported APIs. The Publisher also relies on the SMS Provider to perform operations such as triggering SUP synchronizations, creating and modifying applications, and distributing content.

The SMS Provider configuration is shared across the Publisher. When you configure the SMS Provider from **Updates > Options**, the same settings are automatically used in other areas of the product, including **ConfigMgr Apps > Options** and the **Sync Schedule** tab.

For information on how to configure the SMS Provider connection, see [Configure the SMS Provider Connection](https://docs.patchmypc.com/patch-my-pc-publisher/publisher-reference/configure-the-sms-provider-connection).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.patchmypc.com/patch-my-pc-publisher/administration/updates/options/trigger-a-sup-sync.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
