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.