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

# Configure a PowerShell entry in Devolutions Cloud

The ***PowerShell (remote)*** entry in Devolutions Cloud allows users to run and manage remote PowerShell sessions using Devolutions Gateway. The entry is available under ***New entry – PowerShell (Remote)***.

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

### Requirements

To use this feature, certain requirements must be met, namely:

* Windows 10 or 11.
* Windows Server 2016 and later.
* Have a [Devolutions Gateway](https://docs.devolutions.net/gateway/getting-started/devolutions-cloud/devolutions-gateway-configuration-with-devolutions-cloud/) version 2023.1 or later.

#### PowerShell remote session configuration

Follow the steps below to properly configure your PowerShell remote session in Devolutions Cloud:

1. Go to the ***Properties*** of the entry.
2. In the ***General*** section, select the name and folder.
3. Choose the ***Host type*** and enter the host (the machine you want to connect to).

   ![](https://cdnweb.devolutions.net/docs/HUBB6031_2024_3.png)
4. Go to the ***VPN/tunnel/gateway*** section.
5. Select ***Inherited*** under ***Type***. The configuration of your Devolutions Gateway will be inherited.
6. Click ***Always connect***.
7. Click ***Update*** to save.

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

### Launching the connection

Once all the conditions are met, you can press the ***Open in Web Client (Preview)*** button to launch the connection from the web client.

Your session should start in a new browser tab.


---

# 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:

```
GET https://docs.devolutions.net/cloud/knowledge-base/how-to-articles/configure-a-powershell-entry-in-devolutions-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
