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.
Password
specifies the password of the user account used for authentication of an account to the domain before the computer can be joined to a domain during Windows Setup.
Password |
Specifies the password of the account used for authentication. Password is a string. |
This string type does not support empty elements. Do not create an empty value for this setting.
Microsoft-Windows-UnattendedJoin | Identification | Credentials | Password
For the 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>