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

# Creare e applicare una nuova configurazione

I passaggi seguenti spiegano come configurare la funzionalità **Propagazione delle password**. Ciò può essere fatto creando un modello (veda la sezione successiva) oppure [utilizzando un modello Devolutions](/pam/it/pam-with-devolutions-server/password-propagation-scripts/import-a-password-propagation-template.md).

{% hint style="info" %}
Questo metodo copre tutti i provider di account PAM.
{% endhint %}

### Creazione di una nuova configurazione

1. Vada su ***Amministrazione*** – ***Moduli*** – ***Accesso privilegiato*** – ***Propagazione delle password***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS0004_2025_3.png" alt=""><figcaption></figcaption></figure>
2. Clicchi su ***Aggiungi***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4049_2024_2.png" alt=""><figcaption></figcaption></figure>
3. Selezioni il modello desiderato e clicchi su ***Seleziona***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4055_2024_2.png" alt=""><figcaption></figcaption></figure>
4. Nella scheda ***Generale***, assegni un nome a questa configurazione.
5. Nella scheda ***Proprietà di propagazione delle password***, inserisca le informazioni della macchina remota.
6. Nella scheda ***Mappatura delle proprietà***, clicchi su ***Configura una voce PAM*** per selezionare un tipo di account privilegiato.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0103.png" alt=""><figcaption></figcaption></figure>
7. Clicchi su ***Continua***.
8. Selezioni i campi dell'account (o del provider) da associare alle variabili e clicchi su ***Salva***.
9. Clicchi su ***Salva*** per salvare questa nuova configurazione e chiudere la finestra.

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

#### Applicazione della configurazione

1. Vada nella scheda ***Accesso privilegiato***, selezioni un tipo di account precedentemente configurato con ***Propagazione delle password*** e clicchi sul ***pulsante Modifica***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4056_2024_2.png" alt=""><figcaption></figcaption></figure>
2. Vada nella scheda ***Propagazione delle password*** e clicchi sul pulsante ***+***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0105.png" alt=""><figcaption></figcaption></figure>
3. Selezioni la configurazione da collegare a quell'account e clicchi su ***Conferma***.

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

{% hint style="info" %}
È possibile selezionare più configurazioni.
{% endhint %}

4\. Clicchi su ***OK*** per salvare le modifiche e chiudere la finestra.

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

{% hint style="info" %}
Per verificare se il collegamento è riuscito, clicchi su ***Altro*** e poi su ***Reimposta password***. Se funziona correttamente, il file appena creato apparirà sulla macchina remota. In caso contrario, si consiglia di controllare i log dell'account.
{% endhint %}

### Propagazione delle password specifica per Active Directory

{% hint style="success" %}
WinRM deve essere configurato correttamente come descritto nell'articolo [WinRM and Trusted Hosts List](https://docs.devolutions.net/server/it/knowledge-base/how-to-articles/enable-winrm-and-add-trusted-hosts).
{% endhint %}

{% hint style="warning" %}
Questa funzionalità di ***Propagazione delle password*** è disponibile solo per gli account di dominio.
{% endhint %}

La sezione seguente descrive le proprietà della funzionalità di ***Propagazione delle password*** di Active Directory all'interno della soluzione Privileged Access Management.

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

#### Proprietà

| OPZIONE                               | DESCRIZIONE                                                                                                                                                                                                                                                                                                                                                              |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Computer**                          | <p><em><strong>Ereditato</strong></em>: eredita l'elenco dei computer dalla cartella principale.<br><br><em><strong>Personalizzato</strong></em>: imposta un elenco personalizzato di computer.<br><br><em><strong>Personalizzato + Ereditato</strong></em>: eredita l'elenco dei computer dalla cartella principale e imposta un elenco personalizzato di computer.</p> |
| **Nome del computer**                 | Nome di ciascun computer su cui avverrà la propagazione delle password.                                                                                                                                                                                                                                                                                                  |
| **Sfoglia i contenitori del dominio** | Sfogli il dominio per selezionare i computer.                                                                                                                                                                                                                                                                                                                            |


---

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