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 report for computers doesnot have software installed

    SCCM report for computers doesnot have software installed

    Eswar KonetiBy Eswar KonetiJanuary 30, 6:49 pm1 Min Read SCCM 2007 267 Views
    Share
    Facebook Twitter LinkedIn Reddit

    if you want find out the computers that doesnt have particualr software installed in,you may write query where applications!=adobe which will not return the correct result as you would expect.

    you will have to use not in condition to get the correct result. here is you go:

    Select Distinct
    sys.Netbios_Name0,
    sys.User_Domain0,
    sys.User_Name0
    FROM
    v_R_System sys
    JOIN v_Add_Remove_Programs arp ON sys.ResourceID = arp.ResourceID
    WHERE
    sys.ResourceID not in (select sys.ResourceID
    from
    v_R_System sys
    JOIN v_Add_Remove_Programs arp ON sys.ResourceID = arp.ResourceID
    where
    DisplayName0 = @displayname)

    Prompt for Displayname:

    select DisplayName0 from v_Add_Remove_Programs

    Configmgr 2007 configmgr report doesnt have applicaiton no software installed report for software not installed on computers SCCM 2007
    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.