Hi, @Algkindom
Thank you for posting in Microsoft Q&A forum.
By default, MDT will join a client to the domain via Windows Setup. This is driven by the Unattend.xml which MDT populates with the required settings. There is also another step (Recover from Domain) which can be used later in the deployment process (during State Restore) to re-try a Domain Join should the previous attempt have failed during OS setup.
To shift the Domain Join to later in the Task Sequence, we can follow these steps:
- Update the Unattend.xml and the ZTIDomainJoin script
- Add a Domain Join Step into the Task Sequence
- Set Domain Join Variables in CustomSettings.ini
- Update the Unattend.xml template (Optional)
For more details:
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".