> 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/devolutions-server-powershell/essential-information-about-credential-property-guids-in-devolutions-server.md).

# Wesentliche Informationen zu GUIDs von Anmeldeinformations-Eigenschaften in Devolutions Server

Zur Optimierung der Speichereffizienz verwendet das System für die meisten Felder Standardwerte. Wenn ein Feld also seinen Standardwert beibehält, wird es im angezeigten Inhalt ausgelassen. Daher ist es wichtig, auf neu hinzugefügte Felder zu achten, die im aktualisierten Inhalt erscheinen.

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

{% hint style="info" %}
Es gibt [zusätzliche GUIDs](/powershell/de/remote-desktop-manager-powershell/essential-information-about-credential-property-guids-in-remote-desktop-manager.md), die in Remote Desktop Manager verwendet werden.
{% endhint %}

<table><thead><tr><th width="257">Einstellung</th><th>Bekannte GUID</th></tr></thead><tbody><tr><td>Standard</td><td>" "</td></tr><tr><td>Privilegiertes Konto</td><td>"56EDBCA3-E76A-457B-8F6A-6B78F3D084CE"</td></tr><tr><td>Mein privilegiertes Konto</td><td>"0BCD4B51-1E29-4FCF-9B01-15684E1FA033"</td></tr></tbody></table>

**Beispielskript für Devolutions Server**

```powershell
$session.CredentialConnectionID = "56EDBCA3-E76A-457B-8F6A-6B78F3D084CE"
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/devolutions-server-powershell/essential-information-about-credential-property-guids-in-devolutions-server.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.
