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.

Join Domain?

Featured Replies

Hello everyone. I just want to create an unattended installation that automatically joins a domain. I've tried everything but it still doesn't join domain. I read somewhere that I might have to create a local user account in the answer file. Anyone know how to do that and am I even on the right track? Any help is appreciated. Thanks!


net user /?

should be able to add a couple of lines in a batch (or in the runonce) to add a user.

Add the Microsoft-Windows-UnattendedJoin component to your answer file as follows: (for 32-bit x86 change the processorArchitecture value in the line accordingly)

<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>

<Password> domain account password </Password>

<Username> domain account in the form of domain\user </Username>

</Credentials>

<JoinDomain> name of the domain to join in AD naming format</JoinDomain>

<MachineObjectOU> OU to place machine account into in LDAP format OU="...",cn="....",dc="..." etc... </MachineObjectOU>

</Identification>

</component>

The credentials section is the account and password used to join the domain, this needs sufficient rights in AD.

The other settings are the name of the domain (in AD DNS format) and the full LDAP path for the OU where the machine account should be created.

  • Author

Thanks for the replies but I'm new to all this. I don't understand anything. How do I create a local user account in windows system image manager?

Thanks for the replies but I'm new to all this. I don't understand anything. How do I create a local user account in windows system image manager?

Basically when you are new you need to do a ton of reading on the documentation that comes with the AIK. It is confusing at times. Don't I know it! :rolleyes:

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.