Mr.Clark Posted October 11, 2010 Posted October 11, 2010 Is it possible do do a domain join without a SysPrep/audit stage? All the guides I've found mention sysprepping, and I don't want to do that if I can avoid it (it's a steep-looking learning curve and does far more than I need)All I want to do is: Stick the install disk in, select the partitioning options, and watch it get to a domain logon screen by the end. Is this possible?It looks like it's trying and failing to find the domain during the Specialise stage, but when I get to the desktop (and it creates a superfluous user account), I can join the domain as normal.The setuperr.log file is as follows:2010-10-08 17:35:47, Error [MUIUNATTEND.EXE] Failed to set UILanguage value to en-GB. Error 22010-10-08 17:36:23, Error [shell Unattend] TakeOwnerAndDeleteKey failed (0x80070002) 2010-10-08 17:43:25, Error [DJOIN.EXE] Unattended Join: NetJoinDomain failed error code is [1355]2010-10-08 17:43:25, Error [DJOIN.EXE] Unattended Join: Unable to join; gdwError = 0x54b2010-10-08 17:45:58, Error [msoobe.exe] Failed to install product key I'm not too worried about the language or product key errors, it's the domain ones I'm looking at.If it makes any difference, I'm testing this on a Dell OptiPlex 780 (which is what the finished disks will be deployed to) and also (for minor changes to the XML) an Oracle VM VirtualBox machine.I've attached my AutoUnattend.xml - if someone can have a look at it, I'd appreciate it.Thanks in advance folks
IcemanND Posted October 11, 2010 Posted October 11, 2010 First guesses would be wrong account or password for join or a OU that does not exist. But without an attached unattend I'm only guessing
Mr.Clark Posted October 12, 2010 Author Posted October 12, 2010 Interesting. I distinctly remember attaching it.Anywho. Attached now, thanks!AutoUnattend (2).xml
IcemanND Posted October 12, 2010 Posted October 12, 2010 Try this: <identification> <credentials> <domain>{Domain (not fully qualified)}</domain> <password>{redacted}</password> <username>{Domain User with rights to create computer objects in OU}</username> </credentials> <joindomain>{Domain (not fully qualified)}</joindomain> <machineobjectou>ou=Dekstops,ou=Windows 7 x86,ou=Workstations,ou=Office,dc=domain,dc=local</machineobjectou></identification>
Mr.Clark Posted October 12, 2010 Author Posted October 12, 2010 Ok, I've corrected the spelling mistake in the FQDN (and tried it without the fully qualified bit) and the spelling mistake in the OU name The account I'm using is a domain admin, but is not the domain admin. <Identification> <Credentials> <Domain>domain</Domain> <Password>{redacted}</Password> <Username>AdminUser</Username> </Credentials> <JoinDomain>domain</JoinDomain> <MachineObjectOU>ou=Desktops,ou=Windows 7 x86,ou=Workstations,ou=Office,dc=domain,dc=local</MachineObjectOU> </Identification>Still not working, still getting the same errors in the log.Thanks for the help so far...
IcemanND Posted October 12, 2010 Posted October 12, 2010 Have you verified that the network is live, active, connected during the sysprep process? I have had issues with our Lenovo m90p where the NIC drier is not fully loaded until after the join domain process completes, turns out to be a driver issue. You can press Shift-F10 during setup to open a cmd prompt and check for network connectivity via ipconfig.
Mr.Clark Posted October 13, 2010 Author Posted October 13, 2010 Awesome. It looks like it has an issue with the VirtualBox network card, as I've just tested it on a physical box and it's joined the domain, not asked me to create a local user and it looks like it's applying all my group policies before getting to the first logon.Thanks for all your help! This will drastically reduce my workload for new builds!Last (and far less important) step is to get it to automatically select Windows 7 Professional rather than prompting me. This was working with our Select ISO image, but stopped working when I changed to using the Dell disk as a source.
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