Troubleshooting CM2012 Task Sequence Actions Using ServiceUI
Jul
5
Written by:
7/5/2012 10:53 AM
When developing custom scripts for ConfigMgr 2012 you can save a lot of time by having a test-environment that allows you to interact with the Task Sequence in running Windows. The Task Sequence suppresses interaction by default, but by using ServiceUI.exe you can workaround that...
Simply add this command where you want to debug scripts or other in components the task sequence:
"%deployroot%\tools\%architecture%\ServiceUI.exe" -process:TSProgressUI.exe C:\Windows\System32\cmd.exe
Check this short video on how you simulate deployment settings and use the ServiceUI.exe for script testing...
Troubleshooting CM2012 Task Sequence Actions Using ServiceUI (07:55)
Starting the command prompt via the ServuceUI.exe
Running scripts in the command prompt that can interact with task sequence settings and objects...
/ Johan
1 comment(s) so far...
Re: Troubleshooting CM2012 Task Sequence Actions Using ServiceUI
it let me learn more! thanks
By stamergrovel on
8/2/2012 11:06 PM
|