Jump to content

Recommended Posts

Posted

I've got my domain settings in the currentsettings.ini in MDT, all domain settings are correct and DNS is correct - after imaging a machine I can manually join a PC t the Domain it just doesnt seem to do it during imaging.... Have I missed something ?

 

 

TIA!

 

 

Chris.

Posted

Heres my .ini file.

 

[settings]

Priority=MACAddress, Default

Properties=MyCustomProperty

 

[Default]

OSInstall=Y

SkipCapture=YES

SkipAdminPassword=YES

AdminPassword=adminpassword

SkipProductKey=YES

SkipComputerBackup=YES

SkipBitLocker=YES

_SMSTSOrgName=My Organization - OS Deployment

SkipDomainMembership=YES

JoinDomain=mydomain.local

DomainAdmin=mydomain.local\attach

DomainAdminPassword=password

DomainAdminDomain=mydomain.local

OU="Office PC's", DC=mydomain, DC=local

SkipUserData=YES

SkipLocaleSelection=YES

KeyboardLocale=0809:00000809

UserLocale=en-GB

UILanguage=en-GB

 

I've also got my DNS set by the ini file.

 

In my task sequence I've also got selected Rerun Join Domain .... I don't know whether that affects it!

 

 

Thanks

Posted (edited)

change ou to

 

OU=Office PC's,DC=mydomain,DC=local

 

There are no spaces in LDAP paths, plus the quotes are not needed. Having this incorrect prevents the machine joining

 

DomainAdmin=mydomain.local\attach - mydomain.local\ is not required.

Edited by FN-GM
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...