Deploy Application
This activity deploys the specified application.
Activity Parameters
The Deploy Application activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Collection ID (text box editor type) (type: string): enter the collection ID. This parameter can be returned using List Collections activity. This parameter is optional. If no value is provided, the device is added to the generic Collection "All Systems".
- Connection (text box editor type) (type: object): SCCM connection string. The Output from Connect to SCCM activity should be used as Input here.
- MAC (text box editor type) (type: string): enter the MAC for the computer you want to add to the collection e.g. 00-14-22-01-23-45
- Net BIOS Name (text box editor type) (type: string): enter the Net BIOS Name e.g. Client1. This parameter takes precedence over the SM BIOS GUID parameter.
- SM BIOS Guid (text box editor type) (type: string): enter the SM(Stage Machine) BIOS GUID(UUID) e.g. 45 38 d4 b6 00 90 3e 75-94 06 b3 10 es fa 2b 1e
The Read Only Output variable are the possible output values that the activity will provide:
- Output ResourceID (type: string): outputs the resource ID of the new device.
Execute Task Sequence
This activity executes a task sequence program on a target machine.
Activity Parameters
The Execute Task Sequence activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Package Id (text box editor type) (type: string): enter the package Id (In order to get a list of packages, use 'Get Packages' activity). E.g. 'FMP00001'.
- Program Id (text box editor type) (type: string): enter the program Id (In order to get a list of program Ids, use 'Get Programs' activity). The default value for this parameter is '*'
- Target Client (text box editor type) (type: string): enter the target client where the task sequence will be executed.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Result (type: Int32): outputs 0 to indicate success or non-zero to indicate failure.