MDT did not install applications

Algkindom 180 Reputation points
2023-09-06T15:07:53.9166667+00:00

I have deployed an image windows 10 22h2 with MDT, it should install the applications after OSD, but it seems it blocked by the group policy, is there any way to install applications before it joins the domain?

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
884 questions
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 44,101 Reputation points Microsoft Vendor
    2023-09-07T02:23:19.2933333+00:00

    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:

    1. Update the Unattend.xml and the ZTIDomainJoin script
    2. Add a Domain Join Step into the Task Sequence
    3. Set Domain Join Variables in CustomSettings.ini
    4. Update the Unattend.xml template (Optional)

    For more details:

    https://deploymentpros.wordpress.com/2015/07/20/moving-mdt-domain-join-to-the-end-of-the-task-sequence/


    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".

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.