Join Windows 7 x64 to domain

Antworten
gjurriens
Beiträge: 2
Registriert: 17 Mai 2010, 14:16

Join Windows 7 x64 to domain

Beitrag von gjurriens »

Hi all,

I have a question.
I have a Windows 2008 domain up and running.
Now I'm thinking about implementing OPSI to install and manage client systems (software wise).
So far I can get things running, but I can't get the systems to join the domain (at least not with the unattend.xml).
Can anyone point me in the right direction?

The domain is called jurriens.local.
The user Administrator is a domain admin with the password password.

The xml is attached, and any help is much appreciated.

Thanx in advance.

Guido Jurriens
Dateianhänge
unattend.xml
unattend.xml
(14.68 KiB) 123-mal heruntergeladen
Benutzeravatar
minidump
Beiträge: 218
Registriert: 16 Okt 2009, 11:27

Re: Join Windows 7 x64 to domain

Beitrag von minidump »

Hi

delete <!-- and --> before and after this part:

Code: Alles auswählen

		<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<Identification>
				<Credentials>
					<Domain>jurriens</Domain>
					<Password>password</Password>
					<Username>Administrator</Username>
				</Credentials>
				<DebugJoin>false</DebugJoin>
				<JoinDomain>jurriens</JoinDomain>
				<UnsecureJoin>false</UnsecureJoin>
			</Identification>
		</component>
Regards
Grüße
minidump

Alles ist am Ende gut. Und wenn es nicht gut ist, dann ist es nicht das Ende.
gjurriens
Beiträge: 2
Registriert: 17 Mai 2010, 14:16

Re: Join Windows 7 x64 to domain

Beitrag von gjurriens »

Thank you very much...
I think I've looked to much at the code so I overread it :oops:
Antworten