> 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/privileged-task-automation.md).

# Automatisierung privilegierter Aufgaben

**Automatisierung privilegierter Aufgaben** (Privileged Task Automation, PTA) bezeichnet die sichere Ausführung automatisierter Aufgaben – wie Skripte, Makros oder Prozesse – ohne sensible Anmeldeinformationen offenzulegen. Sie unterstützt das übergeordnete Ziel, [privilegierte Konten](/pam/de/concepts/privileged-account.md) zu schützen, indem manuelle Eingaben minimiert und das Risiko von Lecks bei Anmeldeinformationen während der Automatisierung reduziert werden.

In Devolutions-Produkten wird dies durch die Kombination von Einfügen von Anmeldeinformationen, sicherem Scripting und automatisierten Ereignissen erreicht. Remote Desktop Manager kann Skripte oder Makros vor oder nach dem Aufbau einer Sitzung ausführen, ohne die Anmeldeinformationen den Benutzern preiszugeben. Einträge können auf in einem Tresor gespeicherte Anmeldeinformationen verweisen, was eine sichere Wiederverwendung in Automatisierungsszenarien ermöglicht.

Dieser Ansatz ermöglicht es Systemadministratoren, Remote-Aufgaben wie Softwareupdates oder Serverneustarts sicher zu planen oder auszulösen und dabei vollständige Kontrolle, Nachvollziehbarkeit und [Compliance](/pam/de/concepts/compliance-reporting.md) mit Zugriffsrichtlinien zu gewährleisten. Für zusätzliche Sicherheit können Anmeldeinformationen dynamisch von einer externen PAM-Lösung oder einem Passwortmanager eines Drittanbieters abgerufen werden.

#### Aliasse für Automatisierung privilegierter Aufgaben

* PTA
* Automatisierte Ausführung privilegierter Aufgaben
* Sicheres Scripting mit Anmeldeinformationen

#### Verwandte Themen

* [Skripte](https://docs.devolutions.net/rdm/de/concepts/advanced-concepts/scripts)
* [Ereignisse](https://docs.devolutions.net/rdm/de/concepts/advanced-concepts/events)
* [Passwortrotation](/pam/de/concepts/password-rotation.md)

#### Siehe auch

* [Devolutions Academy – Automatisieren von Aufgaben mit Skripten und Makros](https://academy.devolutions.net/student/page/1926033-automating-tasks-with-scripts-and-macros?sid=8d3d6806-7377-462a-96b9-3eea020b5052\&sid_i=0)


---

# 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/privileged-task-automation.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.
