Install Specific MS Patch
This Automation Manager object installs a specific Microsoft Hotfix based on the Hotfix ID.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Hotfix ID | String | Yes | The unique identifier of the Hotfix to be installed. |
Reboot if Required | Boolean | No | Boolean indicating whether or not to reboot if required by the Hotfix. |
Auto Accept EULA | Boolean | No | The end user license agreement is accepted. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Hotfix ID | String | Yes | KB890830 |
Reboot if required | Boolean | No | Optionally allow device reboot if needed to complete the installation of a Hotfix. |
Auto Accept EULA | Boolean | No | Optionally accept EULA's if needed by any Hotfix. |