Forum Discussion
karthikajoy
Jul 20, 2021Copper Contributor
How to get the Hash ID for device which is already added to intune.
HI, I have a device in my tenant, for which i need to find the Hash id.
Jannik_Reinhard
Jul 20, 2021Iron Contributor
You can try to download the device hash in the Mem portal under devices > enroll devices > devices. There you can select the effected device and click the Export button.
Alternatively you can get the device hash directly on the device with the following command:
Get-WindowsAutoPilotInfo.ps1 -OutputFile AutoPilotHWID.csv
- luca_bugejaJan 19, 2022Copper Contributorwhere is the csv then stored?
- pvanberloJul 20, 2021Steel ContributorExporting from Endpoint Manager doesn't include the actual hardware hash in the exported CSV file. There currently does not seem to be a way to export the hardware hash of an Autopilot device directly from Endpoint Manager.
Using the script locally on the device will of course work and retrieve the HW hash.