Problem joining the AD - WADS (online) domain

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
gavit
Messages: 25
Registration: Apr 30, 2020 - 4:21 p.m.

April 4, 2023 - 3:20 PM

Good morning,

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>  				
Have you ever encountered this problem?

Also, I can't automatically retrieve the OEM keys, is there a specific procedure to follow?

Thank you in advance.
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

April 6, 2023 - 11:56

Hello Gaëtan,

did the machine originally have a Windows 10 Home license or a Windows 10 Pro license?

We've already seen a deployment issue on a machine that had been running Home and to which a Pro license was added. During the installation with WADS (or MDT, for that matter), the Home license was reclaimed.

Regarding the second question, it would be best to start a separate thread to keep each topic one. Thank you :-)

. Best regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
gavit
Messages: 25
Registration: Apr 30, 2020 - 4:21 p.m.

April 6, 2023 - 3:31 PM

Hello,

The computer historically had a Windows 10 Pro OEM license.

I will open another thread for my second request. :D


Sincerely,
Gaëtan Vittaz
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

April 13, 2023 - 3:12 PM

Hi Gaëtan,
does the machine deploy correctly if we remove the domain connection?
Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

April 13, 2023 - 3:59 PM

Did you modify the activation key mentioned in the template?

It's best to modify the key in the job's column (we've had issues if the key is modified directly in the XML).
gavit
Messages: 25
Registration: Apr 30, 2020 - 4:21 p.m.

April 18, 2023 - 11:28

Hello,

The machine deploys correctly both online and with and without joining the domain, but it never reaches our domain.

Regarding the license key issue, I opened another request on the forum: viewtopic.php?t=3427.
However, I haven't modified the default key in the XML file.


Sincerely,
Gaëtan Vittaz
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

April 25, 2023 - 12:10

Hello Gaëtan,
gavit wrote: Apr 18, 2023 - 11:28 AM Regarding the license key issue, I've opened another request on the forum: viewtopic.php?t=3427
Actually, I asked the question again about the license because it can sometimes be related.

We had a case the other day of a connection that didn't work precisely because of the change in the Windows edition type.

Windows, in fact, failed to join the domain because it thought it was running as Windows Home due to the license in the BIOS

Alternatively, you can contact our support team to look at it together by phone and screen sharing, because I don't really have any ideas.

see you soon,

Simon
Locked