> 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/cloud/it/knowledge-base/how-to-articles/configure-a-powershell-entry-in-devolutions-cloud.md).

# Configurare una voce PowerShell in Devolutions Cloud

La voce ***PowerShell (remote)*** in Devolutions Cloud consente agli utenti di eseguire e gestire sessioni PowerShell remote utilizzando Devolutions Gateway. La voce è disponibile in ***New entry – PowerShell (Remote)***.

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

### Requisiti

Per utilizzare questa funzionalità è necessario soddisfare determinati requisiti, in particolare:

* Windows 10 o 11.
* Windows Server 2016 e versioni successive.
* Disporre di [Devolutions Gateway](https://docs.devolutions.net/gateway/it/getting-started/devolutions-cloud/devolutions-gateway-configuration-with-devolutions-cloud) versione 2023.1 o successiva.

#### Configurazione della sessione remota PowerShell

Segua i passaggi seguenti per configurare correttamente la sua sessione remota PowerShell in Devolutions Cloud:

1. Vada alle ***Properties*** della voce.
2. Nella sezione ***General***, selezioni il nome e la cartella.
3. Scelga il ***Host type*** e inserisca l'host (la macchina a cui desidera connettersi).

   ![](https://cdnweb.devolutions.net/docs/HUBB6031_2024_3.png)
4. Vada alla sezione ***VPN/tunnel/gateway***.
5. Selezioni ***Inherited*** in ***Type***. La configurazione del suo Devolutions Gateway verrà ereditata.
6. Clicchi su ***Always connect***.
7. Clicchi su ***Update*** per salvare.

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

### Avvio della connessione

Una volta soddisfatte tutte le condizioni, può premere il pulsante ***Open in Web Client (Preview)*** per avviare la connessione dal client web.

La sessione dovrebbe avviarsi in una nuova scheda del browser.


---

# 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/cloud/it/knowledge-base/how-to-articles/configure-a-powershell-entry-in-devolutions-cloud.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.
