The model of the target computer. The format for Model is undefined. Use this property to create a subsection that contains settings targeted to a specific computer model number for a specific computer manufacturer (most commonly in conjunction with the Make and Product properties).
Note This property is dynamically set by MDT scripts and cannot have its value set in CustomSettings.ini or the MDT DB. Treat this property as read only. However, you can use this property within CustomSettings.ini or the MDT DB, as shown in the following examples, to aid in defining the configuration of the target computer.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
|
|
|
|
MDT DB |
|
|
ZTI |
˜ |
Value |
Description |
model |
The model of the target computer |
Example |
[Settings] Priority=Make, Default
[Default]
[Dell Computer Corporation] Subsection=Dell-%Model%
[Dell-Latitude D600] Packages001=XXX00009:Program9 Packages002=XXX0000A:Program10 |
Related Topics