Update Group Policy
Updates the local Group Policy settings along with the Group Policy settings that are stored in the Active Directory, including security settings.
Workflow inputs – Update Group Policy
Call Workflow Input | Description | Required? | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
refresh target | Indicates whether the settings for the computer or the user should be updated.
Valid values: computer, user | No | If a value is not specified for this input, both the computer and user settings will be updated. |
force | Ignore all processing optimizations and reapply all settings?
Valid values: true, false | No | false |
wait | Time, in seconds, that policy processing waits to complete. | No | 600 (10 minutes) |
logoff | Log off after refresh is complete?
Valid values: true, false | No | false |
reboot | Restart computer after refresh is complete?
Valid values: true, false | No | false |
Workflow outputs – Update Group Policy
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |