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?
Oct 26, 2023
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?
umangJain
Oct 26, 2023Copper 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.
- Nov 06, 2023Any update?
- umangJainNov 07, 2023Copper ContributorYes I have create PowerShell script with create the hardware hash, Install the AZ storage module & store the hardware hash in the blob storage , it work fine on the Azure AD joined device but not on hybrid AD devices. We don't configuration manager there isn't much I can do on the hybrid AD devices.
- Nov 07, 2023Could you try to run this as a Group Policy Computer log-on script?
- Oct 26, 2023You 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/