Computers not joining domain in SCCM task sequence
Issue: I recently created a new TS and edited the LDAP path to change the OU where the computers get added. However, the machine fails to join the domain.
Resolution: Check the logs c:\windows\debug\NetSetup.log. and if you find the error shown in red, might be the service account which is been configured to join in domain may not have the permissions to put objects in that OU.
Get those permission from AD administrator, it should work then hopefully.
Additionally you can check the smsts.log
Reference: http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/40c208fb-51cc-4bb8-ad88-7a46e10399f0/
Resolution: Check the logs c:\windows\debug\NetSetup.log. and if you find the error shown in red, might be the service account which is been configured to join in domain may not have the permissions to put objects in that OU.
Get those permission from AD administrator, it should work then hopefully.
Additionally you can check the smsts.log
Reference: http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/40c208fb-51cc-4bb8-ad88-7a46e10399f0/
Comments
Post a Comment