When your ConfigMgr environment has many distribution points and packages, you might want to monitor your content compliance status to ensure everything is consistent. This is especially true after the content validation task is run.
You might also have a situation whereby distribution points are offline for maintenance; hence content distribution fails on those distribution points. This could be a big issue if you were pushing a time sensitive deployment with no fall back to alternative distribution points.
Content Status Monitoring (Out of the box)
The Default Content Distribution status monitoring only shows completion statistics (success, in progress or failed), however it does not directly tell you which content failed to distribute to which distribution point. You can of course find this info, but you must do the following steps:
- Select the Content you wish to check
- Click View details
- Click Back to Overview/Content Status
- Choose another
- Click View details. Etc, etc.
Repeating these steps for each package to determine if they have real issues or just flagged as having issues due to the DP being offline can be a long and boring process.
Solving the issue
Using the SCCM Console builder, I have customized the Admin Console to solve this issue. Below you will see that I have added a “Details” tab for content distribution status. The tab provides a more direct view of content compliance state of each distribution point.
There are many posts about how to use SCCM Admin Builder, here is an example which has great information on the process:
https://blogs.technet.microsoft.com/matt_hinsons_manageability_blog/2013/08/21/using-configmgr-2012-console-builder-create-custom-console-nodes/
How to make Details tab for Content Status:
- IMPORTANT: SCCM Console builder doesn’t have save function.
- Backup the ConsoleRoot folder which located at %ConfigMgrInstallPath%\AdminConsole\XmlStorage
- Close ConfigMgr Admin console
- Run %ConfigMgrInstallPath%\AdminConsole\bin\AdminUI.ConsoleBuilder.exe as administrator
- Choose File – Open – ConnectedConsole
- Click Monitoring – Content Status – Queries, click on SELECT * FROM SMS_ObjectContentExtraInfo, then click on Detail Panel
- In TabPage Title, use Summary as Display Name (ref)
- Click Add TabPage, use Details as DisplayName (ref)
- Check Run Query on this Tab checkbox, then click Configure
- In Query Settings, choose classes SMS_PackageStatusDistPointsSummarizer
- Choose those properties that you wish to be seen by default. Example:
LastCopied, PackageID, ServerNALPath, State, SummaryDate
- Create a new query, right click on Root – New
- In General – Query area, input:
SELECT * FROM SMS_PackageStatusDistPointsSummarizer WHERE PackageID='##SUB:PackageID##'
Choose WQL as Query language, then click OK
- Close the SCCM Console Builder
It’s done. Now open ConfigMgr Admin Console again, you will have your Details tab for Content Status view.
Thanks for Reading
I hope you enjoyed this post and can now leverage the Console Builder to customize your ConfigMgr Admin Console to your liking. Changes you made won’t preserve after console upgrades, so if you have any other ideas on how to improve the ConfigMgr Admin Console, please add your idea to the ConfigMgr uservoice and let’s make Admin Console better!
How would I deploy the changes made to other workstations?
Awesome, thank you for this.
Hi – Worked out fine. Thanks for sharing the tip.
Ram
You are welcome Ram. Thanks! -Sandy
Excellent! Works perfectly. Thank you!
Hi sandy,
I tried this and it works for me, now able to see the Details option in content status in SCCM Admin Console.
Thank for posting this.
Would it be possible to add scope to the list of available columns under the references tab for task sequences?
Hi Will, columns are in the classes, they cannot be modified.
Thank you for the post. I have followed and do not see “Details tab for Content Status ”
I don’t think I can post screen shots here.
But I have checked everything again and looks just like your screenshots
Thank you.