Converting Device Groups to User Groups (and Vice Versa) Using Microsoft Graph API

I currently attend at the MMS Fort Lauderdale conference, where an attendee asked an good question: Is it possible to convert a device group into a user group, and vice versa? The answer is both yes and no. While there’s no out-of-the-box functionality in Intune to achieve this directly, it is possible by leveraging the Microsoft Graph API.

Read More »

Graph Batch Endpoint

This is only a small blog post but maybe for most of you very helpful especially if you work a lot with Microsoft Graphs. Often the problem is you want to run multiple calls and then you have to loop through the single items or have a long line of calls.

During writing another blog post, I found out that there is a batch endpoint for MS Graph. In this blog, I will show you how you can use it and give you also an example script.

Read More »

Setup an Autopilot lab on MacOS

As an Intune MVP, I frequently need to test various setups on a dedicated test machine. The easiest way to do this is by using virtual machines (VMs). However, running a Windows VM on a MacBook Pro with Apple Silicon (M3) can be a bit tricky. In this blog post, I’ll guide you through the steps to successfully run a Windows VM on macOS with Apple Silicon.

Read More »

Simplifying Mac Management with Microsoft Intune

Managing a fleet of devices in today’s workplace isn’t just about only Windows management anymore —the world around Macs devices are increasing more and more. As more employees choose Macs for their performance, design, and reliability, you also have to deal about the right ways to manage and secure them. With Microsoft Intune, you have a powerful platform to managing macOS devices alongside other platforms. This post shows you how to manage macOS with Microsoft Intune and explains why integrating Macs into your corporate infrastructure is a smart move.

Read More »

How to create a custom SSO Teams bot

As GPT and other large language models revolutionize the way how we communicate and how we can build custom solutions for companies, the demand for intuitive frontends to deliver these AI capabilities to end-users has never been higher. If you’re wondering whether there’s a seamless way to integrate a bot into Microsoft Teams, you’re in luck! In this blog, I’ll guide you through the process of developing and deploying your own custom bot tailored for Microsoft Teams and the bot framework from Microsoft.

Read More »

How to build your custom GPT apps

I wrote a lot of blogs about AI solution, utilizing e.g. Azure OpenAI. But I want to take you on this journey how you can build your own apps and websites. In this post I will show you how to build you customized solution with the help of two very powerful frameworks. One is Streamlit and one is Chainlit.

Both provide an interface for a Chat experience, but both has a different design (technical and visual).

Read More »