Close Menu
    Facebook X (Twitter) Instagram
    Saturday, October 11
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»SCCM Reports»SCCM report MSI apps Targeted to Computer*

    SCCM report MSI apps Targeted to Computer*

    Eswar KonetiBy Eswar KonetiJune 14, 3:56 pm1 Min Read SCCM Reports 244 Views
    Share
    Facebook Twitter LinkedIn Reddit

    Long Ago have posted sccm report about all advertisements that are currently assigned to specific computer http://eskonr.com/2010/12/sccm-report-to-list-all-the-advertisement-that-are-currently-assigned-to-computer/

    this post gives you the advertisements targeted to specific Computer which are only MSI based.

    Create simple report with below SQL Query

    SELECT distinct adv.AdvertisementName,adv.AdvertisementID,pkg.PackageID,advinfo.PackageName,adv.ProgramName from v_Advertisement adv
        inner join v_FullCollectionMembership FCM ON FCM.CollectionID=adv.CollectionID
        Inner join v_CurrentAdvertisementAssignments CADV ON CADV.AdvertisementID=adv.AdvertisementID
        inner join v_Package pkg ON pkg.PackageID=adv.PackageID
      inner join v_AdvertisementInfo advinfo ON advinfo.AdvertisementID=adv.AdvertisementID
        where FCM.Name=@computer and adv.ProgramName !='[Virtual application]' and adv.ProgramName !='*'

    Prompt for Computer name :

    Select name from V_R_System

    Note:The above report is not limited to script based packages means they are also shown in report except App-V applications and Task sequence based.

    all msi apps to computer SCCM 2007 sccm report sccm report for list of msi apps to specific computer SQL what apps are targetted to computer
    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

    Efficiently Identify Co-Managed Devices: Techniques and Tools

    January 17, 8:37 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.