juhanpad
Occasional contributor
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Sep 23, 2020
01:00 PM
Application Mananger
Once we Publish an Application into SCCM (Now Microsoft Endpoint Configuration Manager), using the "Application Manager" tool of Admin Studio, is there a way to get the Package ID using the same tool ?
3 Replies

Flexera
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Sep 25, 2020
04:47 AM
Re: Application Mananger
Hi,
Currently, we don't have any way to get the package ID.
However we can get the Scope ID of the corresponding Application by running a following query against the database:
select * from ASCMDeploymentType.
If you want to know from which SCCM connection application has been published, you can run the following query:
If you want to know from which SCCM connection application has been published, you can run the following query:
select * from ASCMApplicationDeployment
select * from ASCMPackageDeployment
Thanks,
select * from ASCMPackageDeployment
Thanks,

Flexera
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Sep 25, 2020
07:45 AM
Re: Application Mananger
Hello @juhanpad
I am curious to know how would you use the Package ID after it is obtained from SCCM for each application. I am trying to understand your use case, so I can figure out if we already have a functionality in AdminStudio that can address your need.
Thanks
juhanpad
Occasional contributor
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Sep 28, 2020
03:52 AM
Re: Application Mananger
Hello,
We have Internal Deployment tools , for which need to provide the Package ID as Input. Only then the Application will get deployed.
Apart from deployment tools, the complete infrastructure ( like reporting tools, database heavily depends on the Package ID).
We have Internal Deployment tools , for which need to provide the Package ID as Input. Only then the Application will get deployed.
Apart from deployment tools, the complete infrastructure ( like reporting tools, database heavily depends on the Package ID).