Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 7 of 7)

Custom Edit the Deployment Wizard to Add a New Page

 

In the final part of the seven part series we’ll see how we can do further customizations to the MDT deployments.  We’ll use the MDT 2010 Wizard editor from CodePlex to modify our Windows Deployment Wizard.  In this demonstration we’ll create a new pane in the wizard that will reference a script that adds a specified user into the Local Administrators group.  We’ll explore two ways to do the same thing:  a Custom Task Sequence that calls the script, and Custom Task Sequence that deploys an application via the command line that uses a variable that the MDT will automatically expand using the script to produce the correct string for cmd.exe.

 

Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 1 of 7)

Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 2 of 7)

Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 3 of 7)

Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 4 of 7)

Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 5 of 7)

Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 6 of 7)

Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 7 of 7)