Page 1 of 1
[RESOLVED] Windows 11 OS Deployment
Published: July 10, 2025 - 5:03 PM
by Clafon
Hello,
I understand that the win11_Hors_AD_offline.xml template in WAPT is not working. Would it be possible to have a corrected version (in French)?
Thank you.
Re: Windows 11 OS Deployment
Published: July 10, 2025 - 5:57 PM
by sfonteneau
Good morning
In the latest version of wapt, the "win11_with_join_ad_online.xml" template is fully functional in French
If you are talking about deploying a post outside the domain
Take "win11_with_join_ad_online.xml" and simply delete the section:
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">
<OfflineIdentification>
<Provisioning>
<AccountData>{{djoin}}</AccountData>
</Provisioning>
</OfflineIdentification>
</component>
Simon
Re: Windows 11 OS Deployment
Published: July 15, 2025 - 08:11
by Clafon
Good morning,
Yes, that's fine for a Win11 deployment outside of a domain.
If I look at the XML file you mentioned, win11_with_join_ad_online.xml, I don't see the part you're referring to that needs to be deleted. The only section that comes close is this one:
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>
Is this the one?
Thank you
Re: Windows 11 OS Deployment
Published: July 16, 2025 - 1:32 PM
by sfonteneau
Yes, indeed, I made a small mistake; I meant the offline template
as online. It's the block you mentioned that needs to be deleted.
Re: Windows 11 OS Deployment
Published: July 22, 2025 - 09:21
by Clafon
Hello,
thank you for the feedback, I'll test it and keep you posted.
Re: Windows 11 OS Deployment
Published: July 29, 2025 - 10:34 AM
by Clafon
Hello,
the given procedure works.