Microsoft Deployment Toolkit
Documentation Library Configure Properties That Are Used for Deployment by Location |
The Configure DB Wizard configures the Priority property and creates the corresponding section in the CustomSettings.ini file for deployment by location using the MDT DB. Table 193 lists the sections created and a brief description of purpose for each section. Refer to the example CustomSettings.ini file in Table 193.
Table 193. Sections in the CustomSettings.ini File for Deployment by Location and Their Purpose
Section |
Purpose |
Locations |
Queries the Locations view to identify the locations that are associated with the IP address of a default gateway |
LSettings |
Queries the LocationSettings view to return all the property values associated with a location |
LPackages |
Queries the LocationPackages view to return all the packages associated with a location |
LApps |
Queries the LocationApplications view to return all the applications associated with a location |
LAdmins |
Queries the LocationAdministrators view to return all the user accounts to be made members of the local Administrator group on the target computers within a location |
LRoles |
Queries the LocationRoles view to return all the roles associated with a location |
CSettings |
Queries the ComputerSettings view to return all the property values associated with a specific computer |
For more information about the database views and tables that the Deployment Workbench manages, see the section, Tables and Views in the MDT DB, in the MDT document Toolkit Reference.
Related Topics