tiny11builder icon indicating copy to clipboard operation
tiny11builder copied to clipboard

Tiny 11 Builder - Join Win11 To Entra fails with error 801c03ed

Open zjorz opened this issue 1 year ago • 2 comments

I have updated the powershell script to keep EDGE and ONEDRIVE and to also allow WORK/SCHOOL account

During OOBE I'm able to specify a user/pwd + MFA (or use security key). Right after that the join to Entra initiates. It takes quite some time before at some point it throws the error: server error code: 801c03ed server message: Invaled Token

If I di exactly the same with the native Win11 iso, all works, but not with the tiny11 iso.

Looking at that error, and looking it up in google, all the solutions found do not work.

So my question is,,,,what setting configured through the powershell script prevents joining the device to Entra?

zjorz avatar Aug 19 '24 20:08 zjorz

Are you sure it's not an Intune policy issue? I was able to join without issue with the Core version. It would not check-in but that could be related to the fact that its a stripped down version of windows obviously.

image

Connexiumlabs avatar Sep 14 '24 20:09 Connexiumlabs

I was able to get the device joined to entra and MDM Intune managed. To resolve the Checkin issue, see Codeline 260 in the Powershell script, this Line changes the dmwappushservice to disabled. This service is needed in order to successfully Sync the device with Intune. Change the Value to "2" or manually edit the startup type of the service should do the trick.

sschmocker avatar Mar 01 '25 14:03 sschmocker