Windows 11 SKU’s for Automation

Need to upgrade your Windows 11 Sku’s in your automation like Packer, Azure Image Builder or manual Bicep/ARM Templates? Use these tables below in order to find the correct information for your scripts. I will list the Windows 11 SKU’s for these versions: Windows 11 PRO ZH-CN – Gen2 Windows 11 PRO N – Gen2 … Read more

Azure Information Protection Deployment Guide

This is a deployment guide for Azure Information Protection. I couldn’t find what I needed in the Microsoft Documentation so I have written a complete deployment guide. This guide includes the following subjects: Azure Information Protection Deployment GuideAzure Log Analytics deployment to check activityMicrosoft 365 compliance integration (SharePoint & OneDrive)Examples for labeling and Log Analytics … Read more

Connect to Exchange Online script with modern authentication

In october this year basic authentication for Exchange Online will no longer be available. That is why I’ve written a blog which explain how to use a script with encrypted credentials to connect to Exchange Online via modern authentication. Prerequisites You need to have the module “ExchangeOnlineManagement” installed. You can do so by running the … Read more

Exchange Online Migrations Tips & Tricks

I have done a lot of Exchange Online Migrations over the years and I would like to share my tips & tricks in moving the mailboxes via Powershell. I am going to discus moving a single mailbox, moving mailboxes in bulk, offboarding mailboxes back to Exchange On-Premises. Furthermore I am going to show you how … Read more

Collect AutoPilot Info from Remote Machine

How can you collect AutoPilot information from a Remote Machine? In this blog I will show you how you can grab this information. Prerequisites Remote Machine You need to have the following prequisites ready: 1. On the remote machine the WinRM service must be running.2. The network must allow WinRM connections. 3. The Windows Firewall … Read more

Update Application via Win32App in Microsoft Intune

This blog is about updating an application which you can not update through automation like Chocolately and/or PatchMyPC. I am going to update an application via Win32App in Microsoft Intune. I am deploying this using a script which first uninstalls the old version and then installs the new one. The application that I am going … Read more

Create Windows 10 AutoPilot Hybrid Azure AD joined profile

This blogpost is about creating a Windows 10 AutoPilot deployment profile based on a Hybrid Azure AD Joined scenario via Microsoft 365/Microsoft Intune. Creating Windows 10 AutoPilot Hybrid Azure AD joined profile Go to https://devicemanagement.microsoft.com/ and log on. Go to Devices and to Windows: After that click on “Windows Enrollment”: We first need to setup automatic enrollment. … Read more

Create Windows 10 AutoPilot Azure AD joined profile

This blogpost is about creating a Windows 10 AutoPilot deployment profile based on a Azure AD joined scenario via Microsoft 365 or Microsoft Intune. Creating the profile Go to https://devicemanagement.microsoft.com/ and log on. Go to Devices and to Windows: After that click on “Windows Enrollment”: We first need to setup automatic enrollment. Click on automatic … Read more