> 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/concepts/action-script.md).

# Aktionsskript

Ein **Aktionsskript** ist die Art, wie ein benutzerdefinierter PAM-Anbieter seine Aktionen in Devolutions PAM implementiert. Diese Skripte sind benutzerdefinierte PowerShell-Dateien, die Aufgaben wie Passworterkennung, -vergleich und -rotation ausführen. Wenn eine [Passwortrotation](/pam/de/concepts/password-rotation.md) ausgelöst wird, agiert Devolutions PAM als Koordinator und führt das entsprechende Aktionsskript aus, um die Aufgabe abzuschließen.

Während bei verwalteten Anbietern die Aktionen nativ entwickelt und vollständig in Devolutions PAM integriert sind, geben benutzerdefinierte PAM-Anbieter Organisationen die Flexibilität, praktisch jedes System zu integrieren, das skriptbasierte Interaktionen unterstützt. Dies ermöglicht eine sichere Automatisierung der Verwaltung privilegierter Konten, ohne auf native Unterstützung warten zu müssen.

Aktionsskripte sind nur während der Erstellung von [benutzerdefinierten PAM-Anbietervorlagen](/pam/de/concepts/custom-pam-provider-template.md) verfügbar. Nach der Erstellung sind Aktionsskripte bei der Verwaltung benutzerdefinierter PAM-Anbieter nicht mehr sichtbar.

#### Verwandte Themen

* [Benutzerdefinierte PAM-Anbieter (Devolutions Server)](/pam/de/pam-with-devolutions-server/providers/custom-pam-providers.md)
* [Fehlerbehebung bei Aktionsskripten in (Devolutions Server)](/pam/de/knowledge-base/troubleshooting-articles/action-scripts-troubleshoot-in-devolutions-server.md)

#### Siehe auch

* [Anbieter (Devolutions Server)](/pam/de/pam-with-devolutions-server/providers.md)
* [Verwaltete Anbieter (Devolutions Server)](/pam/de/pam-with-devolutions-server/providers/managed-providers.md)
* [Benutzerdefinierte PAM-Anbieter (Devolutions Server)](/pam/de/pam-with-devolutions-server/providers/custom-pam-providers.md)


---

# 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/concepts/action-script.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.
