> 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/powershell/de/remote-desktop-manager-powershell/essential-information-about-credential-property-guids-in-remote-desktop-manager.md).

# Wesentliche Informationen zu GUIDs von Anmeldeinformations-Eigenschaften in Remote Desktop Manager

Zur Optimierung der Speichereffizienz verwendet das System für die meisten Felder Standardwerte. Wenn ein Feld daher seinen Standardwert behält, wird es im angezeigten Inhalt weggelassen. Achten Sie deshalb auf neu hinzugefügte Felder, die im aktualisierten Inhalt erscheinen.

Anmeldeinformationen unterliegen einem eigenen Verarbeitungsprozess, bei dem GUIDs verwendet werden, wenn auf andere Einträge verwiesen wird. Bei der Verwendung alternativer Mechanismen sind sie jedoch mit vordefinierten, statischen bekannten GUIDs verknüpft.

{% hint style="info" %}
Es gibt [zusätzliche GUIDs](/powershell/de/devolutions-server-powershell/essential-information-about-credential-property-guids-in-devolutions-server.md), die ausschließlich für Devolutions Server mit aktiviertem PAM-Modul gelten.
{% endhint %}

| Einstellung                                                           | Bekannte GUID                                                             |
| --------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| Standard                                                              | " "                                                                       |
| Anmeldeinformations-Repository --- Bei Verbindung nachfragen ---      | "45479560-173E-435D-8848-C22F863FDC96"                                    |
| Eingebettet                                                           | Sollte nur zur Rückwärtskompatibilität verwendet werden, nicht aufgeführt |
| Übergeordnet (nur für Untereinträge)                                  | "E2CC9029-CA3A-4308-BA54-16D5029BC8ED"                                    |
| Vererbt                                                               | "1310CF82-6FAB-4B7A-9EEA-3E2E451CA2CF"                                    |
| Mein privilegiertes Konto                                             | "0BCD4B51-1E29-4FCF-9B01-15684E1FA033"                                    |
| Meine persönlichen Anmeldeinformationen                               | "9F3C3BCF-068A-4927-B996-CA52154CAE3B"                                    |
| Keine                                                                 | "B87B29D9-9239-4D7B-86D8-9B53DCD3BA9F"                                    |
| Benutzer-Tresor, gepaart mit PersonalConnectionID                     | "245A4245-48E7-4DF5-9C4C-11861D8E1F81"                                    |
| Benutzer-Tresor-Suche, gepaart mit CredentialPrivateVaultsearchString | "88E4BE76-4C5B-4694-AA9C-D53B7E0FE0DC"                                    |

#### Beispielskript für Remote Desktop Manager

```powershell
$session.CredentialConnectionID = "1310CF82-6FAB-4B7A-9EEA-3E2E451CA2CF"
Set-RDMSession $session -Refresh
```


---

# 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/powershell/de/remote-desktop-manager-powershell/essential-information-about-credential-property-guids-in-remote-desktop-manager.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.
