> 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).

# Eine Passwortweitergabe-Vorlage importieren

Importieren Sie eine vorgefertigte Vorlage für Passwortweitergabe-Skripte aus dem Devolutions-GitHub-Repository direkt in Devolutions Server PAM.

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 heruntergeladen und geändert werden und helfen Administratoren dabei, Skripte weiterzugeben, ohne komplexe benutzerdefinierte Skripte und Vorlagen erstellen zu müssen.

### 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, gehen Sie zu ***Administration*** – ***Privilegierter Zugriff*** – ***Passwortweitergabe*** und klicken Sie auf das Symbol ***Skriptvorlagen***.

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

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

Der Name, die Beschreibung, die Eigenschaften, die Eigenschaftszuordnung und das Skript 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.

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