<?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>Back to basics #2 – 7 Things you shouldn’t do in a LiteTouch Deployment</title><link>http://blogs.technet.com/deploymentguys/archive/2008/10/17/back-to-basics-2-7-things-you-shouldn-t-do-in-a-litetouch-deployment.aspx</link><description>The below list is a list of the most common mistakes made when creating a LiteTouch task sequence. While not an exhaustive list, it might help to improve your deployment experience when using MDT to create LiteTouch deployments. 1.) Hard-code paths to</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Back to basics #2 – 7 Things you shouldn’t do in a LiteTouch Deployment</title><link>http://blogs.technet.com/deploymentguys/archive/2008/10/17/back-to-basics-2-7-things-you-shouldn-t-do-in-a-litetouch-deployment.aspx#3144896</link><pubDate>Thu, 30 Oct 2008 23:55:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3144896</guid><dc:creator>Scrubby</dc:creator><description>&lt;p&gt;Thanks all y'all - for the whole thing. &amp;nbsp;I have learned more useful and applicable information from this one blog than from all the docs and other TechNet articles on MDT combined. &amp;nbsp;Go get yourselves a pay raise!&lt;/p&gt;</description></item><item><title>re: Back to basics #2 – 7 Things you shouldn’t do in a LiteTouch Deployment</title><link>http://blogs.technet.com/deploymentguys/archive/2008/10/17/back-to-basics-2-7-things-you-shouldn-t-do-in-a-litetouch-deployment.aspx#3235231</link><pubDate>Tue, 05 May 2009 02:23:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3235231</guid><dc:creator>AD</dc:creator><description>&lt;p&gt;I would like to use The BBD Database to prestage my pc and then have the build read the information the dadabase, to check assettag serialnumber, Build Ou, Image version and last think ig it is allowed to build or not. I know it is possible but how do i get it to work.. please help.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;AD&lt;/p&gt;</description></item><item><title>re: Back to basics #2 – 7 Things you shouldn’t do in a LiteTouch Deployment</title><link>http://blogs.technet.com/deploymentguys/archive/2008/10/17/back-to-basics-2-7-things-you-shouldn-t-do-in-a-litetouch-deployment.aspx#3272189</link><pubDate>Tue, 11 Aug 2009 00:58:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3272189</guid><dc:creator>atolica</dc:creator><description>&lt;p&gt;Hi guys&lt;/p&gt;
&lt;p&gt;sorry to write my problem here but I can't find an old thread&lt;/p&gt;
&lt;p&gt;I am trying to build a master image using MDT beta 2&lt;/p&gt;
&lt;p&gt;I &amp;quot;successfully&amp;quot; wiped an entire drive using diskpart.wsf diskpart.txt routine.&lt;/p&gt;
&lt;p&gt;my diskpart.txt should've just formatthe first partition on disk 0 and not wipe it clean.&lt;/p&gt;
&lt;p&gt;diskpart.txt looks like this&lt;/p&gt;
&lt;p&gt;select disk 0&lt;/p&gt;
&lt;p&gt;select partition 1&lt;/p&gt;
&lt;p&gt;format fs=ntfs&lt;/p&gt;
&lt;p&gt;assign letter=c&lt;/p&gt;
&lt;p&gt;active&lt;/p&gt;
&lt;p&gt;Instead the disk was cleaned and two partitons were created, one OSdisk and one 300 mb in size. What is wrong here?&lt;/p&gt;
&lt;p&gt;Also the applications sequence task didn't run at all. I don't think the sysprep / generalize ran at all because the installation stopped with the Administrator account logged on.&lt;/p&gt;
&lt;p&gt;I am going nuts.&lt;/p&gt;
&lt;p&gt;Anyone?&lt;/p&gt;</description></item><item><title>re: Back to basics #2 – 7 Things you shouldn’t do in a LiteTouch Deployment</title><link>http://blogs.technet.com/deploymentguys/archive/2008/10/17/back-to-basics-2-7-things-you-shouldn-t-do-in-a-litetouch-deployment.aspx#3272203</link><pubDate>Tue, 11 Aug 2009 02:48:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3272203</guid><dc:creator>BenHunter</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;This is a default partition that is created by Windows 7 and Windows 2008 R2. It is so that you can have space to enable BitLocker at a later time.&lt;/p&gt;
&lt;p&gt;To disable funjctionality this you can add the following line to the customsettings.ini file:&lt;/p&gt;
&lt;p&gt;DoNotCreateExtraPartition=YES&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;
</description></item><item><title>re: Back to basics #2 – 7 Things you shouldn’t do in a LiteTouch Deployment</title><link>http://blogs.technet.com/deploymentguys/archive/2008/10/17/back-to-basics-2-7-things-you-shouldn-t-do-in-a-litetouch-deployment.aspx#3272768</link><pubDate>Wed, 12 Aug 2009 17:24:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3272768</guid><dc:creator>Atolica</dc:creator><description>&lt;p&gt;Hi Ben&lt;/p&gt;
&lt;p&gt;I looked over ztidiskpart.wsf script and found two lines that run the &amp;quot;clean&amp;quot; command. If I delete those two lines, as I don't want my disks wiped out, the install breaks.&lt;/p&gt;
&lt;p&gt;I don't see any advantages in using the script for what I need. I'll stick to diskpart.exe /s diskpart.txt.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Atolica&lt;/p&gt;</description></item><item><title>Sysprep not running</title><link>http://blogs.technet.com/deploymentguys/archive/2008/10/17/back-to-basics-2-7-things-you-shouldn-t-do-in-a-litetouch-deployment.aspx#3273043</link><pubDate>Thu, 13 Aug 2009 11:24:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3273043</guid><dc:creator>Atolica</dc:creator><description>&lt;p&gt;Hi Ben&lt;/p&gt;
&lt;p&gt;I wrote you in another post about a sysprep error. Can you tell me what's wrong?&lt;/p&gt;
&lt;p&gt;&amp;quot;Windows could not finish configuring the system. To attempt to resume configuration restart computer&amp;quot;.&lt;/p&gt;
&lt;p&gt;That comes up after I run sysprep /generalize /quiet /oobe, and restart the pc in oobe mode.&lt;/p&gt;
&lt;p&gt;I'm running sysprep manually because it won't run automatically from the task sequence(after installing applications). The process stops entirely.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Atolica&lt;/p&gt;</description></item></channel></rss>