Issue Related to Trigger Intune win32 app Evaluation Cycle from PowerShell
Question
Hi Members,
Is there any option to trigger intune win32 app evaluation cycle from PowerShell? Tried push launch and schedule #3:tasks but not helping to solve the situation.
I’m looking something similar to “getclientactions()[7].performaction()” with sccm client. Any help is appreciated.
TIA
Posted by Shijin Mohammed in HTMD FB Group
Answers ( 3 )
Replied by David Hastur Hornman
You can use the strings method Oliver Kieselbach investigated here
https://oliverkieselbach.com/2020/11/03/triggering-intune-management-extension-ime-sync/amp/
Replied by David Hastur Hornman
You can use the strings method Oliver Kieselbach investigated here
https://oliverkieselbach.com/2020/11/03/triggering-intune-management-extension-ime-sync/amp/
Replied by Amit Jha
No in intune win32 app is basically with Microsoft Intune extension service you need to run that
Replied by Shijin Mohammed
Author
Amit Jha Ok.. you mean restart time service right?
I’m checking to see there are any other options to trigger the win32 app evaluation rather than the entire policy.
Thanks..