Hi Jan, are you using the LTISuspend.wsf script from MDT? If not, have a look at http://www.windows-noob.com/forums/index.php?/topic/8846-how-can-i-pause-a-task-sequence-in-system-center-2012-configuration-manager/ (with ConfigMgr) or http://mdtguy.wordpress.com/2013/04/22/building-images-in-mdt-2012/ (MDT standalone)
This will allow you to do any sort of stuff during a Task Sequence. ------- David http://www.david-obrien.net To: [email protected] Subject: [MDT-OSD] "Pauzing" a task sequence in MDT From: [email protected] Date: Sat, 22 Feb 2014 12:58:27 +0100 Hi I'm having an interesting issue. We are deploying tablets via a docking station (only whay -> network, join domain, and so on) Now, the supplier came out with a hotfix for the portable keyboard (so it can be used as a mini laptop or tablet) which is just adding some regvalues in the HKLM/system/enum/currentcontrolset/USB ..... These keys only exist if the keyboard was attached once so not during the deployment AND they can't be pre-provisionned. I've created a script as part of the task sequence which tells the "deploy guy" to : -> remove it from the docking (so losing network connection) -> connecting the keyboard -> the script will check if the new keys pop up in the registry: -> if yes -> values changed -> add it back to the docking -> if not -> loop the script After detection and changing the values, which actually works, and putting it back into the docking, the task-sequence just stops and shows the desktop. I think it probably has something to do with the loss of network connection. If somebody encountered such a "dillema" please advice otherwise I'll just create a sheduled task on the device with a trigger on an event (namely the adding of the keyboard) and try to add the keys like that. Thanks! Met vriendelijke groeten. Cordialement. Mit freundlichen Grüßen. Best Regards. Jan
