> 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/enable-temporary-access.md).

# Abilitare l'accesso temporaneo

Attivi l'accesso temporaneo in Remote Desktop Manager per concedere a un utente autorizzazioni di accesso a una voce a tempo limitato senza modificare in modo permanente i diritti di accesso.

Con la funzionalità ***Temporary Access***, è possibile fornire a un utente designato l'accesso temporaneo a una voce durante un intervallo di tempo designato. Questo è molto più sicuro che modificare i diritti di accesso dell'utente e poi ripristinarli al termine dell'attività.

{% hint style="warning" %}
Queste impostazioni sono disponibili solo per gli spazi di lavoro avanzati Devolutions Server, Microsoft SQL Server e Microsoft Azure SQL.
{% endhint %}

### Impostazioni globali dell'accesso temporaneo

***Temporary Access*** è impostato su ***Denied*** per impostazione predefinita in Remote Desktop Manager.

1. Per attivare la funzionalità, vada su ***Administration – Vault Settings – Security Settings – Temporary Access***.
2. Imposti la ***Mode*** su ***Allowed***.
3. Facoltativo: cambi gli ***Authorizers*** in ***Custom*** per aggiungere utenti all'elenco degli autorizzatori.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Per impostazione predefinita, solo gli amministratori possono autorizzare le richieste di accesso temporaneo.</p></div>
4. Clicchi su ***OK***.

### Impostazioni granulari dell'accesso temporaneo

***Temporary Access*** può anche essere impostato in modo granulare su ogni voce e cartella.

1. Apra le ***Properties*** della sua voce o cartella.
2. Vada su ***Security Settings – Temporary Access***.
3. Selezioni una ***Mode***. Per impostazione predefinita, la ***Mode*** è impostata per ereditare le impostazioni dalla ***Root***. Può scegliere di ereditare da un'altra cartella, consentire o anche negare l'accesso temporaneo a questa voce o cartella.
4. Selezioni gli ***Authorizers***. Per impostazione predefinita, gli ***Authorizers*** sono impostati per ereditare le impostazioni dalla ***Root***. Può scegliere di ereditare da un'altra cartella, consentire l'autorizzazione solo agli amministratori, oppure personalizzare e aggiungere utenti all'elenco di questa voce o cartella.
5. Clicchi su ***OK***.


---

# 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/enable-temporary-access.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.
