This script is used by an OEM during an LTI OEM scenario to copy the contents of a media deployment share to the target computer’s hard disk to prepare it for duplication.
Value |
Description |
Input |
Environment variables. Contains the list of property values, custom properties, database connections, deployment rules, and other information that the scripts require to complete the deployment process. The environment variables are populated by ZTIGather.wsf. |
Output |
· LTIOEM.log. Log file that contains events that this script generates · BDD.log. Log file that contains events that all MDT scripts generate |
References |
· RoboCopy.exe. File and folder copy tool · ZTIUtility.vbs. Includes support functions and subroutines that the script uses |
Location |
distribution\Scripts |
Use |
cscript LTIOEM.wsf </BITLOCKER | /BDE> </debug:value> |
Arguments
Value |
Description |
/debug:value |
Outputs the event messages to the console and to the .log files. If the value specified in value is: · TRUE, event messages are sent to the console and the .log files · FALSE, event messages are sent only to the .log files (this is the behavior when the argument is not provided) |
/BITLOCKER |
Enables BitLocker |
/BDE |
Enables BitLocker |
Properties
Name |
Read |
Write |
_DoNotCleanLiteTouch |
|
˜ |
DeployDrive |
˜ |
|
DeployRoot |
˜ |
|
TSGUID |
˜ |
|
Related Topics