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 Configmgr Report Task Sequence Packages available on DP or not

    SCCM Configmgr Report Task Sequence Packages available on DP or not

    Eswar KonetiBy Eswar KonetiSeptember 13, 12:31 pm2 Mins Read SCCM 2007 631 Views
    Share
    Facebook Twitter LinkedIn Reddit

    Ok. You are done with the installation and all the required Configurations on Primary/Secondary site,next action would be package replication which you can do either by copying all the required PCK files from available DP to new server ,Preload the packages(Note : Preload works only for standard Software Packages) and add the preload packages to Distribution Point  OR direct from Console .

    If you are in large environment  with thousands of of packages including OS,software updates and Drive packages ,it would be difficult to ensure you are distributed all the required packages.

    There are chances that Task sequence may fail on the client who connecting while performing OS Deployment or Running of Task sequence.

    To ensure you are at right time before moving the server to production with all set to go,you would need to verify if the packages referenced in Task sequence are made available to DP or not.

    Here you go with report to check if any missing packages on newly build site DP.

    select ReferencePackageID,ReferencePackageType =
    Case ReferencePackageType
    When 0 Then 'Software Distribution Package'
    When 3 Then 'Driver Package'
    When 4 Then 'Task Sequence Package'
    When 5 Then 'software Update Package'
    When 6 Then 'Device Settings Package'
    When 7 Then 'Virtual Package'
    When 257 Then 'Image Package'
    When 258 Then 'Boot Image Package'
    When 259 Then 'OS Install Package'
    End
    from v_TaskSequenceReferencesInfo
    where( PackageID ='CEN00123' or PackageID='cen00124') and ReferencePackageID not in (select packageid From v_PackageStatusDistPointsSumm where SiteCode='P01' and State=0)

    PackageID= Task sequence ID and site Code=site on which to look for packages

    Hope it Helps !

    Packages on Task Sequence Report check TS packages on DP or not Report Task Sequence Packages available on DP or not sccm report Task Sequence packages avilable in DP or not Task sequence report
    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

    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.