Controls the verbosity of messages written to the MDT log files. This property can be configured to help assist in troubleshooting deployments by providing extended information about the MDT deployment process.
You can set this property by starting the LiteTouch.vbs script with the /debug:true command-line parameter as follows:
cscript.exe LiteTouch.vbs /debug:true
After the LiteTouch.vbs script is started, the Debug property’s value is set to TRUE, and all other scripts are automatically read the value of this property and provide verbose information.
Note This property is dynamically set by the MDT scripts and is not configured in CustomSettings.ini or in the MDT DB. Treat this property as read only.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
|
|
|
|
MDT DB |
|
|
ZTI |
˜ |
Value |
Description |
TRUE |
Debug logging is enabled, which includes the following: · Verbose messages are logged. · Deprecated messages are logged as errors. |
FALSE |
Debug logging is not enabled. This is the default value. |
Example |
None |
Related Topics