---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Get Applications activity

# Get Applications activity {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

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](https://servicenow-prod.fluidtopics.net/SV5g3MJvrMeLhWdD7UG1VQ#t_CreateAPowershellActivity "Create a custom PowerShell activity return data to a workflow from a host using Microsoft PowerShell.") 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.{#r_GetApplicationsActivity__p_AccessSSHCustomActivities}

To access this activity in the Workflow Editor, select the Custom
tab, and then navigate to Custom ActivitiesSystem Center Configuration Manager (SCCM).  
Hinweis:  
The Get Applications activity does not use a pre-processing script.

## Input variables

{#r_GetApplicationsActivity__table_jhr_xbd_3s__entry__2}

| Variable | Description |
|-|-|
| sccmServer | The fully qualified domain name (FQDN) of the SCCM server. |
[Tabelle : 1. Get Applications input variables]

{#r_GetApplicationsActivity__table_jhr_xbd_3s}

## 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.  
{#r_GetApplicationsActivity__table_ytv_2pm_xs__entry__2}

| Variables | Description |
|-|-|
| applications | The applications array contains these attributes: * id: Primary key of the SCCM application. * ciUniqueId: Unique ID of the SCCM application. * name: Name of the application. * manufacturer: Manufacturer of the application. * version: Version of the application. * isDeployable: True/false value indicating if this application is deployable. * isDeployed: True/false value indicating if this application is already deployed. * numberOfUsersWithApp: Count of users with this application installed. * numberOfDevicesWithApp: Count of devices on which this application is installed. * application: Object containing the data set listed above for this application. Use the script to parse additional data from this set that you might need. {#r_GetApplicationsActivity__ul_m4d_5vx_3t} |
| error | Variable that contains the activity output error message. |
[Tabelle : 2. Get Applications output variables]

{#r_GetApplicationsActivity__table_ytv_2pm_xs}

## Conditions

{#r_GetApplicationsActivity__table_pwc_lpm_xs__entry__2}

| 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. |
[Tabelle : 3. Get Applications conditions]

{#r_GetApplicationsActivity__table_pwc_lpm_xs}

