- Flexera Community
- :
- AdminStudio
- :
- AdminStudio Forum
- :
- Application Mananger
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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 ?
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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:
If you want to know from which SCCM connection application has been published, you can run the following query:
select * from ASCMPackageDeployment
Thanks,
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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).
