Provisioning (microsoft-windows-unattendedjoin-identification-provisioning)
Provisioning
specifies the account information used to join a domain during Windows Setup.
Note
Use either Provisioning or Credentials to join an account to the domain. The settings in Provisioning will be used to join the account to the domain, if values are entered for both the Provisioning and Credentials settings.
Child Elements
Setting | Description |
---|---|
AccountData | Specifies account data used when joining a domain. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-UnattendedJoin | Identification | Provisioning
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 Provisioning settings.
<Identification>
<Provisioning>
<AccountData>BASE64-ENCODED-BLOB</AccountData>
</Provisioning>
</Identification>