I came up with a process, where end users join their existing device to AzureAD, then they flow into Intune, I collect device hashes and add them into Autopilot profile, and after some time we do device wipe and run the autopilot. Reason for doing this is to get rid of old crap installed previously and refresh their computers. So this is a kind of a rollout of Windows Autopilot etc.
The problem is, that in my lab and in customer enviroment, this process gets stuck at Autopilot User setup. Rebooting, re-logging does not help, user gets ESP again and waits forever. The workaround is to open registry with command line in a middle of a process and change registry values where autopilot gets skipped and reboot again. But I don't want our users to have to do this. Also, If I take this device, install clean Win10 on it, and run autopilot, it works.
Any ideas? I would like to use wipe instead of Autopilot reset, I think wipe would be more efficiant of cleaning the device but I might be wrong.