Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure machines to join specified domain for Active Directory integration #445

Open
Gentux opened this issue Oct 31, 2016 · 2 comments
Open

Comments

@Gentux
Copy link
Contributor

Gentux commented Oct 31, 2016

As an admin in configuration section, we should be able to configure whether or not windows machine should join the domain.

@dynamiccast
Copy link
Contributor

This is partially handled with hostname here: #452.

@marc-cabocel
Copy link

In order to properly join a domain, 2 steps need to be done :

  • Generate unique hostname for the windows
  • Join the domain with the following command : netdom join /domain:soitec.com /userd:user /passwordd:pwd

The first step can be done without rebooting the windows but not the second step. Moreover, it is not possible to configure the second one as a runOnce variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants