It is common for a deployment team to have complex requirements, specific to their target environment, that are not met by the Deployment Workbench predefined task sequence actions or by default MDT configuration files. In this situation, implement custom code to meet their requirements.
Integrate custom deployment code into MDT by:
· Choosing a scripting language as described in Choosing the Appropriate Scripting Language
· Leveraging ZTIUtility.vbs as described in Understanding How to Leverage ZTIUtility
· Integrating custom deployment code as described in Integrating Custom Deployment Code
The following sections assume that MDT is configured on a deployment server.
Related Topics
Microsoft Deployment Toolkit Samples
Guide
Choosing the Appropriate
Scripting Language
Understanding How to Leverage
ZTIUtility
Integrating Custom
Deployment Code