Mar 27 2019 01:59 PM
Hi All!
I need to understand why Discovery Apps don´t show the list of Win32 Apps installed in Windows 10 Client.
My Intune version is 1903. I found that after 1901 this resource was available in this link https://osddeployment.dk/2019/02/22/win32-app-inventory-with-intune-management-extension/, but it isn't working in my cenario.
My client is Windows 10 1809 (Build 17763.379) Azure AD Joined.
I have deployed a powershell script and one Win32App, and I certificated that IntuneManagementExtension was sucessful installed on client.
I only see in Discover App the list of Modern Apps.
What I need to do in order to work discovery apps for all apps installed in machine?
Thanks!
Mar 28 2019 12:23 AM
Hi @marcusprestes,
there are two sections with discovered apps in Intune. The overall list view does not show Win32 apps currently, only the device specific list view.
General list view does not show Win32 apps:
The device specific list view does show the Win32 apps:
best,
Oliver
Mar 28 2019 06:19 AM
@Oliver Kieselbach, thanks for reply!
I can't see Win32Apps in specific device list too:
General List:
Device list (not showing any Win32Apps):
Client (inventory key not showing):
Intune infos:
Mar 28 2019 06:25 AM
Which Intune Management Extension Version is installed?
In addition the Inventory cycle is every 7 days.
Mar 28 2019 06:28 AM
Mar 28 2019 06:37 AM
Solutionokay 1.17 is the latest one...
There is no real trigger to enforce the cycle, but there is normally a registry key
InventorySettings with a value name LastFullSyncTimeUtc with the value of the last sync
I guess if this value is cleared the agent will run again...
the problem is your agent regsitry settings did not have the key InventorySettings...
Mar 29 2019 02:55 AM
Apr 03 2019 03:23 AM
the IME agent is controlled from the Intune cloud services by delivering policies for configuration, installation and so on. It might be the case that MS didn't enabled this feature for all the tenants/clients right now. Your agent is able to run this but a policy needs to turn it on on your devices. This would create the registry key then. Features are in general rolled out in phases and therefore it is common that not all tenants see all features at the same time. When MS discovers problems during feature rollout, the feature might also be more delayed for tenants which didn't got the feature yet.
best,
Oliver
Mar 28 2019 06:37 AM
Solutionokay 1.17 is the latest one...
There is no real trigger to enforce the cycle, but there is normally a registry key
InventorySettings with a value name LastFullSyncTimeUtc with the value of the last sync
I guess if this value is cleared the agent will run again...
the problem is your agent regsitry settings did not have the key InventorySettings...