The devices need to be configured and assigned to users as part of the Autopilot configuration.
Before you begin: You need the Hardware ID of the device to configure it in the Azure portal. To get the HWID, from the endpoint/device, open MicroSoft PowerShell as an Administrator and run the following commands:
"New-Item -Type Directory -Path "C:\HWID"
Set-Location -Path "C:\HWID"
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted
Install-Script -Name Get-WindowsAutoPilotInfo
Get-WindowsAutoPilotInfo.ps1 -OutputFile AutoPilotHWID.csv
"
After successfully running these commands, the device details are fetched and stored in the output file AutoPilotHWID.csv.
About this task: To configure Autopilot devices and assign users, do the following:
Results: The Autopilot devices are configured and the users assigned for the devices.
Next step: User switches the machine on, connects to the internet, enters the password for the assigned user, and the enrollment process gets completed.