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

# Einen PowerShell-Eintrag in Devolutions Cloud konfigurieren

Der Eintrag ***PowerShell (Remote)*** in Devolutions Cloud ermöglicht es Benutzern, Remote-PowerShell-Sitzungen mit Devolutions Gateway auszuführen und zu verwalten. Der Eintrag ist unter ***Neuer Eintrag – PowerShell (Remote)*** verfügbar.

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

### Anforderungen

Um diese Funktion zu nutzen, müssen bestimmte Anforderungen erfüllt sein, nämlich:

* Windows 10 oder 11.
* Windows Server 2016 und später.
* Verfügen über ein [Devolutions Gateway](https://docs.devolutions.net/gateway/de/getting-started/devolutions-cloud/devolutions-gateway-configuration-with-devolutions-cloud) der Version 2023.1 oder später.

#### Konfiguration der PowerShell-Remote-Sitzung

Befolgen Sie die nachstehenden Schritte, um Ihre PowerShell-Remote-Sitzung in Devolutions Cloud korrekt zu konfigurieren:

1. Gehen Sie zu den ***Eigenschaften*** des Eintrags.
2. Wählen Sie im Abschnitt ***Allgemein*** den Namen und den Ordner aus.
3. Wählen Sie den ***Hosttyp*** und geben Sie den Host ein (den Computer, mit dem Sie sich verbinden möchten).

   ![](https://cdnweb.devolutions.net/docs/HUBB6031_2024_3.png)
4. Gehen Sie zum Abschnitt ***VPN/Tunnel/Gateway***.
5. Wählen Sie ***Vererbt*** unter ***Typ***. Die Konfiguration Ihres Devolutions Gateway wird vererbt.
6. Klicken Sie auf ***Immer verbinden***.
7. Klicken Sie auf ***Update***, um zu speichern.

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

### Die Verbindung starten

Sobald alle Bedingungen erfüllt sind, können Sie die Schaltfläche ***Im Web Client öffnen (Vorschau)*** drücken, um die Verbindung vom Web Client aus zu starten.

Ihre Sitzung sollte in einem neuen Browser-Tab starten.


---

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