Securing Hardware Failure 24H2 Intune Setup
This article goes over how to solve the issue with Intune failing during enrollment with “Securing your hardware” Error 0x800705b4
Delete the object out of Intune.
Reimage the device using 23H2.
After the device images, open PowerShell using Shift+F10 and run the following commands
Initialize-Tpm -allowclear
Clear-Tpm
shutdown -r -t 0
The last command will reboot the computer. Once it’s back, re-enroll the machine using normal practices.