Notification about untagged Autopilot devices

This post is about getting a notification about untagged Autopilot devices. Just like if your licenses run out, when you have an untagged autopilot device, you want to know! I wrote a script that does that and I want to share it with you! I run this script in an Azure automation account with a … Read more

Import Intune Backup and Assign Group

if you import an Intune Backup via the Powershell Module (IntuneBackupAndRestore), it does not assign a group automatically. There is no option in that module. This blog features a script that assigns a group automatically to all imported profiles. The script assigns the following policies: Configuration Policies Administrative Templates Windows Update Policies Compliance Policies Powershell … Read more

Create Autopilot Profile via Powershell

This post describes the actions to create a Windows 10 Autopilot Profile via Powershell. I am always trying to automate as much as possible to reduce repeating actions. Now it is time to automate my Windows 10 Autopilot deployment. Firstly, I need to make a shoutout to Rudy Ooms and his blog (Call4Cloud). I got … Read more

Autopilot Devices Script Menu

I have written a couple of posts which describe add Autopilot devices to Intune. The feedback that I got was that it might be easier for some people to include a menu to add group tags. I have created a script which builds a menu where you can choose a group tag for your autopilot … Read more

Windows 10 AutoPilot Hybrid AD Join vs Azure AD Join

If you are looking to deploy Windows 10 AutoPilot you are going to have to make a choice. Are you going to use an Hybrid AD Join or a Azure AD Join deployment? I am going to give you my thoughts on a Windows 10 Autopilot Hybrid AD Join vs Azure AD join. Furthermore I … 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

Windows 10 AutoPilot Tips & Tricks

Windows 10 AutoPilot is a magnificent piece of software to deploy your Windows 10 machines. I have deployed multiple customers and I will share some tips & tricks. We used Microsoft Intune, soon to be Microsoft Endpoint Manager, stand alone to do so. If you are new to Windows 10 Autopilot and just want to … Read more