> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/fr/knowledge-base/how-to-articles/running-the-remote-desktop-manager-synchronizer-from-a-centralized-server.md).

# Exécuter le synchroniseur de Remote Desktop Manager à partir d'un serveur centralisé

Pour éviter que votre ordinateur soit surchargé par des tâches en arrière-plan, comme le synchronisateur, exécutez ces tâches sur des serveurs centralisés.

{% hint style="info" %}
Ces instructions s'appliquent aux espaces de travail d'équipe
{% endhint %}

1. Installez une [version portable](/rdm/fr/getting-started/installation/client/portable-usb.md) de Remote Desktop Manager.
2. Ajoutez votre espace de travail Devolutions Server ou Devolutions Cloud configuré. Nous recommandons l'***authentification Windows*** comme type d'authentification.
3. Supprimez l'***espace de travail local*** de la liste des espaces de travail.
4. Créez une entrée de synchronisateur. Pour tester l'entrée, cliquez sur ***Ouvrir la session***.
5. Allez dans ***Avancé*** dans les ***Propriétés du synchronisateur*** et copiez la ***Ligne de commande***. Nous la collerons à l'étape 12.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4196.png" alt=""><figcaption></figcaption></figure>
6. Ouvrez le ***Planificateur de tâches Windows***.
7. Sélectionnez ***Créer une tâche***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4197.png" alt=""><figcaption></figcaption></figure>
8. Entrez un nom de tâche et sélectionnez ***Exécuter même si l'utilisateur n'est pas connecté***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4198.png" alt=""><figcaption></figcaption></figure>
9. Dans l'onglet ***Déclencheurs***, sélectionnez ***Nouveau***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4199.png" alt=""><figcaption></figcaption></figure>
10. Configurez les ***Paramètres*** selon vos besoins.
    1. Définissez l'horaire du déclencheur. Dans notre exemple, nous avons utilisé Hebdomadaire, chaque dimanche, à 1:00:00 du matin.
    2. Cochez ***Arrêter la tâche si elle s'exécute plus de*** et réglez la valeur à 30 minutes.
    3. Cochez ***Activé***, puis cliquez sur ***OK***.

       <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4200.png" alt=""><figcaption></figcaption></figure>
11. Dans l'***onglet Actions***, cliquez sur ***Nouveau***.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4201.png" alt=""><figcaption></figcaption></figure>
12. Collez la ligne de commande copiée à l'étape 5 dans ***Programme/script*** et cliquez sur ***OK***.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4202.png" alt=""><figcaption></figcaption></figure>
13. Dans la fenêtre contextuelle, cliquez sur ***Oui***.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4203.png" alt=""><figcaption></figcaption></figure>
14. Cliquez sur ***OK***.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4204.png" alt=""><figcaption></figcaption></figure>

La configuration de la tâche est terminée et celle-ci s'exécutera automatiquement. Vous pouvez surveiller l'état des tâches dans l'Observateur d'événements Windows.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/fr/knowledge-base/how-to-articles/running-the-remote-desktop-manager-synchronizer-from-a-centralized-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
