SMS SQL for Distribution Point Status and Package Views

Shows install status for a specific package on your distribution points. Replace package id '00000000' with your package ID.

----Begin SQL----
SELECT PCK.SourceSite, DPS.PackageID, PCK.Name, DPS.ServerNALPath,
DPS.InstallStatus
FROM v_PackageStatusDistPointsSumm DPS INNER JOIN v_Package PCK
ON DPS.PackageID = PCK.PackageID
Where PCK.PackageId = '00000000'
ORDER BY DPS.PackageID
----End SQL----

Comments

Popular posts from this blog

SMS "Program failed (run time exceeded)" 10070

SMS "Waiting for User Condition" 10036

SMS "Waiting for content" 10035