This script suspends a task sequence to allow manual tasks to be performed. When this script runs, it creates a Resume Task Sequence shortcut on the user’s desktop that allows the user to restart the task sequence after all manual tasks are completed.
Note This script is only supported while in the full operating system.
Value |
Description |
Input |
Environment variables. Contains the list of property values, custom properties, database connections, deployment rules, and other information the scripts require to complete the deployment process. The environment variables are populated by ZTIGather.wsf. |
Output |
· LTISuspend.log. Log file that contains events that this script generates · BDD.log. Log file that contains events that all MDT scripts generate |
References |
· LiteTouch.wsf. Controls the LTI deployment process · LTICopyScripts.wsf. Copies the deployment scripts to a local hard drive on the target computer · ZTIUtility.vbs. Includes support functions and subroutines that the script uses |
Location |
distribution\Scripts |
Use |
cscript LTISuspend.wsf </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) |
/Resume |
– |
Properties
Name |
Read |
Write |
LTISuspend |
|
˜ |
SMSTSRebootRequested |
|
˜ |
Related Topics