> 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/powershell/de/remote-desktop-manager-powershell/batch-edit-folders-with-custom-powershell-commands.md).

# Ordner mit benutzerdefinierten PowerShell-Befehlen stapelweise bearbeiten

Um in Remote Desktop Manager mehrere oder alle Ordner in einem bestimmten Tresor zu bearbeiten, müssen Sie die Funktion [Erweiterte Suche](https://docs.devolutions.net/rdm/de/ribbon-menu-bar/view/search/advanced-search) verwenden.

1. Gehen Sie zu ***Ansicht – Suche – Erweiterte Suche*** (oder greifen Sie über die Tastenkombination <kbd>F11</kbd> darauf zu).

   ![](https://cdnweb.devolutions.net/docs/RDMW2054_2024_2.png)
2. Setzen Sie die erste Suchbedingung auf ***Verbindungstyp*** und geben Sie dann im zweiten Dropdown-Menü den Typ ***Ordner*** an.

   ![](https://cdnweb.devolutions.net/docs/RDMW2055_2024_2.png)
3. Klicken Sie auf ***Suchen***.
4. Wählen Sie in den Ergebnissen die Ordner aus, die Sie bearbeiten möchten.
   * Verwenden Sie <kbd>Shift</kbd>+Klick, um mehrere Ordner einzeln auszuwählen.
   * Verwenden Sie <kbd>Ctrl</kbd>+<kbd>A</kbd>, um alle Ordner gleichzeitig auszuwählen.
5. Klicken Sie mit der rechten Maustaste auf Ihre Auswahl und wählen Sie ***Bearbeiten – Bearbeiten (Sonderaktionen)***.

   ![](https://cdnweb.devolutions.net/docs/RDMW2056_2024_2.png)
6. Wählen Sie die Sonderaktion ***Benutzerdefinierter PowerShell-Befehl*** und klicken Sie dann auf ***Ausführen***.

   ![](https://cdnweb.devolutions.net/docs/RDMW2057_2024_2.png)
7. Geben Sie Ihren PowerShell-Befehl ein und klicken Sie dann auf ***Ok***.

Der Befehl wird auf allen Ordnern ausgeführt und bearbeitet sie entsprechend.


---

# 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/powershell/de/remote-desktop-manager-powershell/batch-edit-folders-with-custom-powershell-commands.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.
