Zum Hauptinhalt springen

Aktionsübersicht

Fügen Sie Aktionen hinzu, konfigurieren Sie sie und ordnen Sie die Aktionen neu an, die ausgeführt werden, wenn eine Automatisierung ausgelöst wird.

Einführung

Aktionen sind die einzelnen Schritte, die eine Automatisierung beim Ausführen durchführt. Jede Aktion führt eine Operation auf einem Gerät aus — Ausführung eines Skripts, Neustart des Systems, Anwendung eines Tags, Festlegung eines benutzerdefinierten Felds usw. Sie verketten sie in einer Pipeline, die von oben nach unten ausgeführt wird.


Automatisierungs-Pipeline

Die Automatisierungs-Pipeline ist die visuelle Abfolge von Aktionen, die ausgeführt wird, wenn ein Auslöser ausgelöst wird. Aktionen werden der Reihe nach ausgeführt, von oben nach unten, eine nach der anderen pro Gerät.

Automation Pipeline

Jede Aktionskarte in der Pipeline zeigt:

  • Ein Ziehgriff (linke Kante) zum Neu anordnen

  • Ein Statussymbol, das anzeigt, ob die Aktion richtig konfiguriert ist

  • Ein Kategorienavigation (z. B.System > Neustart)

  • Der Name der Aktion (Standard oder benutzerdefiniert)

  • Ein aktivierter/deaktivierter Schalter

  • Ein 3-Punkte-Menü für zusätzliche Optionen

💡 TIPP: Aktionen können jederzeit im Bearbeitungsmodus durch Ziehen neu angeordnet werden. Auslöser haben keine Reihenfolge — sie werden unabhängig ausgelöst, und jeder Auslöser, der ausgelöst wird, kann die Automatisierung starten.


Hinzufügen einer Aktion

Aktionen können nur im Bearbeitungsmodus hinzugefügt werden. Klicken Sie aufBearbeiten in der oberen rechten Ecke, wenn Sie nicht bereits dort sind.

  1. Click the + Schaltfläche in der Pipeline, in der Sie die Aktion einfügen möchten — zwischen vorhandenen Aktionen oder am Ende der Pipeline.

  2. Das Aktionsauswahlprogramm wird geöffnet. Durchsuchen Sie nach Kategorie oder verwenden Sie dieSearch actions field.

  3. Klicken Sie auf die Aktion, um sie hinzuzufügen. Das Konfigurationsfenster wird sofort geöffnet.

  4. Konfigurieren Sie den Schritt, und klicken Sie dann auf Speichern .

Verfügbare Aktionen

System— Führen Sie Skripts aus, starten Sie Geräte neu, verwalten Sie Prozesse und Dienste, und interagieren Sie mit der Windows-Registrierung.

  • Restart

  • Run script

  • Shell

  • Start process

  • Stop process

  • Manage service

  • Registrierungsschlüssel festlegen

  • Registrierungsschlüssel löschen

Flow— Steuern Sie die Automatisierungsausführung mit Genehmigungen, Verzögerungen, Verzweigungen und verschachtelten Automatisierungsaufrufen.

  • Auf Genehmigung warten

  • Run automation

  • Delay

  • Exit automation

Files— Laden Sie Dateien von einer direkten URL oder einer anderen Quelle auf ein Gerät herunter.

  • Download file

  • Datei über URL herunterladen

Level— Verwalten Sie den Gerätestatus in Level: benutzerdefinierte Felder, Warnungen, Tags, Gruppen, Wartungsmodus und Gerätelöschung.

  • Benutzerdefiniertes Feld festlegen

  • Create alert

  • Apply tags

  • Remove tags

  • Assign to group

  • Wartungsmodus aktivieren

  • Wartungsmodus deaktivieren

  • Delete device

Security— Installieren Sie Betriebssystemupdates, verwalten Sie Windows Defender und steuern Sie die Festplattenverschlüsselung.

  • Windows-Updates installieren

  • macOS-Updates installieren

  • Linux-Updates installieren

  • Windows Defender-Update

  • Windows Defender-Scan

  • Festplattenverschlüsselung aktivieren

  • Festplattenverschlüsselung deaktivieren

  • Schlüssel für Festplattenverschlüsselung rotieren

App Management— Installieren, deinstallieren und aktualisieren Sie Anwendungen mit Winget oder Homebrew.

  • Winget-Paket aktualisieren

  • Winget-Paket deinstallieren

  • Winget-Paket installieren

  • Install Winget

  • Microsoft 365 für Windows installieren

  • Microsoft 365 für macOS installieren

  • Homebrew installieren

  • Homebrew-Paket installieren

  • Homebrew-Paket aktualisieren

  • Homebrew-Paket deinstallieren

Notifications— Benachrichtigen Sie Techniker oder Endbenutzer über In-App-Warnungen, SMS oder E-Mail.

  • User approval

  • Notify user

  • Send SMS

  • Send email

  • E-Mail-Bericht senden

Other— Machen Sie ausgehende HTTP-Anfragen an externe Systeme.

  • HTTP request

HINWEIS: Each action links to a dedicated article covering its step configuration. The options in this article (Additional options, Conditions) apply to every action regardless of category.Reordering Actions


In edit mode, drag any action card by its handle (the grid of dots on the left) to move it to a new position in the pipeline.

Enabling and Disabling Actions

Reordering Actions


Each action has an

Enabled toggle on its pipeline card. Disabling an action skips it entirely during a run — useful for temporarily removing a step without deleting it. The same toggle is also available inside the action's configuration panel under

Additional options.Additional Options


Every action has an

Additional options section at the bottom of its configuration panel. Expand it to access these settings. Action name

Additional Options

An optional custom label for this action. When set, it replaces the default name (e.g., "Shell: PowerShell") on the pipeline card. Useful for making long pipelines readable at a glance.

On action failure

Controls what happens when this action fails.

Option

Behavior

Pipeline fehlschlagen

The run stops for this device. Subsequent actions don't run.

Unterdrücken und fortfahren

The failure is noted but the run continues to the next action.

Default is

Pipeline fehlschlagen. TIPP:

Use Unterdrücken und fortfahren when you're handling failure yourself later in the pipeline. For example: set Install Windows Updates to Unterdrücken und fortfahren, capture its output to a variable, then add a Create Alert action (with an Action status = Failed condition) that only fires if the update action failed. Without Unterdrücken und fortfahren, a failed update would halt the pipeline before the alert ever runs.Aktionsausgabe einer Variable zuweisenCaptures the output of this action and stores it in an automation variable. Select an existing variable from the dropdown, or click

+ Create new variable

to define one.Once captured, the variable is available for use in subsequent actions and in Variable

conditions on any action that follows. Wiederholungen How many times Level retries this action if it fails. Default is 0 (no retries). Enter a whole number.

HINWEIS:

Retries apply before the

On action failure behavior kicks in. If you set 3 retries and the action fails all 3 times, then the On action failure setting determines what happens next. EnabledToggles this action on or off. Identical to the toggle on the pipeline card.Bedingungen

Every action also has a

Bedingungen


section that lets you restrict when it runs. Conditions are evaluated per device at runtime — if a device doesn't meet them, the action is skipped for that device while the pipeline continues.

See Action-Bedingungen for the full reference on all condition types, operators, and values.

FAQCan I have two actions of the same type in one pipeline? Yes. Add the same action type multiple times — each instance is configured independently. This is useful when you need to run the same operation with different parameters, or use Action status conditions to branch between outcomes.


What's the difference between disabling an action and deleting it?

  • Disabling keeps the action in the pipeline but skips it during runs. Deleting removes it entirely. Use disable when you want to temporarily pause a step without losing its configuration. If an action fails and I have "Fail pipeline" set, does it affect other devices in the same run?

  • No. Each device runs the pipeline independently. A failure on one device doesn't affect other devices in the same run. Can I capture output from any action type, or just scripts?

  • The Aktionsausgabe einer Variable zuweisen

  • option appears on all actions, but what gets captured depends on the action. Script-based actions (Shell, Run script) capture the script's stdout. For other action types, check the individual action article for what output is available. Who can add or modify actions? Technicians with permission to edit automations in the relevant group. See Arbeitsbereich → Berechtigungen

  • for access control configuration. Technicians with permission to edit automations in the relevant group. See Workspace → Permissions for access control configuration.

Hat dies deine Frage beantwortet?