Retrieve SCCM data for client software distribution
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Orchestration
Retrieve the collections and the list of applications available for deployment from your SCCM servers.
Before you begin
Before
starting this procedure:
- Set up your Microsoft System Center Configuration Manager (SCCM) server, create the applications and collections, and configure the deployments you need. For information, see your SCCM documentation.
- Configure a user with the Application Deployment Manager role on the SCCM server.
- Set up the MID Server to communicate with the SCCM server.
- Add Powershell credentials to the ServiceNow Credentials [discovery_credentials] table for the SCCM user who has the Application Deployment Manager role.
About this task
To populate the Client Software Distribution application with SCCM data:
Procedure
SCCM server Discovery for client software distribution
A Discovery workflow populates ServiceNow tables with collection, application, and deployment data retrieved from SCCM servers.
Users run the Discover SCCM workflow from an SCCM Server Instance record to populate the following ServiceNow tables:
Table | Fields |
---|---|
SCCM Application [sn_client_sf_dist_sccm_application] |
|
SCCM Collection [sn_client_sf_dist_sccm_collection] |
|
SCCM Deployment [sn_client_sf_dist_sccm_deployment] |
|
Note: For details about the custom activities used in this workflow to extract data from an
SCCM server, see Orchestration SCCM activity pack.