Intune Win32 app evaluation

shmo-MS 216 Reputation points
2022-03-13T11:07:00.54+00:00

Hi,
I need to setup a schedule task which trigger intune win32 app evaluation on client machine. It's easy to do with sccm client by performing action 7. Similar way is there any command line or powershell cmdlet which helps to trigger the evaluation on intune managed PCs?
Tried running pushlaunch and schedule#3 tasks but not helping to overcome the situation.

Any help is appreciated.

Thanks
Shijin

Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
918 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,743 questions
0 comments No comments
{count} votes

Accepted answer
  1. Crystal-MSFT 46,271 Reputation points Microsoft Vendor
    2022-03-14T01:24:32.68+00:00

    @shmo-MS , For Win32 installation status, it is stored under the registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\Win32Apps{SID}{App Id GUID}

    To re-evaluation of the software, you can delete any sub-keys with the App GUID name. When the Intune Management Extension service was restarted or a sync performed, the re-evaluation will start. Here is a link with a script you can try to see if it works:
    https://www.risual.com/2021/09/forcing-win32app-re-evaluation/
    Note: Non-Microsoft link, just for the reference.

    Hope it can help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Jason Sandys 31,196 Reputation points Microsoft Employee
    2022-03-14T17:52:26.01+00:00

    but not helping to overcome the situation.

    What situation? Why exactly are you wanting to do this?