> 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/pam/fr/concepts/password-propagation.md).

# Propagation des mots de passe

**La propagation des mots de passe** est une action personnalisable dans un fournisseur Devolutions PAM qui s'exécute après la [rotation des mots de passe](https://docs.devolutions.net/fr/pam/concepts/password-rotation/). Elle est implémentée sous forme de [script PowerShell](https://docs.devolutions.net/fr/pam/concepts/action-script/) facultatif, permettant aux administrateurs d'automatiser des tâches de suivi spécifiques requises après la modification d'un identifiant.

Cette flexibilité aide à répondre aux scénarios où les identifiants mis à jour doivent être transmis à des systèmes ou logiciels externes. Par exemple, la propagation des mots de passe peut mettre à jour les mots de passe stockés dans les [services Windows](https://github.com/Devolutions/PAM-Providers/tree/master/Propagation-Scripts/windows_service), les tâches planifiées, ou synchroniser les secrets avec des plateformes telles qu'[Azure Key Vault as secrets](https://github.com/Devolutions/PAM-Providers/tree/master/Propagation-Scripts/azure_key_vault). Elle peut également être utilisée à des fins de notification ou de [conformité](https://docs.devolutions.net/fr/pam/concepts/compliance-reporting/) en déclenchant des tickets d'assistance ou en envoyant des alertes via des services tels que [Slack](https://github.com/Devolutions/PAM-Providers/tree/master/Propagation-Scripts/slack_message) ou [Microsoft Teams](https://github.com/Devolutions/PAM-Providers/tree/master/Propagation-Scripts/teams_message).

En prenant en charge la propagation des mots de passe, Devolutions PAM améliore les flux de travail post-rotation, garantissant que les systèmes restent synchronisés et que les opérations se poursuivent sans interruption.

{% embed url="<https://youtu.be/TjvE-nubPXY>" %}

#### Alias de propagation des mots de passe

* Synchronisation des mots de passe
* Scripts post-rotation
* Scripts de propagation
* Scripts post-rotation

#### Sujets connexes

* [Password propagation scripts (Devolutions Server)](https://docs.devolutions.net/fr/pam/server/propagation-scripts/)
* [Import password propagation template (Devolutions Server)](https://docs.devolutions.net/fr/pam/server/propagation-scripts/import-propagation-script-template/)

#### Voir aussi

* [Create script template (Devolutions Server)](https://docs.devolutions.net/fr/pam/server/propagation-scripts/create-script-template/)
* [Providers (Devolutions Server)](https://docs.devolutions.net/fr/pam/server/providers/)


---

# 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:

```
GET https://docs.devolutions.net/pam/fr/concepts/password-propagation.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.
