Get Applications activity
The Get Applications activity returns a list of all the applications available on a Microsoft System Center Configuration Manager (SCCM) server.
The Get Applications activity uses the Powershell activity template to access the applications on the SCCM server. The activity is configured to use a MID Server with Powershell capabilities and to run a MID Server script called GetApplications.ps1. This script filters the results of the GET, so that only specific attributes are returned for the applications on the SCCM server. Filtering the results in this manner controls the size of the payload, while providing the most desirable application data. The list of available applications is returned as an array in a JSON object.
To access this activity in the Workflow Editor, select the Custom tab, and then navigate to .
Input variables
| Variable | Description |
|---|---|
| sccmServer | The fully qualified domain name (FQDN) of the SCCM server. |
Output variables
The output variables for the Get Applications activity contain an array of objects called applications and an error message. Each object in the array contains the attributes in this table.
| Variables | Description |
|---|---|
| applications | The applications array contains these attributes:
|
| error | Variable that contains the activity output error message. |
Conditions
| Variables | Description |
|---|---|
| Success | Activity successfully retrieved the list of applications available on the SCCM host. |
| Failure | Activity failed to retrieve the list of applications available on the SCCM host. |