Hi all,
I have a report in SCCM 2007 that's using v_UpdatePrograms (which defines UpdateID, PackageID, ProgramName, PackageType, PackageVersion). Moving on to SCCM 2012, this view no longer appears to exist.
What's the equivalent on 2012? The report was using v_UpdatePrograms to enumerate the CIs making up a package.
Looking at the view's definition, it appears to be making references to CI_CIUpdateSources (among others). This table also doesn't exist on 2012...however, there's a CIUpdateSources on 2012, but the content look nothing alike.
So is there an equivalent to v_UpdatePrograms on SCCM 2012?