Get Device Collections activity
The Get Device Collections activity returns the list of available device collections on a Microsoft System Center Configuration Manager (SCCM) host.
The Get Device Collections activity uses the Powershell activity template to access the collections on the SCCM server. The activity is configured to use a MID Server with Powershell capabilities and to run a MID Server script called GetDeviceCollections.ps1 that returns the device collections on the server. This script filters the results of the GET, so that only specific attributes are returned for the device collections on the SCCM server. Filtering the results in this manner controls the size of the payload, while providing the most desirable device collection data. The list of available collections 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
| Variable | Description |
|---|---|
| deviceCollections | The deviceCollections array contains these
attributes:
|
| error | Variable that contains the activity output error message. |
Conditions
| Condition | Description |
|---|---|
| Success | Activity successfully retrieved a list of device collections available on the SCCM host. |
| Failure | Activity failed to retrieve a list of device collections available on the SCCM host. |