Restart Windows Server activity

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • The Restart Windows Server activity stops and then restarts a Windows server using Powershell.

    注:
    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

    表 : 1. Restart Windows Server input variables
    Variable Description
    Hostname Hostname or IP address of the Windows server to restart.

    Output variables

    表 : 2. Restart Windows Server output variables
    Variable Description
    result Either success or failure.
    errorMessage The executionResult.errorMessages from the Activity designer parsing sources. If this variable is not null, the operation has failed.

    Conditions

    表 : 3. Restart Windows Server conditions
    Condition Description
    Success The activity succeeded in restarting the Windows server.
    Failure The activity failed to restart the Windows server.