Intune Win32 app evaluation

Shijin Mohammed 221 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 Security Intune Application management
Microsoft Security Intune Other
0 comments No comments
{count} votes

Accepted answer
  1. Crystal-MSFT 53,981 Reputation points Microsoft External Staff
    2022-03-14T01:24:32.68+00:00

    @Shijin Mohammed , 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,406 Reputation points Microsoft Employee Moderator
    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?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.