> 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/privilege-elevation-and-delegation-management.md).

# Verwaltung von Rechteerhöhung und Delegierung

**Privilege Elevation and Delegation Management** (PEDM) stellt sicher, dass Benutzer und Anwendungen nur mit den minimal erforderlichen Berechtigungen arbeiten. Anstatt pauschale Administratorrechte zu vergeben, passt PEDM Berechtigungen dynamisch anhand kontextbezogener Faktoren an, etwa des Verhaltens der Anwendung oder des Schwachstellenrisikos zur Laufzeit.

In Devolutions-Lösungen wird PEDM mithilfe des Remote Desktop Manager Agent über Remote Desktop Manager umgesetzt. Diese Konfiguration ermöglicht die Erhöhung von Anwendungen mit Administratorrechten nur dann, wenn es erforderlich ist, ohne dem Endbenutzer vollständige Anmeldeinformationen offenzulegen. In Kombination mit dem Einfügen von Anmeldeinformationen und rollenbasiertem Zugriff wird das Prinzip der [geringsten Rechte](/pam/de/concepts/least-privilege.md) durchgesetzt, ohne die Produktivität zu beeinträchtigen.

Durch die Implementierung von PEDM können IT-Teams die Sicherheitslage stärken, Insider-Bedrohungen reduzieren und [Compliance](/pam/de/concepts/compliance-reporting.md)-Anforderungen erfüllen, ohne dabei Arbeitsabläufe zu unterbrechen. Es ist ein grundlegendes Element für Zero-Trust-Architekturen und moderne Frameworks zur Verwaltung privilegierter Zugriffe.

#### Aliase für Privilege Elevation and Delegation Management

* PEDM
* Controlled Privilege Elevation and Delegation Management (CPEDM)
* Endpoint Privilege Management (EPM)

#### Verwandte Themen

* [Berechtigungen/RBAC/Rollen](https://docs.devolutions.net/rdm/de/concepts/advanced-concepts/permissions-rbac-and-roles)
* [Passwortrotation](/pam/de/concepts/password-rotation.md)
* [Externe PAM-Integrationen](https://docs.devolutions.net/rdm/de/concepts/advanced-concepts/external-pam-integrations)
* [Geringste Rechte](/pam/de/concepts/least-privilege.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/privilege-elevation-and-delegation-management.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.
