AccountData (microsoft-windows-unattendedjoin-offlineidentification-provisioning-accountdata)
AccountData
specifies account data used when joining a domain.
For information about joining a domain using Provisioning, see the MSDN topic, NetJoin.
To generate the AccountData
information:
Use the command:
djoin.exe /provision /domain domainname /machine machinename /savefile filename
Example:
djoin.exe /provision /domain contoso.com /machine machinename /savefile AccountData.txt
Copy and paste the contents of AccountData.txt to the answer file.
Values
AccountData |
Specifies account data used when joining a domain. AccountData is a string. |
This string type supports empty elements.
Valid Configuration Passes
offlineServicing
Parent Hierarchy
Microsoft-Windows-UnattendedJoin | OfflineIdentification | Provisioning | AccountData
Applies To
Windows 10 for desktop editions (Home, Pro, Enterprise, and Education)
Windows Server 2016
For a 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.
<OfflineIdentification>
<Provisioning>
<AccountData>BASE64-ENCODED-BLOB</AccountData>
</Provisioning>
</OfflineIdentification>