Sccm Reports - opera browser and 7-zip not showing

Hello All,

Although it appears in the add/remove programs section, it does not appear in the report. When I ran a query from SQL, I couldn’t see it there either.

Not showing

  • League of Legends
  • Opera Stable
  • Riot Client
  • Microsoft Onedrive
  • 7-Zip

select distinct Netbios_Name0, DisplayName0, Operating_System_Name_and0 Version1 from v_R_System vrs inner join v_Add_Remove_Programs varp on vrs.ResourceID = varp.ResourceID inner join v_FullCollectionMembership vfcm on vrs.ResourceID = vfcm.ResourceID
where
Netbios_Name0 = ‘NB-WIN10’
Order By Netbios_Name0, DisplayName0 asc

Regards

HI @aksusergen

SCCM data might not be updated in real-time, and there can be delays in reporting.

I see the other software on the last screenshot as you said, but were all these installed at the same time, or at different stages?

Update SCCM Collection Memberships to see if these are picked up. Check the InventoryAgent.log and InventoryProvider.log C:\Windows\CCM\Logs.

Ricardo