
#3 Clear local ccmcache using the Control Panel CM Applet. Make sure this folder’s content is the same at other locations: SCCM_Drive:\SCCMContentLib #2 Verify all content is sync’d up between sites (specifically the package you’re having issues with). You must restore the content, and add an exception to the SCCMContentLib folder. And, let me tell you, SCCM hates missing content, especially if it’s only partially missing. I have found SCCM package content in the quarantine area. #2 – Remove Apps that are having issues using their ADV ID’sįoreach($i in gwmi -Namespace root/ccm/policy/machine/actualconfig -Class ccm_softwaredistribution -Filter “ADV_AdvertisementID=’ ABC20183′“)” /NOINTERACTIVEįour other things you can try if you’re still having issues: Gwmi -Namespace root/ccm/policy/machine/actualconfig -Class ccm_softwaredistribution | out-file readme.txt | notepad.exe readme.txt * if you’d like to output to notepad for easier reading: Gwmi -Namespace root/ccm/policy/machine/actualconfig -Class ccm_softwaredistribution #1 – Return Published Applications – Note the ADV ID’s of apps having problems Make sure you also review Notes at the bottom. Do the following to resolve the issue and prevent it from happening again. The Root/ccm/clientsdk:ccm_program class has not completely updated, resulting in your application falling into limbo. This happens because the machine rebooted before the SCCM agent can finish updating all the WMI classes (or something has happened to WMI or the content), but after the actual advertisement is completed.

When running published applications from the Software Center, you may notice the apps get stuck at Downloading or Installing (return code 0x80091007 (-2146889721). The function below currently works and is what I use to install the missing patches.From time to time, SCCM just isn’t going to cooperate with you. I can get all the currently available updates and well as their corresponding software update groups that are deploying those missing patches but have not yet discovered how to link the missing patches to their current status like Software Center currently does. I've attempted to use multiple scripts I've found online but none of them end up showing me real time results. I want to get the real time status of all patches currently in the SCCM Client Software center.
