IME tool to analyze IntuneManagementExtension.log, AgentExecutor.log and AppWorkload.log
Download and unzip IME Interpreter V5.0.zip from release. There are 2 programs:
- IME Interpreter V5.0.exe: Main program with debug window for general use.
- update.exe: Updater program which is used to update *.py and *.json files from GitHub src folder. Whenever there is a hotpatch, run this program and it can be updated right away.
Please note that the program maybe caught and blocked by defender antivirus. If it does, go to the antivirus protection history and allow the blocked file. Both exe's are safe to use without any viruses. You can check update.py and programentry.py for security review.
Normal log output(igonoring non expired Subgraphs):
"IME Interpreter V5.0.exe" "path_to_ime_log_folder" "path_to_output_file"
Full log output:
"IME Interpreter V5.0.exe" "path_to_ime_log_folder" "path_to_output_file" FULL
- App poller meta: EspPhase, user session, Comgt app workload status, required/available/selected apps mode, app number after filter
- Required App processing flow
- Available App processing flow
- App Uninstallation flow
- Not Applicable
- Dependent App processing flow
- DO download priority
- GRS skip flow
- Incomplete Application Poller/Win32 app processing flow
- MSFB UWP app flow
- PowerShell diagnosis
- Proactive remediation diagnosis
- Win32 supersedence flow
- Multi-user session scenario. Eg. when multiple aad users with Intune license is logged in to the same device, it will process apps for each user session. This scenario is currently not implemented.