...
- Check for Updates
- Cmd
- Delete Scheduled Task
- Edit Windows Service
- End Process
- Get Current User Info
- Get MAC Address
- Install Missing Updates
- List Windows Services
- Run C# expression
- Run Program
- Schedule Daily Task
- Schedule Hourly Task
- Schedule Monthly Task
- Schedule Weekly Task
- Server Boot Operations
- Windows Service Tasks
- WMI Query
Check for Updates
This activity checks for OS Updates on a specified Windows workstation.
...
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Run C# Expression activity:
Run Program
This activity runs a program locally or remotely.
...
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Schedule Weekly Task activity:
Schedule Monthly Task
This activity creates a new monthly scheduled task on Windows Task Scheduler. For example, if all parameters are filled this will create a Monthly trigger to run on X day of month for every Y minutes.
...
- Entries Collection (type: string): outputs the Windows code for the operation result.
Windows Service Tasks
This activity starts stops or restarts a windows service locally or remote.
...
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Windows Service Tasks activity:
WMI Query
This activity executes a WMI query locally or remote.
...