> 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-universal/de/automatisierung.md).

# Automatisierung

- [Über Automatisierung](https://docs.devolutions.net/powershell-universal/de/automatisierung/about.md): Führen Sie Skripte aus, planen Sie Aufträge und führen Sie Ad-hoc-Befehle in PowerShell Universal-Terminals über konfigurierte Umgebungen und alternative Anmeldeinformationen hinweg aus.
- [Skripte](https://docs.devolutions.net/powershell-universal/de/automatisierung/scripts.md): Erstellen und konfigurieren Sie PowerShell-Skripte in PowerShell Universal – behandelt werden Parameter, Run-As-Anmeldeinformationen, kommentarbasierte Hilfe und Auftragsstatistiken.
- [Parameter](https://docs.devolutions.net/powershell-universal/de/automatisierung/scripts/parameters.md): Generieren Sie PowerShell Universal-Job-Eingabeformulare automatisch aus den param-Blöcken von Skripten, mit Unterstützung für Typen wie DateTime, PSCredential, File und ValidateSet.
- [Jobs](https://docs.devolutions.net/powershell-universal/de/automatisierung/jobs.md): Verfolgen Sie PowerShell Universal-Jobs, prüfen Sie Ausgabe und Status, konfigurieren Sie Schutzmechanismen für Ausgaben und die Maskierung vertraulicher Daten und rufen Sie Jobs aus Skripten, Apps un
- [Zeitpläne](https://docs.devolutions.net/powershell-universal/de/automatisierung/schedules.md): Planen Sie PowerShell Universal-Skripte mit einfachen Intervallen, CRON-Ausdrücken, Einmalausführungen oder kontinuierlichen Jobs, einschließlich Run-As-Konten und Bedingungen.
- [Zeitpläne mit PowerShell ausführen](https://docs.devolutions.net/powershell-universal/de/automatisierung/schedules/run-schedules-with-powershell.md): Verwenden Sie Invoke-PSUSchedule, um einen bestehenden PowerShell Universal-Zeitplan sofort auszulösen, wobei derselbe Ausführungspfad wie in der Admin-Konsole verwendet wird.
- [Terminals](https://docs.devolutions.net/powershell-universal/de/automatisierung/terminals.md): Öffnen Sie In-Browser-PowerShell-Terminals in PowerShell Universal, die auf Umgebungen und Run-As-Anmeldeinformationen ausgerichtet sind, mit konfigurierbarem Verlauf und Timeouts.
- [Tests](https://docs.devolutions.net/powershell-universal/de/automatisierung/tests.md): Führen Sie Pester-Testsuiten direkt in PowerShell Universal aus und überprüfen Sie sie, wobei historische Ergebnisse für einzelne Testdateien und vollständige Testläufe verfolgt werden.
- [Trigger](https://docs.devolutions.net/powershell-universal/de/automatisierung/triggers.md): Lösen Sie PowerShell Universal-Skripte automatisch bei Ereignissen wie Job-Abschluss, Serverstart, Benutzeranmeldung, Git-Synchronisierung oder Änderungen des Computerstatus aus.
- [Workflows](https://docs.devolutions.net/powershell-universal/de/automatisierung/workflows.md): Verketten Sie Skripte und KI-Prompts zu mehrstufigen PowerShell Universal-Workflows und nutzen Sie die Variablen Workflow und PSUItem, um Daten zwischen Aktivitäten zu übergeben.


---

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