Close Menu
    Facebook X (Twitter) Instagram
    Sunday, October 12
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»Patch Reports»SCCM Configmgr Report for Software Update Compliance

    SCCM Configmgr Report for Software Update Compliance

    Eswar KonetiBy Eswar KonetiSeptember 25, 6:24 am1 Min Read Patch Reports 2,204 Views
    Share
    Facebook Twitter LinkedIn Reddit

    I was searching for something to find the software update complaince to see if machines requires something to patch .as i couldnt find any such report from default reports ,so created one like below and gives me the compelet complaicne of software updates.

    SQL Statement

    select distinct
       sys.Name0,
       ui.BulletinID as BulletinID,
       ui.ArticleID as ArticleID,
       ui.Title as Title
    from v_UpdateComplianceStatus css
    join v_UpdateInfo ui on ui.CI_ID=css.CI_ID
    join v_R_System sys on css.ResourceID=sys.ResourceID
    join v_ClientCollectionMembers ccm on ccm.ResourceID=sys.ResourceID
    where  css.Status=2 and
    ccm.CollectionID=@CollID
    order by sys.Name0, ui.ArticleID

    Prompts

    Name: CollID
    Prompt text: Collection ID
    Provide a SQL statement:
    begin
     if (@__filterwildcard = ”)
      select CollectionID as CollectionID, Name as CollectionName from v_Collection order by Name
     else
      select CollectionID as CollectionID, Name as CollectionName from v_Collection
      WHERE CollectionID like @__filterwildcard or Name like @__filterwildcard
      order by Name
    end

    Collection Compliance configmgr patch compliance report Patch Report Reports SCCM Software update compliance Software update group SQL SSRS SUP report Update report
    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

    6 Comments

    1. Harshad Dhuri on July 13, 2019 7:39 AM

      Hi Eswar is this possible to get customize report for deployment status

      Reply
      • Eswar Koneti on July 23, 2019 1:13 PM

        Hi Harshad,
        Yes, it is possible to customize the reports .if you have a custom report requirement ,you can reach out to system center dudes who can help you get it https://www.systemcenterdudes.com/consulting-services-fixed-price-plans/

        Thanks,
        Eswar

        Reply
    2. Anthony on July 29, 2015 8:34 PM

      Hi Eswar,

      States 1 - Enforcement states for a deployment is sent to one of my customers through email (Report Subscription). But when he clicks on the Deployment Name hyperlink, it doesnot show any servers. Customer is only getting the default report. But on the server, we can get list of machines. Since the customer is out of client network, the link does not open. Please help me to modify this report to show the machine names as well.

      Thanks,
      Anthony

      Reply
      • Eswar Koneti on August 14, 2015 8:58 AM

        can you use the other reports posted in my blog if they can help you to achieve this ?

        Reply
    3. Sundeep on October 6, 2014 6:24 PM

      Hi

      I need query which shows the date of installed dates could you please help me on this

      Regards,
      Sundeep Chigurupati

      Reply
      • Eswar Koneti on October 7, 2014 2:22 PM

        Cannot get the installed date as sccm do not collect this information. But you can try to check if the installed date information available in wmi if so, add new inventory aka mof changes m

        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.