The Configure DB Wizard configures the Priority property and creates the corresponding section in the CustomSettings.ini file for deployment by computer make and model using the MDT DB. Table 194 lists the sections created and provides brief description of the purpose of each. Refer to the example CustomSettings.ini file in Table 194.

Table 194. Sections in the CustomSettings.ini File for Deployment by Computer Make and Model and Their Purpose

Section

Purpose

MMSettings

Queries the MakeModelSettings view to return all the property values associated with a make and model combination

MMPackages

Queries the MakeModelPackages view to return all the packages associated with a make and model combination

MMApps

Queries the MakeModelApplications view to return all the applications associated with a make and model combination

MMAdmins

Queries the MakeModelAdministrators view to return all the user accounts to be made members of the local Administrator group on the target computers that match a make and model combination

MMRoles

Queries the MakeModelRoles view to return all the roles associated with a make and model combination

 

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

Configure the Retreival of Configuration Settings from the MDT DB by Directly Modifying the CustomSettings.ini File