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

# Password propagation

**Password propagation** is a customizable action in a Devolutions PAM provider that executes after [password rotation](https://docs.devolutions.net/pam/concepts/password-rotation/). It is implemented as an optional [PowerShell script](https://docs.devolutions.net/pam/concepts/action-script/), allowing administrators to automate specific follow-up tasks required after a credential has been changed.

This flexibility helps address scenarios where updated credentials need to be pushed to external systems or software. For instance, password propagation can update stored passwords in [Windows services](https://github.com/Devolutions/PAM-Providers/tree/master/Propagation-Scripts/windows_service), scheduled tasks, or synchronize secrets with platforms like [Azure Key Vault as secrets](https://github.com/Devolutions/PAM-Providers/tree/master/Propagation-Scripts/azure_key_vault). It can also be used for notification or [compliance](https://docs.devolutions.net/pam/concepts/compliance-reporting/) purposes by triggering helpdesk tickets or sending alerts through services such as [Slack](https://github.com/Devolutions/PAM-Providers/tree/master/Propagation-Scripts/slack_message) or [Microsoft Teams](https://github.com/Devolutions/PAM-Providers/tree/master/Propagation-Scripts/teams_message).

By supporting password propagation, Devolutions PAM enhances post-rotation workflows, ensuring systems remain in sync and operations continue without disruption.

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

#### Password propagation aliases

* Password synchronization
* Post-rotation scripts
* Propagation scripts
* Post-rotation scripts

#### Related topics

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

#### See also

* [Create script template (Devolutions Server)](https://docs.devolutions.net/pam/server/propagation-scripts/create-script-template/)
* [Providers (Devolutions Server)](https://docs.devolutions.net/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/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.
