Charalambos Geronikolas Reading Time : 1 minute Azure


The Hardware ID is the identity of your computer. You can have it from the reseller which they can upload to you Tenant or you can find via PowerShell. In this case I will show you how to find via PowerShell and upload to Intune.

Follow the below steps :

  1. Open the command prompt via shift + F10.
  2. Open PowerShell
  3. Use the bellow cmdlets
Set-ExecutionPolicy Unrestricted
Install-Script -Name Get-WindowsAutoPilotInfo -force
Get-WindowsAutoPilotInfo.ps1 -OutputFile yourname.csv

Then you can upload via Internet Explorer.

Thank you for your reading!

Leave a Reply

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