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

# Configurar una entrada de PowerShell en Devolutions Cloud

La entrada ***PowerShell (remote)*** en Devolutions Cloud permite a los usuarios ejecutar y gestionar sesiones remotas de PowerShell mediante Devolutions Gateway. La entrada está disponible en ***New entry – PowerShell (Remote)***.

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

### Requisitos

Para utilizar esta función deben cumplirse ciertos requisitos, concretamente:

* Windows 10 u 11.
* Windows Server 2016 y posterior.
* Disponer de [Devolutions Gateway](https://docs.devolutions.net/gateway/es/getting-started/devolutions-cloud/devolutions-gateway-configuration-with-devolutions-cloud) versión 2023.1 o posterior.

#### Configuración de la sesión remota de PowerShell

Siga los pasos que se indican a continuación para configurar correctamente su sesión remota de PowerShell en Devolutions Cloud:

1. Vaya a las ***Properties*** de la entrada.
2. En la sección ***General***, seleccione el nombre y la carpeta.
3. Elija el ***Host type*** e introduzca el host (la máquina a la que desea conectarse).

   ![](https://cdnweb.devolutions.net/docs/HUBB6031_2024_3.png)
4. Vaya a la sección ***VPN/tunnel/gateway***.
5. Seleccione ***Inherited*** en ***Type***. Se heredará la configuración de su Devolutions Gateway.
6. Haga clic en ***Always connect***.
7. Haga clic en ***Update*** para guardar.

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

### Iniciar la conexión

Una vez que se cumplan todas las condiciones, puede pulsar el botón ***Open in Web Client (Preview)*** para iniciar la conexión desde el cliente web.

Su sesión debería iniciarse en una nueva pestaña del navegador.


---

# 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/es/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.
