Many of you using Windows Autopilot have used Azure AD dynamic groups for various purposes, leveraging the Group Tag value that has been assigned to a device. Somewhere along the line, people […]
Michael Niehaus
Include Microsoft Edge in your ESP blocking app list

A quick note: A few people noticed that you couldn’t select the new Microsoft Edge app types when selecting the list of blocking apps in an enrollment status page profile. That’s been […]
An experimental script to check out your Windows Autopilot devices

I published a new script on the PowerShell Gallery called AutopilotDeviceSync. This grabs a list of all your Windows Autopilot devices, Azure AD devices (including Hybrid Azure AD Join devices synced from […]
Importing a device hash directly into Intune

I resisted the urge to add a switch to the Get-WindowsAutopilotInfo script to add the device to Windows Autopilot using the Intune Graph API. But since people were doing it anyway in […]
Podcast episode #1: Windows Autopilot Hybrid Azure AD Join
I admit it, I’ve been procrastinating. I’ve been carrying around podcasting equipment for months, intending to use it from hotel rooms around the world to create podcasts for those that prefer audio […]
More Autopilot ESP information

I published a script last week that I talked about in a previous blog which would dump out information from the registry to tell you what happened during a Windows Autopilot deployment, […]
p.s. A PowerShell conundrum

In my previous post, I mentioned changing some PowerShell cmdlets. Here’s the definition for the cmdlet used to create a new item: It’s simple enough: You specify the required mode and display […]
Updated WindowsAutopilotIntune module posted

As I have been working my way through an e-mail backlog, I have been making adjustments to the WindowsAutopilotIntune module to address feedback and requests from those that contacted me. The first […]
What happened during Windows Autopilot ESP? Decode it.

One of the challenges with Windows Autopilot that I’ve talked about at various events is troubleshooting – if everything goes well, you’re happy, but if something goes wrong, figuring out what that […]
Deploying the new Microsoft Edge without a desktop shortcut

UPDATE 2020/04/16: See my updated post for an easier way. Or more accurately, “a crash course into the inner workings of modern browser installers (which really aren’t that modern).” I really don’t […]