Seite 1 von 1

Join Windows 7 x64 to domain

Verfasst: 20 Mai 2010, 13:09
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

Re: Join Windows 7 x64 to domain

Verfasst: 21 Mai 2010, 11:01
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

Re: Join Windows 7 x64 to domain

Verfasst: 22 Mai 2010, 01:00
von gjurriens
Thank you very much...
I think I've looked to much at the code so I overread it :oops: