Windows 7 unattended join domain
Windows 7 unattended join domain
I'm configuring the unattended instalation for windows 7, but I set up the automatic join to the domain, I was able to do it for win 2003 but not for 7.
I edited the unatted.xml file with the next settings:
<Credentials>
<Domain>mydomain</Domain>
<Password>**********</Password>
<Username>************</Username>
</Credentials>
<DebugJoin>true</DebugJoin>
<JoinDomain>mydomain</JoinDomain>
I have searched at the logs and the eventvwr and I can't find any error related with joining the domain, what do I left to complete this action.
Regards
Re: Windows 7 unattended join domain
on which kind of domain you try to join? When you try to join to a samba 3 Domain, you can't join with a windows 7 Client directly, you must modify the os before you join, please try:
http://download.uib.de/opsi4.0/products ... 1.0-2.opsi
regards
ueluekmen
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Windows 7 unattended join domain
The domain is an active directory
Re: Windows 7 unattended join domain
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Windows 7 unattended join domain
Finaly after a lot of trouble shotting and checking the installation log files I was able to join the computer to the domain with the unattend.xml. The configuration is:
<Identification>
<Credentials>
<Domain>mydomain.com</Domain>
<Password>xxxxxxx</Password>
<Username>xxxxxxx</Username>
</Credentials>
<JoinDomain>mydomain.com</JoinDomain>
<MachineObjectOU>OU=computers,DC=mydomain,DC=com </MachineObjectOU>
<UnsecureJoin>false</UnsecureJoin>
<DebugJoin>true</DebugJoin>
</Identification>
</component>
And I had to create the computer at the AD before running the installation.
I hope this can help somebody else.
Re: Windows 7 unattended join domain
OPSI has nothing to do with buying and selling domains. Please look elsewhere. However,
thank you for your interest in OPSI.

Jim