Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

This article goes over how to solve the issue with Intune failing during enrollment with “Securing you hardware” Error 0x800705b4

  1. Delete the object out of Intune.

  2. Reimage the device using 23H2.

  3. After the device images, open PowerShell using Shift+F10 and run the following commands

    1. Initialize-Tpm -allowclear
    2. Clear-Tpm
    3. shutdown -r -t 0
  4. The last command will reboot the computer. Once it’s back, re-enroll the machine using normal practices.

  • No labels