> 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/it/concepts/advanced-concepts/synchronizers.md).

# Sincronizzatori

I sincronizzatori importano e mantengono aggiornate le voci recuperando le connessioni da provider esterni in Remote Desktop Manager.

Riducono il tempo dedicato al popolamento delle casseforti importando le sessioni nel formato corretto, preservando l'ereditarietà e automatizzando la sincronizzazione continua per riflettere le modifiche della sorgente. Questo approccio riduce al minimo l'inserimento manuale, previene le derive e mantiene coerenti le strutture tra gli ambienti.

Utilizzi i sincronizzatori per standardizzare le distribuzioni di grandi dimensioni, migrare da altri strumenti con una formattazione coerente o mantenere casseforti specifiche per cliente, affiancandoli ai flussi di lavoro tradizionali di importazione ed esportazione per gli spostamenti una tantum.

{% hint style="success" %}
Per assicurarsi che le voci siano aggiornate prima della sincronizzazione, si consiglia di abilitare l'impostazione ***Aggiorna prima di eseguire la voce*** che si trova in ***Amministrazione*** – ***Impostazioni di sistema*** – ***Applicazione*** – ***Cache/Offline***, sotto l'intestazione ***Aggiorna***.
{% endhint %}

#### Argomenti correlati

* [Impostazioni della voce sincronizzatore Active Directory](/rdm/it/knowledge-base/knowledge-base-articles/entry-settings/active-directory-synchronizer.md)
* [Impostazioni della voce Bitwarden](/rdm/it/knowledge-base/knowledge-base-articles/entry-settings/bitwarden.md)
* [Configurare una voce sincronizzatore Hyper-V in Remote Desktop Manager](/rdm/it/knowledge-base/knowledge-base-articles/entry-settings/hyper-v-synchronizer.md)
* [Configurare una voce Lansweeper in Remote Desktop Manager](/rdm/it/knowledge-base/how-to-articles/use-lansweeper-in-remote-desktop-manager.md)
* [Impostazioni della voce sincronizzatore VMware](/rdm/it/knowledge-base/knowledge-base-articles/entry-settings/vmware-synchronizer.md)
* [Sessioni incorporate](/rdm/it/user-interface/content-area/embedded-sessions.md)
* [Voce sincronizzatore personalizzato (PowerShell)](/rdm/it/knowledge-base/knowledge-base-articles/entry-settings/custom-powershell-synchronizer.md)

#### Vedere anche

* [Scenari di integrazione CyberArk PSM - Sincronizzazione (utilizzando la voce sincronizzatore di Remote Desktop Manager)](/rdm/it/knowledge-base/how-to-articles/cyberark-psm-integration-scenarios.md#synchronization-using-the-remote-desktop-manager-synchronizer-entry)
* [Blog Devolutions - Nuova integrazione Lansweeper in Remote Desktop Manager: migliori la gestione degli asset IT](https://blog.devolutions.net/2023/12/introducing-lansweeper-in-remote-desktop-manager/)


---

# 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/it/concepts/advanced-concepts/synchronizers.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.
