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.
- You 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?
- You 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?
- umangJainCopper ContributorYes , 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.
- 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/
- LeonPavesicSilver Contributor
Hi umangJain,
Manually register devices with Windows Autopilot | Microsoft LearnThe following methods are available to harvest a hardware hash from existing devices:
Using Windows PowerShell
During OOBE by using the Diagnostics Page (Windows 11 only)
From the Desktop using Settings > Accounts
For a description of each method, select the link for the method.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)- umangJainCopper ContributorThanks for your response, I have already went through the Microsoft documentation before posting it here. options mentioned there doesn't work in my scenario, we don't have MECM & I need the hardware hash of 100's of devices so can't run PowerShell script on each one of them.