Jul 20 2021 09:00 AM
HI,
I have a device in my tenant, for which i need to find the Hash id.
Jul 20 2021 11:01 AM - edited Jul 21 2021 01:17 AM
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
Jul 20 2021 01:04 PM
Jul 20 2021 11:32 PM
Jul 21 2021 01:42 AM - edited Jul 21 2021 01:44 AM
You can also use the following command to only get the device hash to send it to a storage. Therefor you don't need install the Get-AutoPilotInfo script.
(Get-CimInstance -ClassName MDM_DevDetail_Ext01 -Namespace root\cimv2\mdm\dmmap).DeviceHardwareData
Aug 23 2021 03:07 AM
Aug 23 2021 02:16 PM
Aug 24 2021 01:42 AM
Nov 19 2021 07:37 AM
can you please provide the exact file, folder, and Path location of HASH ID with in device diagnostics logs.
many thanks
Nov 22 2021 10:22 PM
Nov 23 2021 02:59 AM
we have some hybrid joined devices in Intune and would like to pull the hash IDs to deploy via autopilot
Nov 23 2021 05:28 AM
Nov 24 2021 11:11 PM
@giladkeidar I have two tenant test and prod inside. I need the Hash ID for change b/w the tenants.
Nov 24 2021 11:27 PM
Nov 25 2021 12:36 AM
Nov 25 2021 02:24 AM
Jan 12 2022 01:30 AM
Jan 19 2022 07:43 AM
Jan 19 2022 09:53 AM
Collect the diagnostic logs, after it uploaded to Intune you can download and get the hashID from that zip file @Soutumi
Feb 09 2022 05:21 AM