question

ShijinMohammed-5429 avatar image
0 Votes"
ShijinMohammed-5429 asked ShijinMohammed-5429 commented

Intune Win32 app evaluation

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

mem-intune-generalmem-intune-application-management
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Crystal-MSFT avatar image
0 Votes"
Crystal-MSFT answered ShijinMohammed-5429 commented

@ShijinMohammed-5429, 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.


· 8
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks!!
Let me add that in the script and see how it works.. I'll update ASAP

0 Votes 0 ·
Crystal-MSFT avatar image Crystal-MSFT ShijinMohammed-5429 ·

@ShijinMohammed-5429, Thanks for the reply. if there's any update, feel free to let us know.

0 Votes 0 ·

@ShijinMohammed-5429, Hope things are going well. I am writing to see if there's any update on our test. if yes, feel free to post back.

0 Votes 0 ·
Show more comments
Jason-MSFT avatar image
0 Votes"
Jason-MSFT answered ShijinMohammed-5429 commented

but not helping to overcome the situation.

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

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @jason-msft
Schedule task have to call a win32 app with custom exit code.
And we need the start the app installation asap after the task run.

0 Votes 0 ·