MDT Task Sequence

Anonymous
2020-11-05T21:41:02.737+00:00

In my task sequence I customized the CustomSettings.ini with many lines, but I am missing 1 thing to start the TS automatically.
Under Join a domain the User Name:, Password: are filled in, but the Domain: not..

Below Domain:
* Missing join credentials

Can someone tell me what line do I have to place inside CustomSettings.ini?

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).
850 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,919 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
929 questions
0 comments No comments
{count} votes

Accepted answer
  1. Simon Ren-MSFT 31,756 Reputation points Microsoft Vendor
    2020-11-06T02:17:06.243+00:00

    Hi,

    Thanks for posting in Microsoft MECM Q&A forum.

    To automate your domain joins, there are five variables you’ll need to set in your customsettings.ini file: JoinDomain, DomainAdmin, DomainAdminDomain, MachineObjectOU and DomainAdminPassword.

    JoinDomain=The domain that the target computer joins after the target operating system is deployed
    DomainAdmin=The user account credentials used to join the target computer to the domain specified in JoinDomain; specify as domain\user_name or user_name@keyman .com.
    DomainAdminDomain=The domain in which the user’s credentials specified in DomainAdmin reside
    MachineObjectOU=The AD DS OU in the target domain in which the computer account for the target computer is created
    DomainAdminPassword=The password used for the domain Admin account specified in the DomainAdmin property to join the computer to the domain

    For more information, please refer to: Joining the Domain with MDT
    Note: This is non-Microsoft link, just for your reference.

    Best regards,
    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2020-11-08T22:59:18.85+00:00

    Hi Simon,

    Thanks for the info. I will try and figure out if your info will work.