> 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).

# Attivare l'accesso temporaneo

Con la funzionalità ***Temporary Access***, può fornire a un utente designato l'accesso temporaneo a una voce durante un intervallo di tempo stabilito. Questo è molto più sicuro che modificare i diritti di accesso dell'utente e poi ripristinarli una volta completata l'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 abilitare la funzionalità, vada in ***Administration – Vault Settings – Security Settings – Temporary Access***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4856.png" alt=""><figcaption></figcaption></figure>
2. Imposti la ***Mode*** su ***Allowed***.
3. Facoltativo: modifichi gli ***Authorizers*** su ***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>

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4857.png" alt=""><figcaption></figcaption></figure>
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 in ***Security Settings – Temporary Access***.

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

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 di 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.
