Forum Discussion
JamieHosley
Mar 24, 2022Copper Contributor
When is the AgentExecutor.exe first installed and where does it get updates from?
Does anyone know when the AgentExecutor.exe (the MicrosoftEndpointManagementExtension) first gets installed, would be with co-management being set? Or if Endpoint Analytics was introduced? Also, where does this app get it's updates from, straight from our Intune tenant?
If anyone has any info on this subject it would be greatly appreciated.
- It gets installed if the device AAD joined and the automatic MDM enrollment is enabled.
It also gets the updates and policies from Intune using some url, it can be found under the log file (C:\ProgramData\Microsoft\IntuneManagementExtension\Logs).
Here is fantastic read by oliver Kieselbach. Hope it answers your questions!
https://oliverkieselbach.com/2017/11/29/deep-dive-microsoft-intune-management-extension-powershell-scripts/
2 Replies
Sort By
- Moe_KinaniBronze ContributorIt gets installed if the device AAD joined and the automatic MDM enrollment is enabled.
It also gets the updates and policies from Intune using some url, it can be found under the log file (C:\ProgramData\Microsoft\IntuneManagementExtension\Logs).
Here is fantastic read by oliver Kieselbach. Hope it answers your questions!
https://oliverkieselbach.com/2017/11/29/deep-dive-microsoft-intune-management-extension-powershell-scripts/- JamieHosleyCopper ContributorThanks! This is exactly the info for, really appreciate it!