Skip to main content

AP Dev Reg PS

 

Powershell Command for Autopilot Device Registration 
  1. Boot the device into Windows OOBE (Out of Box Experience).
  2. Press Shift + F10 to open the command prompt.
  3. Run the following PowerShell commands:

    Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned Install-Script -Name Get-WindowsAutopilotInfo Get-WindowsAutopilotInfo -OutputFile AutopilotHardwareHash.csv
  4. Save the .csv file.
  5. Next go to intune.microsoft.com portal and upload the .csv file in Devices > Enrollment (under Device Onboarding) > Corporate device identifiers tab > +Add > Upload CSV file as in the below reference pic:

Comments