IME Log summarizer

IME Log Summarizer for Microsoft Intune

IME Log Summarizer for Microsoft Intune

In this short blog I want to show you how you can build an IME Log Summarizer that uses GPT to get a summarization of the Intune Management Extension log. This IME Log Summarizer script will read the Intune Management Extension Log file in the ProgramData/Microsoft/IntuneManagementExtension/Logs folder and will pass the latest content of the log to GPT, so you spend less time scrolling through thousands of noisy log lines.

Troubleshooting app and policy delivery on Windows endpoints almost always comes back to this one log file, and reading it by hand is slow. An IME Log Summarizer turns that raw, verbose log into a short, readable report that highlights what actually went wrong on the device. If you already manage devices with Microsoft Intune, this is an easy win you can set up in minutes.

IME Log Summarizer local workflow for Intune Management Extension logs
Read More » IME Log Summarizer for Microsoft Intune
Detect new Intune Management Extension Updates

Detect new Intune Management Extension Updates

Detect new Intune Management Extension Updates

You know there are regular changes and updates on the Intune Management Extension (IME). Sometimes it can be the cause of issues, or it is also interesting to see what was changed. To detect these changes I wrote a script which notifies you in case of a change and will let you know what was changed. In this guide I walk through how to detect new Intune Management Extension updates automatically on every device, so you are never surprised by a silent client-side update again.

Detect new Intune Management Extension Updates flowchart
Read More » Detect new Intune Management Extension Updates
Intune Management Extension Deep Dive: How IME Works

Intune Management Extension Deep Dive: How IME Works

Intune Management Extension Deep Dive: How IME Works

If you’ve been following my blog, you know that I mention the Intune Management Extension (IME) in several of them. The IME is a powerful tool that helps you to manage your devices. In this blog, I’d like to go into more detail and take a look behind the scenes to explain how the IME works and what you should know about it. So let’s get started and explore how the Intune Management Extension really works under the hood!

Intune Management Extension summary diagram
Read More » Intune Management Extension Deep Dive: How IME Works
Dive deeper into the IME log with a simple change of the log level

Dive deeper into the IME log with a simple change of the log level

Dive deeper into the IME log with a simple change of the log level

For troubleshooting purposes it is helpful to change the IME log level of the Intune Management Extension. Since this has to be done in an XML config file of the IME, and inserting a wrong value can affect the function of the IME, I wrote a script which makes changing the IME log level easy.

Changing the IME log level with a PowerShell script in Visual Studio Code
Read More » Dive deeper into the IME log with a simple change of the log level