Windows

WMI Check connection Activity

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

ParameternameSpecification 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

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

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

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

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

Description

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

Requirements

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

Parameter

ParameternameAngabe erforderlichMögliche WerteBeschreibung
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.
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

© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.