Page 1 of 1
[RESOLVED] Out-of-domain deployment
Published: August 6, 2026 - 5:01 PM
by Catherine
Hello,
is it possible to deploy PCs outside of a domain using WAPT without it prompting us to join the domain?
If so, could you please provide the procedure?
Sincerely.
Have a good day.
Re: Off-domain deployment
Published: August 10, 2026 - 4:36 PM
by sfonteneau
Good morning
You can delete online XML files that this block proposes:
Code: Select all
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="{{architecture}}" 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>mydomain.lan</Domain>
<Password>password</Password>
<Username>wadsjoin</Username>
</Credentials>
<JoinDomain>mydomain.lan</JoinDomain>
</Identification>
</component>
This will deploy the PC outside the domain.
Re: Off-domain deployment
Published: August 11, 2026 - 09:43
by Catherine
Hello,
thank you so much for your help. Great!
Have a lovely day.