Close Menu
    Facebook X (Twitter) Instagram
    Sunday, October 12
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»SCCM 2007»SCCM report Count Status of packages on All Distribution Points

    SCCM report Count Status of packages on All Distribution Points

    Eswar KonetiBy Eswar KonetiOctober 19, 8:20 am1 Min Read SCCM 2007 3,082 Views
    Share
    Facebook Twitter LinkedIn Reddit

    In my previous report,we saw complete information about Pending packages,installed packages,Targeted but not installed,total packages targeted to DP

    http://eskonr.com/2012/08/sccm-report-count-of-packages-available-on-distribution-points/

    In todays report,we go with count of all packages information at one glance to identify and Fix total number of Packages Distributed out of which how many are installed,Pending Packages.

    select dbo.v_SystemResourceList.Servername as "Server Name",
    (select count(*)from v_PackageStatusDistPointsSumm where servernalpath = nalpath) as "Total Packages",
    (select count(*)from v_PackageStatusDistPointsSumm where installstatus ='Package Installation complete'and servernalpath = nalpath) as "Packages Installed",
    (select count(*)from v_PackageStatusDistPointsSumm where servernalpath = nalpath and (installstatus = 'Waiting to install package' or installstatus ='Retrying package installation')) as "Packages Pending"
    from dbo.v_SystemResourceList join v_PackageStatusDistPointsSumm
    on dbo.v_SystemResourceList.nalpath = v_PackageStatusDistPointsSumm.servernalpath
    group by dbo.v_SystemResourceList.servername,dbo.v_SystemResourceList.nalpath

    Happy Troubleshooting Smile!

    You may also find these useful count-of-packages-available-on-distribution-points  http://eskonr.com/2012/08/sccm-report-count-of-packages-available-on-distribution-points/

    Report Task Sequence Packages available on DP or not http://eskonr.com/2012/09/sccm-configmgr-report-task-sequence-packages-available-on-dp-or-not/

    pending packages report Reports using SQL Joins SCCM 2007 sccm report SQL code Status of all packages on All DPs total packages waiting
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    SCCM SQL Report – Compare Installed Apps on TWO Different Computers

    July 13, 10:35 am

    Monitoring Endpoint Security Applications with SCCM ConfigMgr SQL

    October 11, 8:48 pm

    SCCM report list collections with no deployments

    December 05, 12:04 pm

    1 Comment

    1. Azraf Khan on February 14, 2017 4:14 PM

      Hello, I would like to know how many applications in a specific environment. This is for Win 10 migrations plan, so how to get the total no of applications deployed together with the details in this environment which is using SCCM 2007. Please help, thank you

      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.