Windows Autopilot Hardware ID

Windows Autopilot Hardware ID

Windows Autopilot uses several mechanisms to function. A common one is the device’s hardware hash, also called the hardware ID. There are several ways to gather the hardware ID from a device to use in Windows Autopilot.

In this post, I will show step-by-step how to get the hardware ID from a system with PowerShell and how to import it into Windows Autopilot. The process is the same regardless of whether the system is a virtual machine or a physical machine, and it doesn’t matter if the system is running Windows 10 or Windows 11.

Get Hardware ID

It is normal to see a message that NuGet needs to be installed. It is also normal to see the untrusted repository message.

We now have a CSV of the device’s hardware hash that we can upload to Microsoft Intune Windows Autopilot.

Import Hardware ID

When you import a device into Windows Autopilot, it also creates the device in Microsoft Entra (formerly Azure AD). However, the automatically created device is disabled by default in Entra, so we need to enable it.

That’s all it takes to gather the hardware hash of a Windows 10 or Windows 11 system and upload the hardware ID to Windows Autopilot.

If you want to read more about the other ways to register devices with Windows Autopilot, here is the Microsoft documentation about it.

Exit mobile version