1. On the device being added to Autopilot, run Windows PowerShell as Administrator.
2. Run the following command:
a. Install-Script -Name Get-WindowsAutoPilotInfo -confirm:$false -force
3. Once this has been installed, run the following commend within PowerShell:
a. Get-WindowsAutoPilotInfo.ps1 | out-file “C:\HWID\AutoPilotHWID”
4. This command will pull the Device ID and Hash and output a file labeled ” AutoPilotHWID” to C:\HWID\AutoPilotHWID”.
a. The Device ID and Hash are required to enroll in Autopilot.
5. Upload this CSV to Autopilot using the following steps:
a. Login to https://endpoint.microsoft.com.
b. Click Devices.
c. Click on Device Enrollment.
d. Click on Devices.
e . Click Import.
f. Upload the CSV file and submit.
g. Once completed you should see the endpoints now registered with Autopilot.
h. The device will automatically be enrolled in Intune after this.