Forum Discussion
umangJain
Oct 26, 2023Copper Contributor
How to get the Hash ID for device which are already enrolled to intune.
I'm trying to get the hash hardware hash ID for the device enrolled in Intune so that I can to add it in another tenant.
- Oct 26, 2023You can only add a hardware hash ID to one tenant at a time, so do you want to delete it from tenant A and register it to tenant B afterward?
umangJain
Copper Contributor
Yes , we need to do the tenant migration of these device, so will be wipe the device and delete its hash ID from the tenant A and need to autopilot enrol in tenant B, in-order to do the autopilot i need the hardware hash.
Oct 26, 2023
You could create a script using Get-WindowsAutopilot.ps1 to save it to a file on their OneDrive location (Or a Sharepoint site synced automatically) and pick up the IDs from there.
Alternatively, something like this, perhaps? https://smbtothecloud.com/upload-autopilot-hardware-hashes-to-azure-blob-storage/
Alternatively, something like this, perhaps? https://smbtothecloud.com/upload-autopilot-hardware-hashes-to-azure-blob-storage/