> 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/de/pam-with-devolutions-server/password-propagation-scripts/import-a-password-propagation-template.md).

# Vorlage für Passwortweitergabe importieren

Devolutions bietet vorkonfigurierte Vorlagen für Passwortweitergabe-Skripte in seinem [GitHub-Repository](https://github.com/Devolutions/PAM-Providers/tree/master/Propagation-Scripts) an. Diese können kostenlos herunterladen und geändert werden und helfen Administratoren dabei, Skripte weiterzugeben, ohne komplexe benutzerdefinierte Skripte und Vorlagen erstellen zu müssen.

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

### Eine Vorlage in Devolutions Server importieren

Sobald die gewünschte Vorlage aus dem Devolutions GitHub-Repository für Passwortweitergabe-Skripte heruntergeladen wurde, öffnen Sie Devolutions Server, navigieren Sie zu ***Administration*** – ***Privilegierter Zugriff*** – ***Passwortweitergabe*** und klicken Sie auf das Symbol ***Skriptvorlagen***.

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

Klicken Sie dann auf das Symbol ***Importieren***:

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

Suchen Sie auf dem Computer nach der .json-Vorlagendatei, die zuvor aus dem GitHub-Repository für Passwortweitergabe-Skripte heruntergeladen wurde, oder ziehen Sie die Datei per Drag-and-Drop in das Upload-Feld (in diesem Fall ein Passwortweitergabe-Skript für Devolutions Server). Klicken Sie auf ***Importieren***.

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

Der Name, die Beschreibung, die Eigenschaften, die Eigenschaftszuordnung und das Skript selbst der Vorlage können anschließend bei Bedarf geändert werden. Wenn dies erledigt ist – oder falls es nicht erforderlich ist – klicken Sie auf ***Speichern***, um den Import der Vorlage abzuschließen.

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

#### Siehe auch

* [Spotlight on password propagation: Keeping all passwords in sync across systems](https://www.youtube.com/watch?v=TjvE-nubPXY\&ab_channel=Devolutions)


---

# 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/de/pam-with-devolutions-server/password-propagation-scripts/import-a-password-propagation-template.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.
