Close Menu
    Facebook X (Twitter) Instagram
    Sunday, October 12
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»CM2012»SCCM 2012 Check Patch is member of what software update package

    SCCM 2012 Check Patch is member of what software update package

    Eswar KonetiBy Eswar KonetiMarch 12, 7:51 pm3 Mins Read CM2012 9,782 Views
    Share
    Facebook Twitter LinkedIn Reddit

    This blog post is quick one to check ,patch (BulletinID) is member of what software update package.You may be wondering why do you need to check since clients can connect to the DP and download the patches as long as these patches are available on the DP. Here is short background of it.

    Background :I was looking at patches released during February 2015 as part of patching process in Configuration manager 2012 console at customer.Configmgr site used by 2 different departments with different procedures (one dept manage X  number of  Clients and other manages Y number of clients) within the company with their own site servers(DP’s). So basically patching is done by 2 different guys using the same console .

    so as usual ,patching activity ,I was looking at the console for Feb 2015 patches using the search criteria ,these were already downloaded and deployed to collection.I didn’t realized that,this was done by other department guys. So this leads me to think whether should I just add these downloaded and deployed patches to my Feb,2015 month software update group or not ? if I add these patches to Feb 2015 SUP group ,my client would definitely fail since clients do not have access to other department DP’s to download the content and boundaries/boundary group were not configured as such.I can simply distribute the source content from their DP to my DP’s but later if they do any changes to the source content ..huh, No.

    If at all ,these patches are downloaded by someone with in my department,then there is no necessity for me to re-download the patches again but I need to verify these patches are member of what packages ? (if same department or different department) .

    How do I check if the downloaded patches( No need to check for all but few 1-5 in this case) to confirm . you can get this by looking at package in the console –show members but if there are multiple packages ,not possible to check each package.

    So instead,use the SQL query ,to check if patch is part of  which package then decide whether to download patches to your package source location.

     

    SELECT vui.BulletinID,vui.ArticleID,vui.Title,p.Name,p.StoredPkgPath,p.Description
    FROM dbo.vUpdateToPkg AS vutp
    INNER JOIN dbo.v_UpdateInfo AS vui ON vui.CI_ID = vutp.CI_ID
    INNER JOIN dbo.v_Package AS p ON p.PackageID=vutp.PkgID
    WHERE vui.BulletinID='MS15-015'

     

    image

    You can replace the BulletinID with articleID or title whatever you need.

    Download the Configmgr 2012 R2 SQL views to create customized reports using http://eskonr.com/2013/10/download-sccm-configmgr-2012-r2-sql-views/

    CM12 configmgr find patch part of what package Patch member Patch member of what package in SCCM SCCM SCCM Patch reports source package SUP Reports
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    SCCM SQL Report – Compare Installed Apps on TWO Different Computers

    July 13, 10:35 am

    Optimize Your Intune Workflow with a Powerful Browser Extension

    March 22, 10:39 am

    Migrate Microsoft 365 Updates from SCCM/MECM to Intune for Co-Managed Devices

    February 11, 9:50 pm

    3 Comments

    1. Pingback: SCCM ConfigMgr Compliance status of client for multiple software update groups | Eswar Koneti Blog

    2. Ahmad Al Maraghy on September 5, 2018 2:00 PM

      hi eswar
      first, I would like to thank you for your knowledge
      I need to create SCCM report to check if Specific Hotfix installed on a collection is installed in my all environment
      note update push by WSUS, not SCCM
      I try this scenario enable Win32_QuickFixEngineering WMI class and run command select * from QUICK_FIX_ENGINEERING_DATA
      but no result
      can you help me

      Reply
      • Eswar Koneti on September 30, 2018 11:10 PM

        Hi Ahmad,
        If you are WSUS but not SCCM then you dont get much of custom reporting unless with WSUS default reporting. If you are using SCCM then you never need to use WSUS to deploy updates .SCCM will take care of deployment while WSUS help to run backend for SCCM to sync updates on regular basis and also let clients to scan for catalog from WSUS.

        Thanks,
        Eswar

        Reply

    Leave a ReplyCancel reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Sign Up

    Get email notifications for new posts.

    Author

    I’m Eswar Koneti ,a tech enthusiast, security advocate, and your guide to Microsoft Intune and Modern Device Management. My goal? To turn complex tech into actionable insights for a streamlined management experience. Let’s navigate this journey together!

    Support

    Awards

    Archives

    © Copyright 2009-2025 Eswar Koneti, All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.