All you need to do is modifying location details on your MDT DB and call these variables in your SCCM TS.
So first edit your location details in MDT Workbench, you'll need to edit four values here as shown below.
DomainAdmin : The name of the account used to join the domain. Example : OSDAdmin |
DomainAdminDomain : The domain of the account used to join the domain. Example: Domain1 |
DomainAdminPassword : The password of the account used to join the domain. |
JoinDomain : The name of the domain in which the computer should be placed. Example: Domain1.local |
MachineObjectOU : The OU in which the computer account should be created (if it does not already exist)., Exaple: OU=NewComps,DC=Domain1,DC=Local |
Domain : %JoinDomain%
DomainOU : %MachineObjectOU%
Account : %DomainAdmin%
Password : %DomainAdminPassword%
All done, now you can test it.
Please note that you'll need a working SCCM and MDT integration to use this method first.
No comments:
Post a Comment