MDT: Set default domain in LiteTouch

When a machine boots Microsoft Deployment Toolkit (MDT) LiteTouch via Windows PE it requires credentials to connect to the deployment share. By default the user name, password an domain are required fields. In most environment the domain is equal for most users, making it user friendly to configure a default domain.

User Credentials - DefaultUser Credentials - DOMAIN

Bootstrap

Configuring a default domain is straightforward, all we need to do is specyfing the UserDomain in the bootstrap configuration file.

  • Open Deployment Workbench
  • Open the Properties of the Deployment Share
  • Select tab Rules
  • Click on [Edit Bootstrap.ini]
  • Add the following parameter
[Default]
UserDomain=DOMAIN
  • Close and save the file
  • Click on [OK]

 

MDT Deployment Share - PropertiesMDT Deployment Share Properties

Bootstrap.ini

 

Update Deployment Share

Since the bootstrap is used before the deployment share is read (which makes sense, you need to authenticate first) the deployment share needs to be updated. This will lead to new .ISO and .WIM files, make sure you update your machines (or WDS) to update to the updated file.

  • On the Deployment Share click on [Update Deployment Share]
  • Click on [Next]
  • Click on [Next]
  • Click on [Finish]

 

 

MDT Deployment Share - Update Deployment Share

Update Deployment Share Wizard - 1Update Deployment Share Wizard - 2Update Deployment Share Wizard - 3

 

 

 

.