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

# Informazioni essenziali sui GUID delle proprietà delle credenziali in Devolutions Server

Per ottimizzare l'efficienza di archiviazione, il sistema utilizza valori predefiniti per la maggior parte dei campi. Di conseguenza, se un campo mantiene il proprio valore predefinito, verrà omesso dal contenuto visualizzato. Pertanto, è importante prestare attenzione a eventuali nuovi campi che compaiono nel contenuto aggiornato.

Le credenziali sono soggette a un processo di gestione distinto che prevede l'utilizzo di GUID quando si fa riferimento ad altre voci. Tuttavia, quando si utilizzano meccanismi alternativi, esse sono associate a GUID noti predefiniti e statici.

{% hint style="info" %}
Esistono [ulteriori GUID](/powershell/it/remote-desktop-manager-powershell/essential-information-about-credential-property-guids-in-remote-desktop-manager.md) utilizzati in Remote Desktop Manager.
{% endhint %}

<table><thead><tr><th width="257">Impostazione</th><th>GUID noto</th></tr></thead><tbody><tr><td>Predefinito</td><td>" "</td></tr><tr><td>Account privilegiato</td><td>"56EDBCA3-E76A-457B-8F6A-6B78F3D084CE"</td></tr><tr><td>Il mio account privilegiato</td><td>"0BCD4B51-1E29-4FCF-9B01-15684E1FA033"</td></tr></tbody></table>

**Script di esempio per 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/it/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.
