Deploying software and updates using Configuration Manager
After going through trial and error, the culprit is the attribute microsoft-windows-setup-/UserData/FullName [1].
To reproduce the error, create a unattended.xml file using :
- add fullname userdata information [1]
- use offline join component [2]
The installation finishes, but after reboot the machine has a name derivated from the FullName attribute instead of the name included in the djoin blob (eg. FullName attribute has superadmin value, and machine name ends with the SUPERA~1 name). And thus the domain join is not working.
The exact same unattended file was working properly using Win10 23h2 iso (machine with correct name from djoin blob and properly join to the domain).
The documentation [1] and [2] does not mention anything about deprecation or caveat.
The MDT xml validation tools "Windows System Image Manager (SIM)" says the file is properly formatted.
Best regards,
Simon