I'm working on setting up MDT to deploy computers from blank to ready-to-go.
I can deploy a computer, but I run into a bunch of issues because of our domain's restrictive policies.
The simplest solution would be to not join to the domain until after everything else is finished.
Is there a way to move joining the domain (variables provided during deployment wizard) to the very end of the task sequence? I moved 'Recover from Domain' to right before 'Apply Local GPO Package', which is essentially at the end of the task sequence. Yet when I run the deployment, it seems to be joined before it even runs windows update and installs applications! I don't see a step to join it anywhere. So how can I change this behavior to not join until the end?
