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