2012
Activities
Check for Updates 2012
This activity checks for Windows Updates 2012+.
Activity Parameters
The Check for Updates 2012 activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Computer name (text box editor type) (type: string): the IP or hostname of the machine you want to run the check against. If none is provided, localhost will be used.
- Update Type (combobox control type) (type: string): filter the update types (All, Important, Optional). The default value is "All".
- Username (text box editor type) (type: string): the username that will be used to connect to the target machine.
The Read Only Output variable are the possible output values that the activity will provide:
- Output status (type: boolean): outputs True if any updates are found, and False if none.
- Output Count (type: int): outputs the number of updates found.
- Output Updates (type: List<string>): outputs a list of the available updates (names).
, multiple selections available,