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

# Privilege elevation and delegation management

**Privilege elevation and delegation management** (PEDM) ensures users and applications operate with only the minimum necessary permissions. Rather than granting blanket administrator rights, PEDM dynamically adjusts privileges based on contextual factors, such as the application's behavior or vulnerability risk at runtime.

In Devolutions solutions, PEDM is implemented using Remote Desktop Manager Agent through Remote Desktop Manager. This setup enables elevation of applications with administrator rights only when required, without exposing full credentials to the end user. Combined with credential injection and role-based access, it enforces the principle of [least privilege](https://docs.devolutions.net/pam/concepts/least-privilege/) while maintaining productivity.

By implementing PEDM, IT teams can strengthen security postures, reduce insider threats, and meet [compliance](https://docs.devolutions.net/pam/concepts/compliance-reporting/) requirements, all without disrupting workflows. It is a foundational element for zero trust architectures and modern privilege access management frameworks.

#### Privilege elevation and delegation management aliases

* PEDM
* Controlled privilege elevation and delegation management (CPEDM)
* Endpoint privilege management (EPM)

#### Related topics

* [Permissions/RBAC/Roles](https://docs.devolutions.net/rdm/concepts/advanced-concepts/permissions-rbac-roles/)
* [Password rotation](https://docs.devolutions.net/pam/concepts/password-rotation/)
* [External PAM integrations](https://docs.devolutions.net/rdm/concepts/advanced-concepts/external-pam-integrations/)
* [Least privilege](https://docs.devolutions.net/pam/concepts/least-privilege/)


---

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

```
GET https://docs.devolutions.net/pam/concepts/privilege-elevation-and-delegation-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
