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_bugeja
Jan 19, 2022Copper Contributor
where is the csv then stored?