> 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/server/it/knowledge-base/troubleshooting-articles/domain-group-membership-is-not-retrieved-properly.md).

# L'appartenenza ai gruppi di dominio non viene recuperata correttamente

Illustra come diagnosticare e risolvere il problema dell'appartenenza ai gruppi di dominio non recuperata correttamente da Active Directory nelle impostazioni di autenticazione di Devolutions Server.

Questa è una soluzione per i casi in cui l'appartenenza al gruppo di dominio non viene recuperata correttamente da Active Directory. Ecco i passi da seguire:

1. Acceda all'interfaccia web di Devolutions Server e si connetta utilizzando un account amministratore.
2. Vada alla scheda ***Amministrazione*** e apra la pagina ***Impostazioni server*** – ***Autenticazione*** – ***Dominio***.
3. Faccia clic sul pulsante ***Diagnostica*** del dominio desiderato.
4. Imposti l'opzione ***Tipo di diagnostica*** su ***Ottieni gruppi per utente***.
5. Inserisca un nome utente del gruppo problematico nel campo ***Parametro***.
6. Imposti l'opzione ***Strategia*** su ***Directory entry token group***.
7. Faccia clic su ***Ottieni diagnostica***.

{% hint style="info" %}
Se l'operazione non riesce, utilizzi invece ***Directory entry token group (Legacy)*** o ***Ricorsivamente*** nel menu a discesa ***Strategia***.
{% endhint %}

8. Chiuda questa finestra facendo clic su ***Chiudi***.
9. Vada al dominio e faccia clic sul pulsante ***Modifica***.
10. Faccia clic su ***Impostazioni avanzate***.
11. In ***Strategia***, modifichi l'opzione ***Ottieni gruppi per utente*** impostandola su quella selezionata al passo n. 7.
12. Faccia clic su ***OK*** per salvare le modifiche.


---

# 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/server/it/knowledge-base/troubleshooting-articles/domain-group-membership-is-not-retrieved-properly.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.
