When configuring the OS deployment via WAPT, I am unable to join the computer to the domain.
I have checked that my user has the correct rights and it is possible to join a computer to the domain (manually).
WAPT configuration
- WAPT version 2.3.0
- Debian server OS
- Windows 11 administration machine operating system
I'm using the win11_with_join_ad_online.xml conf file.
I made the following changes to this file:
Code: Select all
<Identification>
<Credentials>
<Domain>mydomain.lan</Domain>
<Password>password</Password>
<Username>wadsjoin</Username>
</Credentials>
<JoinDomain>mydomain.lan</JoinDomain>
</Identification>
Code: Select all
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>password</Value>
<PlainText>true</PlainText>
</Password>
<Description/>
<DisplayName>superadmin</DisplayName>
<Group>Administrators</Group>
<Name>admin</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
Also, I can't automatically retrieve the OEM keys, is there a specific procedure to follow?
Thank you in advance.
