Using the Suspend Action (LTISuspend.wsf) in MDT

When developing a reference image, or any other time you just want the task sequence to take a break, the built-in LTISuspend.wsf script is quite useful. This script pauses a task sequence to enable the completion of manual tasks. Upon execution, it generates a "Resume Task Sequence" shortcut on the user's desktop, allowing the task sequence to be resumed once all manual tasks are finished.

Sample Task Sequence

Here is an example of adding the Suspend action to a build and capture task sequence, In the full Windows OS (State Restore group) add a Run Command Line action with the following settings:

Name: Suspend
Command Line: cscript.exe "%SCRIPTROOT%\LTISuspend.wsf"

The configured task sequence.

About the author

Johan Arwidmark

5 1 vote
Article Rating
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted

>