Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

UnattendJoin to a Domain

Featured Replies


  • Author

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

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?

  • Author
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.

  • Author

sorted it.

you need to create a local user account, as it seams to use this account to do the domain join.

wierd!?! :wacko:

:D

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.