The easy way to make data science with Intune

Data Science with Microsoft Intune — Quick Start

Data Science with Microsoft Intune — Quick Start

This is a Quick Start to data science with Intune. The post walks through how to pull Intune data into a notebook, do meaningful exploratory analysis on devices, apps, and compliance, and turn the result into something an admin team can actually act on. If you have ever wanted to do real data science with Intune without building a heavy reporting pipeline, this is the fastest path I know.

As you know I like everything what is related to data science and Intune. In this blog I will show you a solution how you can get some insights about your Intune environment you did not have before. The goal is simple: take the raw signals Microsoft already collects and make them easy to understand at a glance.

The easy way to make data science with Intune
Read More » Data Science with Microsoft Intune — Quick Start
New Version of the intune group assignment script

New Intune Group Assignment Script (Updated)

New Intune Group Assignment Script (Updated)

This post introduces the new and Updated Intune Group Assignment Script. The original was useful but limited; the new version of the Intune Group Assignment Script supports dynamic groups, scope tags, exclusion assignments, and a much cleaner CLI for use in pipelines.

A few months ago I released a script which lists you all assignments of a Microsoft Entra ID group in Intune. With this blog post I will release a new version of this script which includes more configuration objects and improves a lot of the code parts. If you manage a large tenant, the Intune Group Assignment Script will save you hours of manual clicking in the portal.

New version of the Intune Group Assignment Script showing all Entra ID group assignments
Read More » New Intune Group Assignment Script (Updated)
Export Intune Data to OneLake for Power BI with Fabric

Export Intune Data to OneLake for Power BI with Fabric

Export Intune Data to OneLake for Power BI with Fabric

Intune provides a lot of data, and you can export Intune data through interfaces, which is also the foundation for Intune reporting and analytics. But wouldn’t it be cool if you could export Intune data and have everything from the data export to the Power BI dashboard in one portal, and additionally query the data Graph provides you with via SQL to build complex queries. That’s exactly what Microsoft Fabric delivers, and in this blog we would like to take a closer look at how to export Intune data to OneLake on this new platform.

Microsoft Fabric workflow exporting Intune data to OneLake
Read More » Export Intune Data to OneLake for Power BI with Fabric
V2 – Get an daily device report via email or teams with logic apps – Step by Step guide

V2 – Get a Daily Device Report via Email or Teams with Logic Apps (Step by Step)

V2 – Get a Daily Device Report via Email or Teams with Logic Apps (Step by Step)

I have already written a blog about how to send a message using Logic Apps to generate a daily device report. After a presentation about automation with Intune and Graph I got good feedback asking if I can do a variant with Co-Managed devices. So I decided to write a V2 of this guide that delivers a complete daily device report and also updates the authentication with a Managed Identity. If you are interested in more blogs around the topic of Logic Apps, let me know and I will be happy to do a deep dive on Logic Apps.

V2 – Get an daily device report via email or teams with logic apps – Step by Step guide
Read More » V2 – Get a Daily Device Report via Email or Teams with Logic Apps (Step by Step)
Mastering Intune Reporting and Analytics

Mastering Intune Reporting and Analytics

Mastering Intune Reporting and Analytics

In this new blog post I want to give you an overview of how you can start with Intune reporting and analytics. I already wrote several blogs on how to create custom reports via mail or Teams, and how to export and automate things. I also wrote a blog with an overview of the analytics capabilities of Intune. In this post I want to take a step back and give you an overview of how to start with Intune reporting and analytics and which capabilities Intune offers.

Intune reporting and analytics overview dashboard
Read More » Mastering Intune Reporting and Analytics
Tracking Windows 11 Upgrades with Azure Automation and Intune

Tracking Windows 11 Upgrades with Azure Automation and Intune

Tracking Windows 11 Upgrades with Azure Automation and Intune

In today’s blog, I will address a question from one of our community members, who is looking to create a report for Tracking Windows 11 Upgrades via Azure Automation Runbook and Microsoft Intune. He has tried to gather enrolled devices details using a runbook but hasn’t found a solution yet. In this post, we will demonstrate how to generate a report on Tracking Windows 11 Upgrades with Intune and Azure Automation, so you always know exactly where your fleet stands during the migration.

Tracking Windows 11 Upgrades is one of the most important reporting tasks for any modern workplace team. Without a clear overview, it is hard to plan deployment rings, communicate progress to management, or spot devices that are stuck on Windows 10. By combining Azure Automation with Intune, you get a fully automated, scheduled report that keeps the whole process effortless and consistent across your entire device estate.

Tracking Windows 11 Upgrades with Azure Automation and Intune
Read More » Tracking Windows 11 Upgrades with Azure Automation and Intune
Intune Suite Part 3: Advanced Endpoint Analytics

Intune Suite Part 3: Advanced Endpoint Analytics

Intune Suite Part 3: Advanced Endpoint Analytics

In the third part of this Intune Suite series, I want to give you more insights into advanced endpoint analytics. Advanced Endpoint Analytics brings machine learning and anomaly detection directly into Intune, and I am really happy that Intune has gone in this direction. I blogged about these topics a few months ago, discussing how to analyze Intune data with the help of cognitive service anomaly detection. It’s awesome that Intune now includes this out-of-the-box in the tool. Unfortunately, I can’t test this feature in my own tenant because Endpoint analytics requires at least 10 devices, and this is not possible in my test tenant. However, I will cover all elements of the feature in this blog.

Source: https://learn.microsoft.com/en-us/intune/advanced-analytics/

Read More » Intune Suite Part 3: Advanced Endpoint Analytics
How to get an report with all new enrolled devices

How to Get a Report of All New Enrolled Devices

How to Get a Report of All New Enrolled Devices

Keeping track of newly enrolled devices in your organization can be a challenging task when relying solely on the Intune console. Wouldn’t it be awesome to receive a complete report with all new enrolled devices automatically via email? As you know, I love automating things. In this blog post, we’ll explore a simple and efficient way to generate a weekly report with all new enrolled devices using PowerShell, Azure Automation Runbooks, and Microsoft Graph API. This automated solution will save you time and effort, allowing you to focus on more important tasks in managing your organization’s devices. So, let’s dive in and learn how to create this valuable report with all new enrolled devices!

How to get an report with all new enrolled devices
Read More » How to Get a Report of All New Enrolled Devices
Endpoint analytics remediation script community repository

Endpoint analytics remediation script community repository

Endpoint analytics remediation script community repository

What could be better than working on a project together with others. Andrew Taylor, Joey Verlinden, Florian Salzmann and I have created a community endpoint analytics remediation script repository where we have written and added as many ready to use scripts as possible for you. In this blog post I want to give you more insights into these scripts and explain how you can integrate them into your environment.

Endpoint analytics remediation script community repository
Read More » Endpoint analytics remediation script community repository
How to Export Intune Assignment Errors with PowerShell

How to Export Intune Assignment Errors with PowerShell

How to Export Intune Assignment Errors with PowerShell

Welcome to my first blog as a Microsoft MVP! This blog will focus on a script I built to export all Intune assignment errors in one click. I created it in response to a request from a member of the community who asked how to efficiently export all errors in Intune. Instead of manually sifting through numerous reports to find errors, my script automates the process with just one click, similar to how I used the Graph Report API for Intune mass exports in a previous post.

Not only does this make the task much more convenient, but it also allows you to run the script regularly to create a historical record or receive weekly error reports automatically, or use a similar approach like my Teams notification for the Top 5 apps with installation errors. Since this request can be helpful for several people within the community, I decided to create the script and blog about it.

PowerShell script exporting Intune assignment errors to CSV
Read More » How to Export Intune Assignment Errors with PowerShell