(20) Update on Export and Import Device Hash to MEM using Group Tags
- Mr B SOE way
- Aug 23, 2022
- 1 min read
In my last post, I mentioned about creating an App Registration with a secret key as well as using a PowerShell script: https://soeintunedevice.wixsite.com/home/post/14-windows-autopilot-export-and-import-device-hash-to-mem
What happens if you have mass amounts of devices belonging to a certain business unit or different states within Australia or other countries, to ensure that each device that gets uploaded appropriately.
Ensure that the following has been updated, if your planning to use my values, you will be uploading your device hash to my tenant :)

Ensure to download the script from here and update the values
By running it in PowerShell, with the following:
.\Intune-Enrol-Devices-To-Autopilot-Unattended-GroupTags.ps1 -GroupTag "Demo"

By navigating to https://endpoint.microsoft.com/#view/Microsoft_Intune_Enrollment/AutoPilotDevicesBlade/filterOnManualRemediationRequired~/false you will now see the recently uploaded device hash with a GroupTag "Demo"

Comments