fetch particular software installed.

Rising Flight 3,751 Reputation points
2024-01-18T08:16:27.61+00:00

Hi all i have a collection which has 250 servers. i am looking for a list of servers on which a particular software lets say abc is installed using sccm. will the below query fetch me.

select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,
SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS_64 on 
SMS_G_System_ADD_REMOVE_PROGRAMS_64.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName like 'abc%'

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,176 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,381 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
906 questions
Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
459 questions
Microsoft Configuration Manager
{count} votes

Accepted answer
  1. Simon Ren-MSFT 30,496 Reputation points Microsoft Vendor
    2024-01-18T09:46:27.86+00:00

    Hi @Rising Flight

    Thank you for posting in Microsoft Q&A forum.

    1,Agree with @Rahul Jindal [MVP] . You can use below built-in report under the Asset Intelligence category to list the devices with specified software installed:

    Software 02D - Computers with specific software installed
    report

    2,You can also refer to below guides to list the devices with a particular software installed:

    SCCM Collection Query for Devices with specific software installed and version or below [2023 Updated]

    How to create a collection of computers by installed software.

    SCCM report applications installed on computers without Updates

    Thanks for your time. Have a nice day!

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it. Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful