Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Credentials
specifies the domain, the user name, and the password used to join a domain during Windows Setup.
Child Elements
Specifies the domain of the account used when joining a domain. |
|
Specifies the password of the user account used for authentication when joining a domain. |
|
Specifies the user account used for authentication when joining a domain. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-UnattendedJoin | Identification | Credentials
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-UnattendedJoin.
XML Example
The following XML output shows how to set the identification settings.
<Identification>
<Credentials>
<Domain>fabrikam.com</Domain>
<Password>MyPassword</Password>
<Username>MyUserName</Username>
</Credentials>
<JoinDomain>fabrikam.com</JoinDomain>
<MachinePassword>ComputerPassword</MachinePassword>
</Identification>