MDT 2012 Settings Per Task Sequence

I recently converted to MDT after running 2010 for awhile. 10 December 2010 I blogged about MDT 2010 Automatically Move Computers to the Right OU.

After I upgraded from 2010 to MDT this did not work anymore.

After a lot of searching a found the following on the Technet Forum at the section: MDT 2012 – Settings Per Task Sequence

I changed file and it work again Glimlach

1. Edit DeployWiz_SelectTS.vbs
2. Add after "Dim sTemplate"
Dim sCmd
Set Oshell = createObject("Wscript.shell")
3. Add before "End Function" (bottom of page)
sCmd = "wscript.exe """ & oUtility.ScriptDir & "\ZTIGather.wsf"""
oItem = oSHell.Run(sCmd, , true)

You can download the changed  file here: DeployWiz_SelectTS.7z

1-09-2012
In 1 2012 1 this was fixed Glimlach. But in de final release 2012 1 this is still a issue….. Bedroefde emoticon but no error anymore at the final page Glimlach.

Translate »
%d bloggers like this: