> 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/pam-with-devolutions-server/password-propagation-scripts/create-and-apply-a-new-configuration.md).

# Create and apply a new configuration

The following steps explain how to set up the **Password propagation** feature. This can be done either by reating a template (see the next section), or [using a Devolutions template](https://docs.devolutions.net/pam/server/propagation-scripts/import-propagation-script-template/).

{% hint style="info" %}
This method covers all PAM account providers.
{% endhint %}

### Creating a new configuration

1. Go to ***Administration*** – ***Modules*** – ***Privileged access*** – ***Password propagation***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS0004_2025_3.png" alt=""><figcaption></figcaption></figure>
2. Click on ***Add***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4049_2024_2.png" alt=""><figcaption></figcaption></figure>
3. Select the desired template and click on ***Select***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4055_2024_2.png" alt=""><figcaption></figcaption></figure>
4. In the ***General*** tab, name this configuration.
5. In the ***Password propagation properties*** tab, enter the information for the remote machine.
6. In the ***Property mapping*** tab, click on ***Configure a PAM entry*** to select a privileged account type.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0103.png" alt=""><figcaption></figcaption></figure>
7. Click on ***Continue***.
8. Select the fields of the account (or provider) to associate with the variables and click ***Save***.
9. Click ***Save*** to save this new configuration and close the window.

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

#### Applying the configuration

1. Go to the ***Privileged access*** tab, select an account type previously configured with ***Password propagation***, and click on the ***Edit button***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4056_2024_2.png" alt=""><figcaption></figcaption></figure>
2. Go to the ***Password propagation*** tab and click on the ***+*** button.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0105.png" alt=""><figcaption></figcaption></figure>
3. Select the configuration to link to that account, and click ***Confirm***.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB0106.png)

{% hint style="info" %}
It is possible to select multiple configurations.
{% endhint %}

4\. Click ***OK*** to save the changes and close the window.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB0107.png)

{% hint style="info" %}
To test if the link is successful, click on ***More*** and then ***Reset password***. If working correctly, the newly created file will appear on the remote machine. If not, it is recommended to check the logs of the account.
{% endhint %}

### Active Directory specific password propagation

{% hint style="success" %}
The WinRM must be properly configured as described in [WinRM and Trusted Hosts List](https://docs.devolutions.net/server/kb/how-to-articles/winrm-trustedhostslist/) article.
{% endhint %}

{% hint style="warning" %}
This ***Password propagation*** feature is only available for Domain accounts.
{% endhint %}

The following section describes the properties of the Active Directory ***Password propagation*** feature within the Privileged Access Management solution.

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

#### Properties

| OPTION                       | DESCRIPTION                                                                                                                                                                                                                                                                                                                |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Computers**                | <p><em><strong>Inherited</strong></em>: Inherits the computer's list from the parent's folder.<br><br><em><strong>Custom</strong></em>: Set a custom list of computers.<br><br><em><strong>Custom + Inherited</strong></em>: Inherits the computer's list from the parent's folder and set a custom list of computers.</p> |
| **Computer name**            | Name of each computer on which the password propagation will take place.                                                                                                                                                                                                                                                   |
| **Browse domain containers** | Browse the domain to select the computers.                                                                                                                                                                                                                                                                                 |


---

# 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/pam-with-devolutions-server/password-propagation-scripts/create-and-apply-a-new-configuration.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.
