****************************************************************
SELECT
DPS.PackageID, PCK.Name, PCK.SourceSite,
DPS.ServerNALPath, DPS.InstallStatus
FROM v_PackageStatusDistPointsSumm DPS INNER JOIN v_Package PCK
ON DPS.PackageID = PCK.PackageID
ORDER BY DPS.PackageID
****************************************************************DPS.ServerNALPath, DPS.InstallStatus
FROM v_PackageStatusDistPointsSumm DPS INNER JOIN v_Package PCK
ON DPS.PackageID = PCK.PackageID
ORDER BY DPS.PackageID
More SCCM custom reports can be found here
Very useful query.
ReplyDeleteUseful for weekly SCCM health check thanks.
ReplyDeleteHello, do you have query for specific package on ALL distribution points?
ReplyDeletePerhaps the specific package appear as prompt.
Thank you!
PatM
Hi , Need query for specific package on ALL distribution points?
ReplyDeletePerhaps the specific package appear as prompt.