Software cannot be deployed through SCCM

Avyayah 1,291 Reputation points
2021-08-19T03:46:58.607+00:00

Created a package with associated Device collection. The following query is used to deploy the application.
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_INSTALLED_SOFTWARE on SMS_G_System_INSTALLED_SOFTWARE.ResourceId = SMS_R_System.ResourceId where SMS_R_System.Name = "MachineName" and SMS_G_System_INSTALLED_SOFTWARE.ARPDisplayName like "%SAP GUI for Windows 7%"

or

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_INSTALLED_SOFTWARE on SMS_G_System_INSTALLED_SOFTWARE.ResourceId = SMS_R_System.ResourceId where SMS_R_System.Name in ('MachineName','MachineName2') and SMS_G_System_INSTALLED_SOFTWARE.ARPDisplayName like "%SAP GUI for Windows 7%"

Any thoughts on why this query is not working. The executable will not deploy on the chosen PC .

Can someone direct me to right forum where I can ask questions on system center configuration Manager

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

Accepted answer
  1. Amandayou-MSFT 11,156 Reputation points
    2021-08-20T08:51:38.93+00:00

    Hi @Avyayah ,

    We could find one of client which is deployed with the software 'SAP GUI for Windows 7%' to check if the application is installed in this client.

    Besides, applications in Configuration Manager support state-based monitoring, which enables you to track the last application deployment state for users and devices. We could refer to this picture:

    124939-8202.png

    Here is the article about it:
    https://learn.microsoft.com/en-us/mem/configmgr/apps/deploy-use/monitor-applications-from-the-console


    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.


1 additional answer

Sort by: Most helpful
  1. Garth Jones 1,666 Reputation points MVP
    2021-08-19T15:27:16.077+00:00

    Have you confirmed in resource explorer that the software is listed for these computers?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.