Paste a Windows Autopilot hardware hash to decode the device serial number, model, PKID, and manufacturer. Useful for pre-provisioning checks.
🔒 Runs entirely in your browser · No data sentRun this on the device (as Administrator) to generate the hash and copy it to your clipboard:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Install-Script -Name Get-WindowsAutoPilotInfo -Force Get-WindowsAutoPilotInfo -OutputFile "$env:TEMP\AutopilotHWID.csv" Get-Content "$env:TEMP\AutopilotHWID.csv"
The hash column from the CSV is what you paste above. It typically starts with a long base64 string.