The Universal Unique Identifier (UUID) stored in the System Management BIOS of the target computer.
The format for UUID is a 16-byte value using hexadecimal digits in the following format: 12345678-1234-1234-1234-123456789ABC. 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 |
UUID |
The UUID of the target computer |
Example |
None |
Related Topics