> 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/rdm/it/knowledge-base/how-to-articles/microsoft-entra-id-dashboard-entry.md).

# Voce dashboard Microsoft Entra ID

Gestisca utenti e gruppi Entra ID da un'unica interfaccia semplice da usare. Questa interfaccia consente di gestire le risorse Entra ID direttamente da Remote Desktop Manager, migliorando il flusso di lavoro amministrativo e semplificando la condivisione e la gestione degli accessi.

### Configurazione

1. Apra Remote Desktop Manager.
2. Aggiunga una ***nuova voce - Gestione remota - Dashboard Microsoft Entra ID.***
3. Selezioni un ***Nome***, una ***Cartella*** e una ***Visualizzazione***.
4. Scelga un ***Tenant Entra ID*** facendo clic sui tre puntini accanto al ***campo Tenant***.

![](https://cdnweb.devolutions.net/docs/RDMW6083_2024_2.png)

### Impostazioni della voce dashboard Microsoft Entra ID

Ecco un elenco delle ***impostazioni utenti*** disponibili nell'interfaccia della ***voce Dashboard Microsoft Entra ID***.

| **IMPOSTAZIONI**   | **DESCRIZIONE**                                                                                                                      |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| Nuovo utente       | Crei un **nuovo utente** o inviti un **utente esterno**.                                                                             |
| Proprietà          | Proprietà di un utente come **Identità, Informazioni sul lavoro, Informazioni di contatto, Controlli parentali** e **Impostazioni**. |
| Elimina            | **Elimini** definitivamente un elemento.                                                                                             |
| Aggiorna           | **Aggiorni** tutti gli utenti.                                                                                                       |
| Reimposta password | **Reimposti la password** assegnando una password temporanea che dovrà essere modificata al successivo accesso.                      |
| Revoca sessioni    | **Revochi** tutte le sessioni dell'utente.                                                                                           |

Di seguito è riportato un elenco delle ***impostazioni dei gruppi*** disponibili nell'interfaccia della ***voce*** ***Dashboard Microsoft Entra ID***.

| **IMPOSTAZIONI** | **DESCRIZIONE**                |
| ---------------- | ------------------------------ |
| Membri           | **Aggiunga** membri ai gruppi. |
| Elimina          | **Elimini** i gruppi.          |
| Aggiorna         | **Aggiorni** i gruppi.         |


---

# 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/rdm/it/knowledge-base/how-to-articles/microsoft-entra-id-dashboard-entry.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.
