Microsoft Deployment Toolkit
Documentation Library Configure Properties That Are Used for Deployment to a Specific Computer |
The Configure DB Wizard configures the Priority property and creates the corresponding section in the CustomSettings.ini file for computer specific deployments using the MDT DB. Table 192 lists the sections created and a provides brief description of the purpose of each section. Refer to the example CustomSettings.ini file in Table 192.
Table 192. Sections in the CustomSettings.ini File for Deployment to a Specific Computer and Their Purpose
Section |
Purpose |
CSettings |
Queries the ComputerSettings view to identify a computer based on any combination of the UUID, AssetTag, SerialNumber, and MACAddress properties |
CPackages |
Queries the ComputerPackages view to return all the packages associated with a computer |
Capps |
Queries the ComputerApplications view to return all the applications associated with a computer |
CAdmins |
Queries the ComputerAdministrators view to return all the user accounts to be made members of the local Administrator group on the target computer |
CRoles |
Queries the ComputerRoles view to return all the roles associated with a 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