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?

Windows for business Windows Client for IT Pros Devices and deployment Set up, install, or upgrade
Microsoft Security Intune Configuration Manager Deployment
Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

Accepted answer
  1. Simon Ren-MSFT 40,341 Reputation points Microsoft External Staff
    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.


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.