My customsettings.ini is working in all senses so i figured i would add computers to the AD and OU based on Type, i e Desktop models should be added to the OU=PC, DC=name, DC=local
so here is the layout of my additions:
[Settings] Priority=ByType,ByVMType,Default Properties=MyCustomProperty [Default] SkipBDDWelcome=YES OSInstall=Y SkipAppsOnUpgrade=YES SkipTaskSequense=NO SkipAdminPassword=YES AdminPassword=P@ssw0rd SkipComputerName=NO ComputerName=Datornamn_here SkipDomainMembership=YES JoinDomain=name.local DomainAdmin=joindomain DomainAdminDomain=name.local DomainAdminPassword=JoinDomain MachineObjectOU=OU=Computers,DC=NAME,DC=local [ByType] SubSection=Laptop-%IsLaptop% SubSection=Desktop-%IsDesktop% [Laptop-True] MachineObjectOU=OU=Laptop,DC=NAME,DC=local [Desktop-True] MachineObjectOU=OU=PC,DC=NAME,DC=local
Now i don't get any of my computers added to the AD and the ZTIDomainJoin.log tell me only this:
Even in NetSetup.log i can find the corresponding error:
What is it i am not seeing here? Where is the error i need to correct?
As soon as the TS is done i get the error from the computer saying it has tried to may times to join the domain, but i can at this point manually add the computer to the domain with no issues (other than that it ends up in the COMPUTER-OU)...
I have found similar posts here but no definitive answer to the question. I can and will provide more information about this if needed.
Anyone?