Hello - We had a piece of software on 47 devices that I need to get removed. I made a query in SCCM to add all those workstations with this piece of software so I would know where to go to delete it. We’ve since deleted it and i have run hardware inventory scans on that collection but its still showing the software is there and it’s not I have checked all the devices. What else can I do? It’s been over 10 days and those devices still show up in the device collection and should not be.

When I go into resource explorer and look at the hardware inventory under installed applications its still there. I know hardware inventory scans is supposed to fix that. So not sure what’s wrong here.

The script I used to detect the software:
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 on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceId = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName = “Infatica P2B Network”

5 Spice ups

Check the registry for one of them to see if it cleared it out of there.

4 Spice ups

I second this. Most likely there is some registry key that still exists that the SCCM is picking up and causing it to count it as still being there.

2 Spice ups

Yeah I checked the registry on a few of them which brought me back to sccm and to what looks like no hardware inventory has been successful since 4/12/25, So that would be why they are not updating. Now to figure out what the issue with the scans not being run. I have them set for for every 7 days.

Upgrading to 2503 to see if that kicks something loose.

1 Spice up

Hello - After upgrading to 2503 it looks like hardware inventory is working again. Thanks for the replies.

1 Spice up