Contents Now Platform Capabilities Previous Topic Next Topic Get Device Collections activity Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share 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 designer 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 Custom Activities > System Center Configuration Manager (SCCM) . Note: The Get Device Collections activity does not use pre-processing scripts. Input variables Table 1. Get Device Collections input variables Variable Description sccmServer The fully qualified domain name (FQDN) of the SCCM server.. Output variables Table 2. Get Device Collections output variables Variable Description deviceCollections The deviceCollections array contains these attributes: id: Primary key of the SCCM device collection. name: Name of the SCCM device collection. collectionType: Type of SCCM collection. In this case, the value is device. localMemberCount: Count of device collection members visible at the local SCCM site. memberCount: Count of all device collection members. deviceCollection: Object containing the data set of attributes listed here for this device collection. Use the post-processing script to parse additional data from this set to use. error Variable that contains the activity output error message. Conditions Table 3. Get Device Collections 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. On this page Send Feedback Previous Topic Next Topic
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 designer 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 Custom Activities > System Center Configuration Manager (SCCM) . Note: The Get Device Collections activity does not use pre-processing scripts. Input variables Table 1. Get Device Collections input variables Variable Description sccmServer The fully qualified domain name (FQDN) of the SCCM server.. Output variables Table 2. Get Device Collections output variables Variable Description deviceCollections The deviceCollections array contains these attributes: id: Primary key of the SCCM device collection. name: Name of the SCCM device collection. collectionType: Type of SCCM collection. In this case, the value is device. localMemberCount: Count of device collection members visible at the local SCCM site. memberCount: Count of all device collection members. deviceCollection: Object containing the data set of attributes listed here for this device collection. Use the post-processing script to parse additional data from this set to use. error Variable that contains the activity output error message. Conditions Table 3. Get Device Collections 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.
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 designer 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 Custom Activities > System Center Configuration Manager (SCCM) . Note: The Get Device Collections activity does not use pre-processing scripts. Input variables Table 1. Get Device Collections input variables Variable Description sccmServer The fully qualified domain name (FQDN) of the SCCM server.. Output variables Table 2. Get Device Collections output variables Variable Description deviceCollections The deviceCollections array contains these attributes: id: Primary key of the SCCM device collection. name: Name of the SCCM device collection. collectionType: Type of SCCM collection. In this case, the value is device. localMemberCount: Count of device collection members visible at the local SCCM site. memberCount: Count of all device collection members. deviceCollection: Object containing the data set of attributes listed here for this device collection. Use the post-processing script to parse additional data from this set to use. error Variable that contains the activity output error message. Conditions Table 3. Get Device Collections 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.