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

# Informations essentielles sur les GUID des propriétés d'identification dans Devolutions Server

Pour optimiser l'efficacité du stockage, le système utilise des valeurs par défaut pour la plupart des champs. Par conséquent, si un champ conserve sa valeur par défaut, il sera omis du contenu affiché. Il est donc important de prêter attention aux nouveaux champs qui apparaissent dans le contenu mis à jour.

Les identifiants font l'objet d'un processus de traitement distinct qui implique l'utilisation de GUID pour référencer d'autres entrées. Cependant, lorsque des mécanismes alternatifs sont employés, ils sont associés à des GUID prédéfinis et statiques bien connus.

{% hint style="info" %}
Il existe des [GUID supplémentaires](https://docs.devolutions.net/fr/powershell/rdm-powershell/xml-information/) utilisés dans Remote Desktop Manager.
{% endhint %}

<table><thead><tr><th width="257">Paramètre</th><th>GUID bien connu</th></tr></thead><tbody><tr><td>Par défaut</td><td>" "</td></tr><tr><td>Compte privilégié</td><td>"56EDBCA3-E76A-457B-8F6A-6B78F3D084CE"</td></tr><tr><td>Mon compte privilégié</td><td>"0BCD4B51-1E29-4FCF-9B01-15684E1FA033"</td></tr></tbody></table>

**Exemple de script pour 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:

```
GET https://docs.devolutions.net/powershell/fr/devolutions-server-powershell/essential-information-about-credential-property-guids-in-devolutions-server.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.
