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 2007»SCCM report list all the computers with application installed

    SCCM report list all the computers with application installed

    Eswar KonetiBy Eswar KonetiJanuary 29, 5:45 pm1 Min Read SCCM 2007 6,185 Views
    Share
    Facebook Twitter LinkedIn Reddit

    SELECT
    c.Name0,
    a.DisplayName0

    FROM
    v_GS_ADD_REMOVE_PROGRAMS a,
    v_R_System c

    WHERE a.ResourceID = c.ResourceID
    AND a.DisplayName0 like ‘%Adobe acrobat%‘

    GROUP BY
    c.Name0,
    a.DisplayName0

    ORDER BY c.name0

    Application installed Configmgr 2007 configmgr report SCCM 2007 sccm report for computers with installed software Software installed
    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

    4 Comments

    1. Leo on August 22, 2023 1:52 PM

      I am struggling to combine these two queries so that I can get a list of computer models and the installed wireless driver on it.
      Any help would be great. Thanks.

      SELECT
      Model0 AS Model,
      COUNT(*) AS Count
      FROM
      v_GS_COMPUTER_SYSTEM
      GROUP BY Model0

      select count(name0),Name0 from v_GS_NETWORK_ADAPTER where
      v_GS_NETWORK_ADAPTER.Description0 like '%Wireless%'
      group by Name0

      Reply
      • Eswar Koneti on January 31, 2025 10:21 PM

        Hi Leo,
        apologies for the delay. here is the combined SQL query.

        SELECT
        Model0 AS Model,
        COUNT(*) AS Count
        FROM
        v_GS_COMPUTER_SYSTEM cs
        inner join v_GS_NETWORK_ADAPTER na on na.ResourceID=cs.ResourceID
        where na.Description0 like '%Wireless%'
        GROUP BY Model0

        thanks,
        Eswar
        http://www.eskonr.com

        Reply
    2. ThomasC> on June 9, 2020 5:55 PM

      is it possible to get the user for the computer?

      Reply
      • Eswar Koneti on June 15, 2020 12:16 AM

        yes,it is possible to get user for the computer and can get it from v_r_system or v_r_user.

        Thanks
        Eswar

        Reply

    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.