cpjitservices Posted January 21, 2013 Posted January 21, 2013 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.
TomCollins Posted January 21, 2013 Posted January 21, 2013 Could you post your .ini? Just to check that everything is okay there
cpjitservices Posted January 21, 2013 Author Posted January 21, 2013 (edited) Yeah will do, just updated the settings actually so i'm doing a re-image on a test machine to see it if works! Edited January 21, 2013 by cpjitservices
cpjitservices Posted January 21, 2013 Author Posted January 21, 2013 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
FN-GM Posted January 21, 2013 Posted January 21, 2013 (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 January 21, 2013 by FN-GM 1
FN-GM Posted January 21, 2013 Posted January 21, 2013 Also UI locate should be UILanguage=en-US The only OS that has the UI locate EN-GB is Windows 8 1
cpjitservices Posted January 21, 2013 Author Posted January 21, 2013 ok I'll change those settings and do a re-image see what happens.
FN-GM Posted January 21, 2013 Posted January 21, 2013 The UI locate wouldn't stop it. The OU will have been the biggie. 1
cpjitservices Posted January 21, 2013 Author Posted January 21, 2013 Thats worked. Thanks muchly!!!!!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now