ShutdownWindows
ShutdownWindows
Shuts down or restarts the specified Windows computer. Requires a connection over TCP Port 445.
Properties
Reason
Type: Citrix.WorkflowStudio.ActivityLibrary.Networking.ShutdownReasonType
Specifies the reason for the shutdown. Defaults to 'Other'.
ShutdownType
Type: Citrix.WorkflowStudio.ActivityLibrary.Networking.ShutdownTypeEnum
Specifies whether to shutdown or restart the computer. Defaults to 'Shutdown'.
DisplayWarningTime
Type: System.Object
Specifies the amount of time to display a warning to logged on users before the shutdown/restart begins.
Comment
Type: System.String
Specifies a comment on the reason for the shutdown/restart. This comment will be logged in the target machine's event log. Windows XP and Windows Server 2003 computers support a maximum of 127 characters in comments. More recent Windows OS versions support up to 512 characters.
ComputerName
Type: System.String
Specifies the name of the Windows target computer.
ForceClose
Type: System.Object
Specifies whether to force running applications on the target computer to be closed without warning. You can also bind this parameter to a conditional.
Add Comment