Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2

...

WMI Check connection Activity

Beschreibung

Es wird geprüft, ob zu der Maschine eine Verbindung über WMI aufgebaut werden kann

Vorraussetzungen

...

Description

It is checked whether a connection to the machine can be established via WMI.

Requirements

WMI must be configured on the machine and authorized accordingly

Parameter

Remote Powershell Activity

Image Removed

...

ParameternameAngabe erforderlichMögliche WerteBeschreibungBenutzernameAlphanumerischBenutzername für die VerbindungPasswortAlphanumerischPasswort für die VerbindungAuthorityAlphanumerischAuthority für die VerbindungTimeoutZahlSekundenangabe, wie lange auf den Verbindungsaufbau gewartet werden soll, bis der Versuch abbricht

Eventlog-Eintrag überprüfen Activity

Image Removed

Beschreibung

Es wird im Application und System Eventlog nach einem Eintrag geprüft

Vorraussetzungen

WMI muss auf der Maschine konfiguriert und entsprechend berechtigt sein

Parameter

...

Windows-Service überprüfen Activity

Image Removed

Beschreibung

Es wird geprüft, ob ein Windows-Service gestartet ist

Vorraussetzungen

WMI muss auf der Maschine konfiguriert und entsprechend berechtigt sein

Parameter

...

Powershell Activity

Image Removed

Beschreibung

Führt ein Powershell-Skript auf dem Systemkonnektor aus

Vorraussetzungen

Keine

Parameter

...

Numerisch

...

Specification requiredPossible valuesDescription
Username

No

AlphanumericUsername for the connection
PasswordNoAlphanumericPassword for the connection
AuthorityNoAlphanumericAuthority for the connection
TimeoutNoNumberSeconds specification how long to wait for the connection to be established before the attempt is aborted

Check event log entry Activity

Image Added

Description

It is checked in the application and system event log for an entry

Requirements

WMI must be configured on the machine and authorized accordingly

Parameter

ParameternameSpecification requiredPossible valuesDescription
UsernameNoAlphanumericUsername for the connection
PasswortNoAlphanumericPassword for the connection
AuthorityNoAlphanumericAuthority for the connection
Event-IDNoNumberEvent ID of the event entry
SourceNoAlphanumericSource of the event entry, e.g. IIS
MessageNoAlphanumericText that must be present in the event entry. Placeholders from the WQL can be used such as '%'. The text will be added with the placeholder '%' before and after the text when searching.
Review past hoursYesNumericSpecified in hours. Restricts the search range to the maximum entered past hours. For performance reasons, it is recommended that you enter a number of hours here, as this can significantly restrict the range to be searched.
Throw error if event exists NoCheckboxIf this flag is set, the activity will not fail if no event log entry is found, but if one is present.

Windows-Service Check Activity

Image Added

Description

It is checked whether a Windows service is started

Requirements

WMI must be configured on the machine and authorized accordingly

Parameter

ParameternameSpecification requiredPossible valuesDescription
UsernameNoAlphanumericUsername for the connection
PasswordNoAlphanumericPassword for the connection
AuthorityNoAlphanumericAuthority for the connection
Service nameYesAlphanumericThe name of the service. The display name must not be used here.

Windows-Reboot Activity

Image Added

Description

The machine is restarted

Requirements

WMI must be configured on the machine and authorized accordingly

Parameter

ParameternameSpecification requiredPossible valuesDescription
UsernameNoAlphanumericUsername for the connection
PasswordNoAlphanumericPassword for the connection
AuthorityNoAlphanumericAuthority for the connection
ForceYesYes / NoForces a restart and takes no account of still running programs and open sessions
TimeoutNoNumericSpecify in seconds. Defines the maximum time that may elapse until all specified services are restarted before the activity terminates.
Services to be reviewedNoAlphanumeric

With the separator ; different service names can be specified, these are then checked whether they are started again.

Only then this activity is completed.

Powershell Activity

Image Added

Description

Runs a Powershell script on the system connector

Requirements

None

Parameter

ParameternameSpecification requiredPossible valuesDescription
ScriptYesAlphanumeric

Powershell code to be executed.

The following placeholders can be used:


{Machine.Name}Machine name
{Machine.Description}Description of the machine
{Machine.ConnectionIdentifier}Hostname of the machine
{Machine.Attribute.ATTRIBUTEID}Outputs a specific attribute of the machine. ATTRIBUTEID must be replaced with the corresponding ID of the attribute


Zu ladende Powershell-ModuleNoAlphanumeric

Powershell modules to load before running the script, for example, ActiveDirectory to use the Active Directory command set.
Multiple modules can be specified with the ; or , separator.

Zu ladende Powershell-SnapInsNoAlphanumeric

Powershell SnapIns to load before running the script.

Multiple SnapIns can be specified with the ; or , delimiter character.

Erwartetes ResultatNoAlphanumericIf specified, checks if the expected result matches the one returned by the script. Throws an error if this is not true.
Script TimeoutNo

Numeric

Specified in seconds. If the runtime of the script exceeds the specified timeout value, the script is aborted with an error

Remote Powershell Activity

Image Added

Description

Führt ein Powershell-Skript per Remote auf der angegebenen Maschine aus

Vorraussetzungen

...

Requirements

Remote powershell scripts must be able to run on the target machine.

Parameter

ParameternameAngabe erforderlichMögliche WerteBeschreibung
Script
Skript
Yes
AlphanumerischPowershell-Code, der ausgeführt werden sollZu ladende Powershell-ModuleAlphanumerischPowershell-Module, die vor dem Ausführen des Skripts geladen werden sollen, z.B. ActiveDirectory, um den Active Directory-Befehlssatz verwenden zu könnenErwartetes ResultatAlphanumerischWenn angegeben, prüft ob das erwartete Resultat mit dem zurückgegebenen des Skripts übereinstimmt. Wirft einen Fehler, wenn dies nicht zutrifft.Shell UriAlphanumerischAngabe der Shell URI, die bei der Remote Powershell auf der Zielmaschine eingestellt wurde. Nimmt die Default Shell URI, wenn nichts angegeben wird.AnwendungsnameAlphanumerischAngabe des Anwendungsnamen, die bei der Remote Powershell auf der Zielmaschine eingestellt wurde. Nimmt den Default Anwendungsnamen, wenn nicht angegeben wird.AuthentisierungsmethodeAuswahlAuswahl der Authentisierungsmethode, um sich bei der Zielmaschine anmelden zu könnenSSL verwendenJa / NeinAuswahl, ob die Verbindung zur Remote Powershell per SSL aufgebaut werden sollPowershell PortNumerischAngabe eines Powershell Ports, falls dieser vom Default geändert wurdeComputernameAlphanumerischAngabe der Zielmaschine, auf der das Powershell Skript ausgeführt wird. Wird kein Name angegeben, wird das Skript auf der aktuellen Maschine ausgeführt, bei der sich die Aktivität befindetScript Timeout

Numerisch

Angabe in Sekunden. Überschreitet die Laufzeit des Skripts den angegebenen Timeout-Wert, wird das Skript mit einem Fehler abgebrochen
Alphanumeric

Powershell code to be executed

The following placeholders can be used:


{Machine.Name}Machine name
{Machine.Description}Description of the machine
{Machine.ConnectionIdentifier}Hostname of the machine
{Machine.Attribute.ATTRIBUTEID}Outputs a specific attribute of the machine. ATTRIBUTEID must be replaced with the corresponding ID of the attribute.


Powershell modules to loadNoAlphanumericPowershell modules to be loaded before running the script, e.g. ActiveDirectory to be able to use the Active Directory command set
Powershell SnapIns to be loaded


NoAlphanumeric

Powershell SnapIns to load before running the script.

Multiple SnapIns can be specified with the ; or , separator.

Expected resultNoAlphanumericIf specified, checks if the expected result matches the one returned by the script. Throws an error if this is not true.
Shell UriNoAlphanumericSpecifies the shell URI that was set for the remote Powershell on the target machine. Takes the default shell URI if nothing is specified.
Application nameNoAlphanumericSpecifies the application name that was set in the remote Powershell on the target machine. Takes the default application name if not specified.
Authentication methodYesSelectionSelection of the authentication method to be able to log in to the target machine
SSL useYesYes/ NoSelection of whether the connection to the remote Powershell should be established via SSL
Powershell PortNoNumerischSpecifying a Powershell port if it has been changed from the default one
ComputernameNoAlphanumericSpecifies the target machine on which the Powershell script will be executed. If no name is specified, the script is executed on the current machine where the activity is located.
Script TimeoutYes

Numeric

Specified in seconds. If the runtime of the script exceeds the specified timeout value, the script is aborted with an error