<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>User Experience for Configuration Manager Task Sequences - Part I</title><link>http://blogs.technet.com/deploymentguys/archive/2008/12/04/user-experience-for-configuration-manager-task-sequences-part-i.aspx</link><description>Ever wanted to add your own user communication and interaction to a Configuration Manager task sequence? Below is an HTML Application (HTA) that has a user interface for the task sequence with information about the deployment, a button to cancel or pause</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>task sequence scripts</title><link>http://blogs.technet.com/deploymentguys/archive/2008/12/04/user-experience-for-configuration-manager-task-sequences-part-i.aspx#3181705</link><pubDate>Tue, 13 Jan 2009 16:34:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3181705</guid><dc:creator>Maarten</dc:creator><description>&lt;p&gt;Aly,&lt;/p&gt;
&lt;p&gt;looks very interesting. But you lost me in the last 3 steps. You say I need to add these extra lines in my scripts?&lt;/p&gt;
&lt;p&gt;Could you get into a bit more detail about that please?&lt;/p&gt;
&lt;p&gt;what scripts? My TS is made out of the default blocks provided by SCCM and I use no custom scripts. Where should I put that &amp;nbsp;&amp;lt;script language=&amp;quot;VBScript&amp;quot; src=&amp;quot;OutputMessage.vbs&amp;quot;/&amp;gt; line? and all the other ones...?&lt;/p&gt;
&lt;p&gt;thanks!&lt;/p&gt;
&lt;p&gt;Maarten&lt;/p&gt;</description></item><item><title>re: User Experience for Configuration Manager Task Sequences - Part I</title><link>http://blogs.technet.com/deploymentguys/archive/2008/12/04/user-experience-for-configuration-manager-task-sequences-part-i.aspx#3181728</link><pubDate>Tue, 13 Jan 2009 17:13:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3181728</guid><dc:creator>mpauchet</dc:creator><description>&lt;p&gt;Hi Aly,&lt;/p&gt;
&lt;p&gt;(I already posted this question but didn't see my comment appear so now trying again after logging in)&lt;/p&gt;
&lt;p&gt;I like this modification, but could you give some more info on these extra lines that need to be added (step 6-7)?&lt;/p&gt;
&lt;p&gt;We use SCCM for deployment, using only the default SCCM task to make our TS. So in which scripts do I have to put these lines?&lt;/p&gt;
&lt;p&gt;thanks for the info. looking forward to trying it..&lt;/p&gt;
&lt;p&gt;Maarten&lt;/p&gt;</description></item><item><title>re: User Experience for Configuration Manager Task Sequences - Part I</title><link>http://blogs.technet.com/deploymentguys/archive/2008/12/04/user-experience-for-configuration-manager-task-sequences-part-i.aspx#3181922</link><pubDate>Tue, 13 Jan 2009 21:39:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3181922</guid><dc:creator>DeploymentGuys</dc:creator><description>&lt;p&gt;Maarten,&lt;/p&gt;
&lt;p&gt;I was referring to any custom scripts you plan to add. If you simply want to write to the User Experience you can create a custom script to that just that. For instance:&lt;/p&gt;
&lt;p&gt;1. Add a command-line action in your task sequence to run this custom script.&lt;/p&gt;
&lt;p&gt;Cscript MyCustomScript.wsf&lt;/p&gt;
&lt;p&gt;2. Create the MyCustomScript.wsf and put it in an SCCM Package. Reference that package in the action you added in (1).&lt;/p&gt;
&lt;p&gt;3. Here is sample syntax for MyCustomScript.wsf&lt;/p&gt;
&lt;p&gt;&amp;lt;job id=&amp;quot;MyCustomScript&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&amp;quot;VBScript&amp;quot; src=&amp;quot;OutputMessage.vbs&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&amp;quot;vbscript&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;OutputMessage &amp;quot;Info&amp;quot;, &amp;quot;Validating machine&amp;quot;, &amp;quot;Please wait while your deployment begins&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/job&amp;gt;&lt;/p&gt;
&lt;p&gt;4. You can replace the message with whatever you like. You can duplicate this script and call a different message during the task sequence.&lt;/p&gt;
&lt;p&gt;Hope that helps,&lt;/p&gt;
&lt;p&gt;Aly&lt;/p&gt;
</description></item><item><title>Creating a user-interactive Task Sequence experience</title><link>http://blogs.technet.com/deploymentguys/archive/2008/12/04/user-experience-for-configuration-manager-task-sequences-part-i.aspx#3232226</link><pubDate>Wed, 29 Apr 2009 03:26:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3232226</guid><dc:creator>Cravings of OSD</dc:creator><description>&lt;p&gt;In the interest of bettering user experience, this post covers launching an interactive process from&lt;/p&gt;</description></item></channel></rss>