3 Best Ways to Find the Package ID of SCCM Application
In this post, I will show you how to quickly find the package ID of SCCM application. You can find the package ID of any application from the content status node of the Configuration Manager console.
When you create a new application in SCCM, a unique package ID is assigned to it. An application in SCCM has a single package ID assigned. When you delete the application, the package ID is also deleted.
Like applications, the packages in Configuration Manager are also assigned with unique package IDs. In addition, task sequences, operating system images, SCCM boot images and software updates also have the package IDs. For example, the default boot images are the first ones to get the package ID assigned.
The package IDs for individual SCCM packages are immediately displayed in the Configuration Manager console. The unique package ID of each package is displayed in the Package ID column. This is untrue for applications, and therefore you can use a variety of techniques to view the package IDs.
Check out some useful guides for managing applications with SCCM.
https://oldschooldrp.com/showthread.php?tid=14
http://forum.icohaberleri.com/showthread.php?tid=673
http://hondaikmciledug.co.id/HRIS/showthread.php?tid=243&pid=253#pid253
http://hondaikmciledug.co.id/HRIS/showthread.php?tid=223
https://zinaramirez.com/mybb/thread-76084.html
https://australiantravelforum.com/travel/showthread.php?tid=2021
http://famstock.co.uk/showthread.php?tid=204
https://forum.metalheartradio.com/thread-729.html
https://remont.biz.pl/forum/thread-143290.html
https://goudvis.forum2go.nl/viewtopic.php?t=165684
https://goudvis.forum2go.nl/viewtopic.php?t=729437
https://goudvis.forum2go.nl/viewtopic.php?t=760648
https://goudvis.forum2go.nl/viewtopic.php?t=642193
http://www.arahn.100webspace.net/viewtopic.php?t=244197
http://www.arahn.100webspace.net/viewtopic.php?t=245532
http://www.arahn.100webspace.net/viewtopic.php?t=244179
https://ifutures.pl/viewtopic.php?t=49750
Ways to Retrieve the Package ID’s of Applications
There are multiple ways to find the package ID’s of applications in Configuration Manager:
- Locate package ID of application from the Content status node in the admin console.
- Find Package ID using Get-CMApplication PowerShell cmdlet.
- Retrieve Package ID of all applications from SCCM DP properties.
1. Find Package ID of Application from SCCM Console
The easiest way to find the package IDs of all the SCCM applications is from the admin console:
- Launch the Configuration Manager console.
- Navigate to Monitoring\Overview\Distribution Status\Content Status.
- The Package ID column shows the unique package ID of all the applications.
In addition to the package IDs of applications, the content status node also shows the package IDs of individual packages, task sequences, operating system images, SCCM boot images and software updates. If you have too many packages listed in the console, use the search box and type the name of the application to find its package ID.
2. Find the Package ID of SCCM Application from DP Properties
From the Distribution Point server properties, you can quickly find the package ID of an application. The content tab of DP properties displays the package ID for applications, packages, operating system images and almost every content that you create in SCCM.
This method should be used only when the application content is distributed to the distribution point. If the application content is not distributed to the DP, you cannot find the package ID.
Perform the following steps to find the package ID from distribution point properties:
- Launch the Configuration Manager console.
- Go to Administration\Overview\Site Configuration\Servers and Site System Roles.
- Right-click the Server installed with distribution point role.
- In the DP properties, switch to the content tab and type the application in the filter box to find the package ID of the application.
- Check the Package ID column to get the package ID details of applications.
https://ifutures.pl/viewtopic.php?t=54484
https://forum.trapeza.ru/viewtopic.php?t=290751
https://forum.trapeza.ru/viewtopic.php?t=117565
https://forum.trapeza.ru/viewtopic.php?t=26084
https://forum.trapeza.ru/viewtopic.php?f=6&t=18593
http://157.230.37.164/viewtopic.php?t=155029
http://157.230.37.164/viewtopic.php?t=154553
http://157.230.37.164/viewtopic.php?t=155103
http://157.230.37.164/viewtopic.php?t=155028
http://www.balsen.dk/YetAnotherForum.NET/yaf_postst13869findunread_sacs-bandouliere-eastpak.aspx
https://www.visualchemy.gallery/forum/viewtopic.php?id=746956
https://www.visualchemy.gallery/forum/viewtopic.php?id=1578610
https://www.visualchemy.gallery/forum/viewtopic.php?id=575254
https://www.63game.top/thread-9243-1-1.html
https://www.63game.top/thread-8493-1-1.html
https://www.63game.top/thread-6361-1-1.html
https://www.63game.top/thread-4036-1-1.html
3. Find the Package ID of SCCM Application using PowerShell
You can run the Get-CMApplication PowerShell cmdlet to find the package ID of SCCM application. Launch the Configuration Manager console and connect to Windows PowerShell. Run the below PowerShell command to find the package IDs of all the applications.
To find the package ID a selected application, run the below PowerShell command.
Comments
Post a Comment