Windows Autopilot Setup Guide for PC

Capture the Hardware ID

Open PowerShell as administrator and run the following commands:

md c:\HWID
Set-Location c:\HWID
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted -Force
Install-Script -Name Get-WindowsAutopilotInfo -Force
$env:Path += ";C:\Program Files\WindowsPowerShell\Scripts"
Get-WindowsAutopilotInfo.ps1 -OutputFile AutopilotHWID.csv

Copy the AutopilotHWID.csv to your desktop

Reset the Windows VM to Out-Of-Box-Experience (OOBE)

Go to Settings > Update & Security > Recovery and click Get started under Reset this PC

Select Remove Everything and then Local Reinstall

After the PC is reset import the csv file into MEM


Leave a Reply 0

Your email address will not be published. Required fields are marked *