Jump to content

UnattendJoin to a Domain


Recommended Posts


This is what im trying to do

<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" 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>bw-wan.net</Domain>
<Password>Password1</Password>
<Username>vista</Username>
</Credentials>
<JoinDomain>bw-wan.net</JoinDomain>
</Identification>
</component>

I've also tried to move the .net but no joy

<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" 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>bw-wan</Domain>
<Password>Password1</Password>
<Username>vista</Username>
</Credentials>
<JoinDomain>bw-wan</JoinDomain>
</Identification>
</component>

Any Ideas?

Edited by cjoyce1980
Link to comment
Share on other sites

Hmm, the second one (without the .net) is most similar to mine which works (I use .local and left it out of the join domain procedure).

Are you entering it in the specialize area?

i.e. <settings pass="specialize">

Also does the user account you're using to join the domain have rights to?

Link to comment
Share on other sites

Hmm, the second one (without the .net) is most similar to mine which works (I use .local and left it out of the join domain procedure).

I assume you mean create a local account, that has access to the domain. be good if i could get an example!

Are you entering it in the specialize area?

i.e. <settings pass="specialize">

Also does the user account you're using to join the domain have rights to?

Yes, to both of these.

Link to comment
Share on other sites

I was actually meaning this domain account "Vista" whether it had the permissions to allow joining to a domain

Good you got it sorted though.

And yes, sorry I'd completely forgotten that for whatever reason you needed a local account as well (I did as a backup in case the domain joining fails) and you're locked out.

Actually I wonder you need a local because the Administrator account is disabled

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...