Register Windows 365 Images in Azure

I am currently deploying Windows 365 and want to use a custom image. Firstly, I used the Azure Marketplace Windows 11 22h2 enterprise image. The performance was terrible. I checked again, but I couldn’t find it. I got a hint that you must register the Windows 365 Cloud PC images in your Azure environment. This … Read more

Windows Autopatch notes from the field

I had the pleasure to implement Windows Autopatch at a customer of mine and I want to share my notes from the field. This customer uses around 250 laptop laptops and they wanted to deploy autopatch to have less management overhead on updates for their Windows-based laptops. I really like this customer because there are … Read more

Use Winget with Intune

I had this post on my to-do list for a while. How to use winget with Intune to deploy your packages and create a default deployment method for these packages. If you deploy packages via this method you won’t have to update Intune again with new versions of packages. Peter van der Woude inspires this … Read more

Set PageFile via CustomScriptExtension and Bicep

I got inspired by a session from Ryan Mangan, who told me about the importance of the page file for an Azure Virtual Desktop VM. So, after that, I started VS Code and created automation to set the PageFile via a CustomScriptExtension and Bicep. So, this blog is about setting the PageFile via CustomScripExtension for … Read more

Proactive Remediations What? Why? How?

So, Proactive Remediations What? Why? How? My insight into Proactive Remediations. I didn’t have time yet to check out the “Proactive Remediations” feature. I see a lot of solutions with Proactive Remediations but they only show the solution. Don’t get me wrong, I have seen some awesome stuff built. I hope to give you some … Read more

Intune Devices Report via Graph and Teams

This blog is about a request from a project manager. He wanted to be automatically updated about the new intune devices enrolled. So, I decided to build an Intune devices report via Graph and update it weekly in a Microsoft Teams channel post. Prerequisites I am not really a Power Automate/Logic App guy (I know … Read more

Packer YAML Windows 365 Image

This blog is about using Packer and YAML to create a Windows 365 Image. This is an add-on to the first blog in the series on Packer. Prerequisites Make sure you have completed the first blog in this series: Packer YAML Azure DevOps Pipeline Pt. 1 – Create the Packer YAML Pipeline After that, you … Read more

Domain Join Profile Intune via Powershell

This is a blog post on request. Someone commented on another post (Create Autopilot Profile Powershell) that they would like a script to create a Domain Join Profile in Intune via Powershell. Some of you need to create more than 10 of these profiles. (Some even more than a 100!) I thought that was interesting! … Read more

Assign Store Applications in Intune via Powershell

I meant to write this blog a long time ago. I always wanted to deep-dive into Intune to assign Microsoft Store Applications via Powershell. We all struggled with the Microsoft Store applications and assigning them “one by one” through the portal. Even though (almost) every assignment was the same: “Unassign for All Users/All Devices”. Of … Read more

AzureDiskEncryption via Bicep

This blog post is about using the AzureDiskEncryption VM Extension for Azure via Bicep. I struggled with this for a while. Furthermore, I couldn’t find much information about this topic. So, I decided to write a blog post about it. The VM Extension is the same as, for example, the domain join VM Extension. I … Read more