Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Restart Windows Server activity

The Restart Windows Server activity stops and then restarts a Windows server using Powershell.

Note: This activity replaces a Powershell activity by the same name available in releases prior to Geneva. If you have a workflow created in a previous version that uses the deprecated activity, your workflow will continue to work normally after upgrading to Geneva. However, all new workflows must use the custom version of this activity. This activity was built with the Powershell activity template, which gives workflow administrators the ability to store input and output variables in the databus.

Input variables

VariableDescription
HostnameHostname or IP address of the Windows server to restart.

Output variables

VariableDescription
resultEither success or failure.
errorMessageThe executionResult.errorMessages from the Activity designer parsing sources. If this variable is not null, the operation has failed.

Conditions

ConditionDescription
SuccessThe activity succeeded in restarting the Windows server.
FailureThe activity failed to restart the Windows server.

Parent Topic:PowerShell activity pack