Forum Discussion
crsmr05
Jul 08, 2022Copper Contributor
Uninstalled Apps keeps showing in Discovered Apps
Hi, does anyone encountered a scenario that after uninstalling an application on user device, the application is still showing up on the Device Discovered apps? We have a situation where we are m...
- Jul 08, 2022
crsmr05:
Can you check if the last FullSync was after the unistallation of the app: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\InventorySetting
Jannik_Reinhard
Jul 08, 2022Iron Contributor
Hey crsmr05, let me dive deeper into this topic to understand how the IME collecte the discovered apps.
Can you check programs and features if the app is also not listed here.
Can you check programs and features if the app is also not listed here.
Jannik_Reinhard
Jul 08, 2022Iron Contributor
crsmr05:
Can you check if the last FullSync was after the unistallation of the app: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\InventorySetting
- crsmr05Jul 11, 2022Copper Contributor
Jannik_Reinhard, I've checked today and yes it was up to date.
- Jannik_ReinhardJul 11, 2022Iron Contributor
crsmr05 If you check the IME code you see how the inventory is captured.
Can you try to run a PowerShell as admin and execute the following command:
GWMI Win32_InstalledWin32Program
Check if you can find here the application.
- crsmr05Jul 11, 2022Copper Contributor
Jannik_Reinhard, I checked and confirmed that the app is not listed on the InstalledWin32Program list after running the command. I was able to reproduce the scenario by following the steps below.
I also check the left overs of the app on the following registry path but it's all clean.
HKLM:\SOFTWARE\
HKLM:\SOFTWARE\Wow6432Node\
HKCU:\SOFTWARE\
HKCU:\SOFTWARE\Wow6432Node\Do you know which registry is responsible for sending Win32 app details from user machine to Endpoint discovered apps? is it HKLM\SOFTWARE\Microsoft\IntuneManagementExtension\Inventories?