Skip navigation

Q. Can I use DJOIN information in an unattended installation XML file?

A. Yes. The metadata information that's written to the text file created can be inserted into an unattend.xml file. An example text file content is shown below (I show the first and last part only)

 

ARAIAMzMzMxwAwAAAAA ....... IAAAAEAAAAAAAAAAQAAABMAGEAYgAAAAAAAAA= 

 

Basically, you just take this information and place in the unattend.xml in the Microsoft-Windows-UnattendedJoin/Identification/Provision/AccountData section as shown below:

 

<Component>
<Component-Windows-UnattendedJoin>
   <Identification>
      <Provisioning>
         <AccountData>ARAIAMzMzMxwAwAAAAA ....... IAAAAEAAAAAAAAAAQAAABMAGEAYgAAAAAAAAA=</AccountData>
      </Provisioning>
   </Identification>
</Component>

 

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish