SCCM not updating collection

lalajee 1,811 Reputation points
2024-07-10T10:53:28.8266667+00:00

I have sccm collection created for all device which have google chrome.

select distinct 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_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId 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 = "Google Chrome"

When I remote onto these machine to check program files or run below query I cant see any google chrome on the machine but still collection number is not going down. I have updated the membership on the collection

Get-WmiObject -Class Win32_Product | ? {$_.name -eq 'Google Chrome'} |select Name,Version
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.
936 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.
470 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AllenLiu-MSFT 42,826 Reputation points Microsoft Vendor
    2024-07-11T02:43:44.4233333+00:00

    Hi, @lalajee

    Thank you for posting in Microsoft Q&A forum.

    Did these machines once have Google Chrome installed and then recently uninstalled?

    The collection query use the class SMS_G_System_ADD_REMOVE_PROGRAMS_64 that get data from hardware inventory, the data will update after the next hardware inventory, the default hardware inventory schedule is once every 7 days.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    0 comments No comments