Add to Device Collection activity
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Orchestration
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
The Add to Device Collection activity adds the specified device into a Microsoft System Center Configuration Manager (SCCM) device collection.
The Add to Device Collection activity uses the Powershell activity template to add a specified device to an SCCM device collection. The activity is configured to use a MID Server with Powershell capabilities and to run a MID Server script called AddToDeviceCollection.ps1 to edit the collection.
To access this activity in the Workflow Editor, select the Custom tab, and then navigate to .
Note: The Add to Device Collection activity does not use pre-processing or post processing
scripts.
Input variables
Variable | Description |
---|---|
sccmServer | The fully qualified domain name (FQDN) of the SCCM server. |
collection | Name of the device collection. |
device | Name of the device to add to the collection. |
Output variables
Variable | Description |
---|---|
output | Variable that contains a value that is passed to other activities in the workflow. |
error | Variable that contains the activity output error message. |
Conditions
Condition | Description |
---|---|
Success | Activity successfully added the device to the SCCM device collection. |
Failure | Activity failed to add the device to the SCCM device collection. |