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 Reports»sccm report packages status on Distribution Point

    sccm report packages status on Distribution Point

    Eswar KonetiBy Eswar KonetiJune 02, 1:54 am1 Min Read SCCM Reports 7,994 Views
    Share
    Facebook Twitter LinkedIn Reddit

    Previous report list the packages which are successfully distributed to Distribution Points http://eskonr.com/2012/06/sccm-report-total-number-of-packages-targeted-to-dp/

    This post gives you more information about package status for selected distribution Point.

    Report for packages which are Pending:

    select s.sitecode,s.packageid,p.name,s.sourceversion as "dpversion",p.storedpkgversion as latesteversion
    from v_PackageStatusDistPointsSumm s
    join smspackages p on s.packageid = p.pkgid
    where s.installstatus !='Package Installation complete'
    and s.servernalpath like '%DPserverName%'
    order by s.packageid

    Report for packages which are Installed :

    select s.sitecode,s.packageid,p.name,s.sourceversion as "dpversion",p.storedpkgversion as latestversion
    from v_PackageStatusDistPointsSumm s
    join smspackages p on s.packageid = p.pkgid
    where s.installstatus ='Package Installation complete'
    and s.servernalpath like '%DPSERVERNAME%'
    order by s.packageid

    Report for packages which are not Targeted but not installed :

    Select Sitecode,PackageID,Name,Targeted,INSTALLED from v_PackageStatusDetailSumm where SiteCode ='Sitecode' and Targeted-Installed >0

    Report for total number of packages targetted to Distribution Point :

     

    SELECT v_Package.PackageID, Name,    v_DistributionPoint.LastRefreshTime    
    FROM v_Package INNER JOIN v_DistributionPoint ON v_Package.PackageID = v_DistributionPoint.PackageID
    WHERE v_DistributionPoint.ServerNALPath LIKE '%DPServerName%'

    cm configmgr Packages installed Packages pending Packages targeted to DP SCCM SCCM 2007 sccm report sccm report for package status on Distribution Point sccm report packages
    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

    9 Comments

    1. Naveen on October 17, 2019 11:40 PM

      is there any way to have a report where packages are pending but not in waiting for prestaged content. i'm only interested in processing content status.

      Reply
      • Eswar Koneti on October 29, 2019 9:15 PM

        Hi Naveen,
        If you have infra with packages enabled with prestate option ,then you can look at SQL views to find the information and create report for it.
        I am sure, the package properties information stored in SQL hence you can create report with it.

        Thanks,
        Eswar

        Reply
    2. Nadeem on January 11, 2016 7:56 PM

      Hi,

      Is it possible to create a report to show the version of a package/application on a Distribution Point and compare it to the version on the Primary site.

      Nadeem.

      Reply
    3. Nadeem on January 11, 2016 7:54 PM

      Hi,

      Is it possible to create a report to show the version of a package/application on a Distribution Point and compare it to the version on the Primary site.

      Reply
      • Eswar Koneti on January 27, 2016 12:33 AM

        you can check the default reports to check the status of packages/apps on the dp's.if the package is installed successfully,the version must be same else package is failure or has issues and it requires some troubleshooting.

        Reply
    4. Dhivakar on January 25, 2013 1:18 AM

      Hi,

      Could you please help in getting SCCM report Count packages with no advertisements. in this we need package Details like Package Name with ID and Versions of it.

      Please help me in getting this report

      Thanks in advance,

      Regards
      Dhivakar

      Reply
      • Eswar Koneti on January 25, 2013 7:17 AM

        http://eskonr.com/2012/08/sccm-report-count-packages-with-no-advertisements/

        Reply
    5. Josh on January 16, 2013 12:27 AM

      How can I post this inside of standard SCCM webreporting done through the console?

      Reply
      • Eswar Koneti on January 16, 2013 7:58 AM

        are you referring to SSRS reports ?
        you can create new report from SSRS and past the query into it.

        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.