Training
Module
Add a custom domain in Microsoft 365 - Training
This module provides instruction on how to add a custom domain to your Microsoft 365 deployment. It also examines the DNS requirements that are necessary to support a new domain.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Domain
specifies the name of the domain used for an account authentication. Domain
is used to authenticate an account before the computer can be joined to a domain during Windows Setup.
Domain_name |
Specifies the name of the domain used to authenticate an account. Domain_name is a string. The value may be either a fully qualified DNS domain name or a NetBIOS domain name. If a value for |
This string type does not support empty elements. Do not create an empty value for this setting.
specialize
Microsoft-Windows-UnattendedJoin | Identification | Credentials | Domain
For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-UnattendedJoin.
The following XML output shows how to set the identification credentials.
<Identification>
<Credentials>
<Domain>fabrikam.com</Domain>
<Password>MyPassword</Password>
<Username>MyUserName</Username>
</Credentials>
<JoinDomain>fabrikam.com</JoinDomain>
<MachinePassword>ComputerPassword</MachinePassword>
</Identification>
Training
Module
Add a custom domain in Microsoft 365 - Training
This module provides instruction on how to add a custom domain to your Microsoft 365 deployment. It also examines the DNS requirements that are necessary to support a new domain.