> 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/web-interface/utilities/reports/modules.md).

# Moduli

La sezione ***Moduli*** offre agli amministratori i report ***Accesso privilegiato – Rotazione delle password*** e ***Attività recenti***. Per gli utenti di ***Devolutions Gateway*** sono disponibili i report per visualizzare ***Autorizzazione*** e ***Accesso utente***.

{% hint style="success" %}
I report ***Accesso privilegiato*** sono disponibili solo per gli utenti della soluzione [Privileged Access Management (PAM)](https://docs.devolutions.net/pam/it/pam-with-devolutions-server).
{% endhint %}

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

### Accesso privilegiato - Rotazione delle password

Il report ***Rotazione delle password*** mostra gli utenti degli ***Account privilegiati***, con ora e data, per i quali è avvenuto l'ultimo aggiornamento della password. Clicchi su ***Reimposta password*** per forzare un utente a reimpostare la propria password.

Le ricerche possono essere affinate utilizzando i filtri. È inoltre disponibile un pulsante ***Esporta*** che può essere utilizzato per creare report CSV a scopo di audit.

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

### Accesso privilegiato - Attività recenti

Il report ***Attività recenti*** fornisce informazioni (nomi utente, cartelle, date, ecc.) sulle azioni intraprese di recente nelle casseforti PAM, come prenotazioni di voci, rotazioni e reimpostazioni di password, modifiche a una determinata cassaforte e modifiche delle politiche di check out.

Le ricerche possono essere affinate utilizzando i filtri. È inoltre disponibile un pulsante ***Esporta*** che può essere utilizzato per creare report CSV a scopo di audit.

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

### Autorizzazione Devolutions Gateway

Il report ***autorizzazione*** di ***Devolutions Gateway*** fornisce informazioni relative alle autorizzazioni a livello di utente e di cassaforte, nonché descrizioni e nomi di specifiche istanze di Devolutions Gateway.

Le ricerche possono essere affinate utilizzando i filtri. È inoltre disponibile un pulsante ***Esporta*** che può essere utilizzato per creare report CSV a scopo di audit.

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

### Accesso utente Devolutions Gateway

Il report ***accesso utente Devolutions Gateway*** contiene dettagli relativi all'accesso degli utenti, come tipi di utente, nomi e specifiche istanze di Devolutions Gateway.

Le ricerche possono essere affinate utilizzando i filtri. È inoltre disponibile un pulsante ***Esporta*** che può essere utilizzato per creare report CSV a scopo di audit.

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


---

# 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/web-interface/utilities/reports/modules.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.
