The asset tag number associated with the target computer. The format for asset tag numbers is undefined. Use this property to create a subsection that contains settings targeted to a specific computer.
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 |
asset_tag |
The format of the asset tag is undefined and is determined by the asset tag standard of each organization. |
Example 1 |
[Settings] Priority=Default
[Default] OSDComputerName=HP-%AssetTag% |
Example 2 |
[Settings] Priority=AssetTag, Default
[Default] OSInstall=YES
[0034034931] OSDComputerName=HPD530-1
[0034003233] OSDNEWMACHINENAME=BVMXP |
Related Topics