<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Blog of Todd &#187; Microsoft Deployment Toolkit</title>
	<atom:link href="http://www.toddlamothe.com/microsoft-deployment-toolkit/feed" rel="self" type="application/rss+xml" />
	<link>http://www.toddlamothe.com</link>
	<description>Deployment &#38; Network Administration</description>
	<lastBuildDate>Mon, 23 Aug 2010 19:22:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Driver Management in MDT 2010</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/driver-management-mdt-2010.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/driver-management-mdt-2010.htm#comments</comments>
		<pubDate>Mon, 09 Aug 2010 10:05:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[MDT]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/?p=839</guid>
		<description><![CDATA[Information on how to manage drivers from multiple vendors in Microsoft Deployment Toolkit 2010. ]]></description>
			<content:encoded><![CDATA[<p>If you manage drivers in Microsoft Deployment Toolkit, you know it can get unwieldy to manage all the drivers in one big folder. I had done it that way for quite a while as I only had 3 or 4 builds of computers that I managed from MDT. These days though I manage about 10 different kinds of computers covering netbooks, laptops, desktops and servers.  I needed a way to be able to figure out which driver was for which computer. I had used folders to manage this and it seemed to work okay. Put all the Dell drivers in one folder, put HP into another folder. I never encountered any problems doing this.</p>
<p>I was reading a <a href="http://www.deployvista.com/Blog/JohanArwidmark/tabid/78/EntryID/132/language/en-US/Default.aspx" target="_blank">post about driver management</a> recently by Johan Arwidmark and he takes it a step further. To ensure the Dell doesn’t get an HP driver, or vice versa, he uses driver groups. I took it one step further and added the make and model.</p>
<p>So my folder goes, Windows 7 –&gt; Make –&gt; Model.  To get the make and model, run the command cscript ZTIGather.vbs and look for the make and model.</p>
<p>Here is the screen shot of my drivers folder.</p>
<p><a href="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/07/MDTDriverGroup.jpg"><img class="wlDisabledImage" style="display: inline; border-width: 0px;" title="MDT-Driver-Group" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/07/MDTDriverGroup_thumb.jpg" border="0" alt="MDT-Driver-Group" width="543" height="484" /></a></p>
<p>Next edit the task sequence and setup which folders to look at when deploying the operating system.</p>
<p><a href="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/08/MDTDriverGroup.png"><img class="wlDisabledImage" style="display: inline; border: 0px;" title="MDT-DriverGroup" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/08/MDTDriverGroup_thumb.png" border="0" alt="MDT-DriverGroup" width="542" height="484" /></a></p>
<p>Finally, we need to tell MDT not to use all the drivers. So at the inject drivers task, we tell it to use Nothing. It will inject the drivers specified in the DriverGroup</p>
<p><a href="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/07/MDTInjectDriverGroup.jpg"><img class="wlDisabledImage" style="display: inline; border-width: 0px;" title="MDT-Inject-Driver-Group" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/07/MDTInjectDriverGroup_thumb.jpg" border="0" alt="MDT-Inject-Driver-Group" width="542" height="484" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/driver-management-mdt-2010.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft Deployment Toolkit 2010 Update 1 Released</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-2010-update-1-released.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-2010-update-1-released.htm#comments</comments>
		<pubDate>Fri, 09 Jul 2010 03:00:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/?p=833</guid>
		<description><![CDATA[Micrososft Deployment Toolkit Update 1 has been released. I talk about some new features that have helped me out and provided the download link.]]></description>
			<content:encoded><![CDATA[<p>I received an email yesterday letting me know that Microsoft Deployment Toolkit (MDT) 2010 has been released.</p>
<p>Check out the <a href="http://windowsteamblog.com/windows/b/springboard/archive/2010/07/07/microsoft-deployment-toolkit-2010-update-1-now-available.aspx" target="_blank">Springboard Series Blog</a> for information on the new features. Highlights for me are:</p>
<ul>
<li>support for Microsoft Office 2010</li>
<li>improved driver importing</li>
<li>cosmetic changes to the UI</li>
</ul>
<p>Support for Office 2010 is pretty simple; there is no need to explain. The improved driver importing is something I found helpful in my environment. What MDT does now is check the drivers and see what platforms they support rather rely on what the drivers say they support. The benefit of this is that you will have less deployment problems. I have imported drivers that stated they were 64 bit. MDT checked them and said (rough translation):</p>
<p>&#8220;Even though ACME Corp says they are 64 bit, these are 32 bit.”</p>
<p>It’s nice to have the deployment environment checking that for you.</p>
<p>The other change is the update to the environment. Gone is the guy helping the lady with the computer.Now we just have a basic blue screen, throughout the prompts. Of course, you can change the picture and make it whatever you want.</p>
<p>Looking for the download, go to the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=3bd8561f-77ac-4400-a0c1-fe871c461a89&amp;displaylang=en&amp;tm" target="_blank">MDT Download Center page.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-2010-update-1-released.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing Bootstrap.ini in MDT</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/customizing-bootstrap-mdt.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/customizing-bootstrap-mdt.htm#comments</comments>
		<pubDate>Mon, 08 Feb 2010 17:30:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/?p=704</guid>
		<description><![CDATA[Information on customizing the bootstrap.ini file in Microsoft Deployment Toolkit (MDT) 2010 to handle multiple deployment shares.]]></description>
			<content:encoded><![CDATA[<p>As I showed in my <a title="Editing CustomSettings.ini in MDT 2010" href="http://www.toddlamothe.com/microsoft-deployment-toolkit/customsettings-ini-mdt.htm" target="_blank">last post</a>, you can make changes to customsettings.ini to really make your deployments go easier and quicker. Another file you can make changes to is the bootstrap.ini file.</p>
<p>This file basically has tells the Deployment wizard where to find the information it needs on the network. The file looks like this.</p>
<p><span style="font-family: Courier New;">[Settings]<br />
Priority=Default </span></p>
<p><span style="font-family: Courier New;">[Default]<br />
DeployRoot=\\SERVER01\DeploymentShare$</span></p>
<p>You can modify this file to point to a different location, so a different server and enter in credentials.</p>
<p><span style="font-family: Courier New;">[Settings]<br />
Priority=Default </span></p>
<p><span style="font-family: Courier New;">[Default]<br />
DeployRoot=\\%WDSServer%\DeploymentShare$ </span></p>
<p><span style="font-family: Courier New;">UserID=MDTAccount<br />
</span><span style="font-family: Courier New;">UserDomain=yourdomain<br />
UserPassword=Password123 </span></p>
<p><span style="font-family: Courier New;">SkipBDDWelcome=YES</span></p>
<p>Looking at the above file, I have done a few things. The first was to change the deployment root to point to the WDS Server that the boot.wim booted from. %WDSSERVER% is a variable that will populate with the WDS server name at launch time. If I have a specific server I want to run MDT from, then I would enter it in on DeployRoot instead. So if I wanted to use Server1, the line would be <span style="font-family: Courier New;">DeployRoot=\\Server1\DeploymentShare$</span></p>
<p>Another thing you can do is set the deployment share based on the default gateway. I seen the information on how to do that at the TechNet forums. Here is the URL -&gt; <a title="http://social.technet.microsoft.com/Forums/en/mdt/thread/62809d7e-553d-41b7-a92e-93ba3b1972c7" href="http://social.technet.microsoft.com/Forums/en/mdt/thread/62809d7e-553d-41b7-a92e-93ba3b1972c7">http://social.technet.microsoft.com/Forums/en/mdt/thread/62809d7e-553d-41b7-a92e-93ba3b1972c7</a></p>
<p>The next three lines show the user credentials used to connect to the deployment share.<br />
The last line, self-explanatory, skips the BDD Welcome information.</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/customizing-bootstrap-mdt.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing CustomSettings.ini in MDT</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/customsettings-ini-mdt.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/customsettings-ini-mdt.htm#comments</comments>
		<pubDate>Tue, 26 Jan 2010 17:20:58 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[customsettings.ini]]></category>
		<category><![CDATA[Deployment Wizard]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/?p=685</guid>
		<description><![CDATA[An example of a customized CustomSettings.ini file in Microsoft Deployment Toolkit (MDT) 2010. Information on automating the LTI deployment.]]></description>
			<content:encoded><![CDATA[<p>One of the neat things you can do with Microsoft Deployment Toolkit 2010 is you can customize it to show or hide screens when running through the deployment wizard.</p>
<p>Lets have a look at my customsettings.ini file, the file is found in the Control folder. This file is on my memory stick and installs my Patron computer builds. What I do is block all pages except the computer name field. I manually enter the computer name and I am off to the races. It also will give me the final summary letting me know if everything worked or not.</p>
<p><span id="_marker"> </span></p>
<pre><span style="font-family: 'Courier New';"><span style="font-size: small;">[Settings]</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">Priority=Default</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">Properties=MyCustomProperty</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;"> </span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">[Default]</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">OSInstall=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipAdminPassword=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipApplications=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipAppsOnUpgrade=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipBDDWelcome=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipBitLocker=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipCapture=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipComputerName=No</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipComputerBackup=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipDeploymentType=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">DeploymentType=NEWCOMPUTER</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipDomainMembership=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">JoinDomain=yourdomain.local</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">DomainAdmin=Deployment_Account</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">DomainAdminDomain=yourdomain</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">DomainAdminPassword=Pa$$w0rd</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipFinalSummary=No</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipLocaleSelection=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">KeyboardLocale=en-US</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">UserLocale=en-US</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">UILanguage=en-US</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipPackageDisplay=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipProductKey=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipSummary=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipTaskSequence=YES</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">TaskSequenceID=VISTAPATRON</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">SkipTimeZone=Yes</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">TimeZone=035</span></span></pre>
<pre class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-family: 'Courier New';"><span style="font-size: small;">TimeZoneName=Eastern Standard Time</span></span></pre>
<pre><span style="line-height: 115%; font-family: 'Courier New'; font-size: 10.5pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa;">SkipUserData=Yes</span></pre>
<p>In order for this to work properly, we need ensure we modified our task sequences to install software we want installed. We also need to ensure when setting up the task sequence we entered in a license key (if needed) and the admin password.</p>
<p>I’ll be covering these customizations of a few blog posts. I am also going to be creating some instructional podcasts around MDT as well, so this could be included in that.</p>
<p>For more information on this as well, check out fellow MVP Mitch Tulloch&#8217;s posts on the subject at <a href="http://www.windowsnetworking.com/articles_tutorials/Deploying-Windows-7-Part7.html" target="_blank">http://www.windowsnetworking.com/articles_tutorials/Deploying-Windows-7-Part7.html</a>. He has a whole series dedicated to Windows 7 Deployment.</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/customsettings-ini-mdt.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pause Task Sequence in MDT 2010</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:10:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Building Images]]></category>
		<category><![CDATA[Image Boot]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm</guid>
		<description><![CDATA[With a new year comes new images for my MDT servers. At TechDays in Ottawa, I presented the MDT session in the client track on Day 1. Afterwards, I had some great discussions with a few people from major Canadian government offices. One of my challenges has been how to add extra software to an [...]]]></description>
			<content:encoded><![CDATA[<p>With a new year comes new images for my <acronym title="Microsoft Deployment Toolkit">MDT</acronym> servers. At TechDays in Ottawa, I presented the <acronym title="Microsoft Deployment Toolkit">MDT</acronym> session in the client track on Day 1. Afterwards, I had some great discussions with a few people from major Canadian government offices. One of my challenges has been how to add extra software to an image which doesn’t have a great silent install. What I had been doing was building the machine using <acronym title="Microsoft Deployment Toolkit">MDT</acronym>, then when it was done, adding unfriendly software, patches, etc. to the build after. This is a pain as you have to then Sysprep the image, boot into a Windows PE environment then capture the image using ImageX.</p>
<p>The people I met spend the majority of their day building images. For me, I do this a couple of times of year. They had some great experiences which they shared and one of those things was a pause task sequence routine they are using. What it is a call to pause the machine sequence build. Some of them are using a VBscript which essential calls notepad and leaves it open while you do all the extra work you need to do. When you close notepad, <acronym title="Microsoft Deployment Toolkit">MDT</acronym> continues on with its task sequence. Also new to <acronym title="Microsoft Deployment Toolkit">MDT</acronym> 2010 is a script called LTISuspend.wsf.</p>
<p>The method I chose was to create a batch file called pausetask.bat with one line:</p>
<pre class="csharpcode">START /WAIT Notepad.exe .\SomeTextFile.txt</pre>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>Then, I saved it in a folder and created a new application called Pause Task Sequence – Notepad. Here is a snapshot of the properties of the application. </p>
<p><a href="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/01/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Microsoft Deployment Toolkit (MDT) 2010 Application Properties Snapshot" border="0" alt="Microsoft Deployment Toolkit (MDT) 2010 Application Properties Snapshot" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/01/image_thumb.png" width="242" height="198" /></a> </p>
<p>Next thing you want to do is ensure that the pause task runs on your fresh builds. On my Windows 7 install task (and I should note, this works with all versions of Windows you can deploy with <acronym title="Microsoft Deployment Toolkit">MDT</acronym>, even Windows XP), I added an install application task to my task sequence. To do this, click Add and general and Install Application. I add the new task sequence right after I install my applications. </p>
<p><a href="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/01/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Microsoft Deployment Toolkt (MDT) 2010 Add New Task Sequence Install Application Snapshot" border="0" alt="Microsoft Deployment Toolkt (MDT) 2010 Add New Task Sequence Install Application Snapshot" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/01/image_thumb1.png" width="242" height="213" /></a> </p>
<p>As long as I keep notepad open, the task sequence pauses to let me do other things. I was able to install some custom line of business applications to my builds yesterday and install Windows Updates prior to capturing the image. You can even reboot the computer and as long as you don’t manually close notepad, the computer reboots and notepad pops back up, continuing to pause the <acronym title="Microsoft Deployment Toolkit">MDT</acronym> task sequence. </p>
<p>If you want to use the new method of calling LTISuspend.wsf in <acronym title="Microsoft Deployment Toolkit">MDT</acronym> 2010 then add a command line task instead of an install application task. </p>
<p><a href="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/01/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Microsoft Deployment Toolkt (MDT) 2010 Add New Task Sequence Run Command Line Snapshot" border="0" alt="Microsoft Deployment Toolkt (MDT) 2010 Add New Task Sequence Run Command Line Snapshot" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/01/image_thumb2.png" width="242" height="216" /></a> </p>
<p>In the command line enter </p>
<pre class="csharpcode">cscript.exe %SCRIPTROOT%\LTISuspend.wsf</pre>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p><a href="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/01/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Microsoft Deployment Toolkt (MDT) 2010 Properties of Run Command Line Task Snapshot" border="0" alt="Microsoft Deployment Toolkt (MDT) 2010 Properties of Run Command Line Task Snapshot" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2010/01/image_thumb3.png" width="242" height="215" /></a> </p>
<p>Then when this one executes, the LTI process suspends, you do what ever you need to do and then when you are ready to continue on, you click a desktop shortcut to resume the process.</p>
<p>While there is a capture image task sequence now part of <acronym title="Microsoft Deployment Toolkit">MDT</acronym> 2010 as well, capturing the image while building the computer is the preferred option. </p>
<p>A couple of articles to check out on this subject:</p>
<p><a title="http://blogs.technet.com/deploymentguys/archive/2008/07/07/useful-script-number-6-pausing-the-task-sequence.aspx" href="http://blogs.technet.com/deploymentguys/archive/2008/07/07/useful-script-number-6-pausing-the-task-sequence.aspx">http://blogs.technet.com/deploymentguys/archive/2008/07/07/useful-script-number-6-pausing-the-task-sequence.aspx</a></p>
<p><a title="http://www.eggheadcafe.com/software/aspnet/33524765/how-to-pause-the-capture.aspx" href="http://www.eggheadcafe.com/software/aspnet/33524765/how-to-pause-the-capture.aspx">http://www.eggheadcafe.com/software/aspnet/33524765/how-to-pause-the-capture.aspx</a></p>
<p><a title="http://blogs.technet.com/mniehaus/archive/2009/06/27/mdt-2010-new-feature-3-suspend-and-resume-a-lite-touch-task-sequence.aspx" href="http://blogs.technet.com/mniehaus/archive/2009/06/27/mdt-2010-new-feature-3-suspend-and-resume-a-lite-touch-task-sequence.aspx">http://blogs.technet.com/mniehaus/archive/2009/06/27/mdt-2010-new-feature-3-suspend-and-resume-a-lite-touch-task-sequence.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Microsoft Deployment Toolkit (MDT) 2010 Released</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-mdt-2010-released.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-mdt-2010-released.htm#comments</comments>
		<pubDate>Thu, 10 Sep 2009 11:00:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[MDT 2010]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-mdt-2010-released.htm</guid>
		<description><![CDATA[The new version of the Microsoft Deployment Toolkit (MDT 2010) has been released today. MDT is the recommended toolset to automate server and desktop deployments. Having used it for about 2 years I find it the best tool for deploying new Windows computers. Every computer which enters into service in the library system has its [...]]]></description>
			<content:encoded><![CDATA[<p>The new version of the Microsoft Deployment Toolkit (MDT 2010) has been released today. <abbr title="Microsoft Deployment Toolkit">MDT</abbr> is the recommended toolset to automate server and desktop deployments. Having used it for about 2 years I find it the best tool for deploying new Windows computers. Every computer which enters into service in the library system has its operating system and its applications deployed onto using <acronym title="Microsoft Deployment Toolkit">MDT.</acronym></p>
<p><acronym title="Microsoft Deployment Toolkit"></acronym></p>
<h4>Highlights of Microsoft Deployment Toolkit (MDT) 2010</h4>
<ul>
<li>
<p>Unified tools and processes required for desktop and server deployment in a common deployment console and collection of guidance. </p>
</li>
<li>
<p>Reduced deployment time and standardized desktop and server images, along with improved security and ongoing configuration management.</p>
</li>
</ul>
<ul>
<li>Fully automated Zero Touch Installation deployments by leveraging System Center Configuration Manager 2007 Service Pack 2 Release Candidate and Windows deployment tools. For those without a System Center Configuration Manager 2007 infrastructure, <span class="acronym" title="Microsoft Deployment Toolkit">MDT</span> leverages Windows deployment tools for Lite Touch Installation deployments. </li>
</ul>
<h4>&#160;</h4>
<h4>New Features for Microsoft Deployment Toolkit (MDT)2010</h4>
<ul>
<li>
<p>Access deployment shares from anywhere on the network and replicate files and settings across organizational boundaries or sites.</p>
</li>
<li>
<p>Organize and manage drivers, operating systems, applications, packages, and task sequences with an improved UI.</p>
</li>
<li>
<p>Automate UI functionality using the new Windows PowerShell command line interface. </p>
</li>
</ul>
<p>Now that you know what it can do for you, your next step is to download <a href="http://go.microsoft.com/fwlink/?LinkId=159061">Microsoft Deployment Toolkit 2010</a>. You can learn more about <acronym title="Microsoft Deployment Toolkit">MDT</acronym> by visiting the <a href="http://www.microsoft.com/mdt">MDT site on TechNet</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-mdt-2010-released.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MDT 2010 to Deploy Windows 7 to a VHD</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/mdt-2010-deploy-windows-7-vhd.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/mdt-2010-deploy-windows-7-vhd.htm#comments</comments>
		<pubDate>Sun, 08 Mar 2009 17:00:58 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[VHD]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/?p=392</guid>
		<description><![CDATA[I was getting caught up on some blog reading over my lunch hour and noticed a new post by the Deployment Guys on their blog. If you didn’t know, with Windows 7, you can now boot from VHD; there is even a trick to make Windows Vista boot from VHD. Booting loads the VHD and [...]]]></description>
			<content:encoded><![CDATA[<p>I was getting caught up on some blog reading over my lunch hour and noticed a new post by the <a title="Deployment Guys" href="http://blogs.technet.com/deploymentguys/">Deployment Guys</a> on their blog. If you didn’t know, with Windows 7, you can now boot from VHD; there is even a trick to make Windows Vista boot from VHD. Booting loads the VHD and uses your physical hardware, its a great way multi-boot a computer into an OS that is VHD aware. In the Microsoft world, at this point in time, this means <strong>Windows 7 and Windows Server 2008 R2.</strong></p>
<p>The post from the Deployment Guys blog explains how to deploy Windows 7 using Microsoft Deployment Toolkit 2010 (MDT 2010) to a computer and instead of deploying to Disk 0 Partition 1, it is set to deploy to VHD file.</p>
<h4>How to Setup <acronym title="Microsoft Deployment Toolkit">MDT </acronym>to Create a Boot from VHD Deployment</h4>
<p>So how do we do this? Here’s the point form version. (You can get pictures from the Deployment Guys blog)</p>
<ol>
<li>Create a task sequence to deploy Windows 7</li>
<li>You are going to insert 3 steps in the Pre-Install \ New Computer only phase</li>
<li>Edit the task sequence that changes how the drive is partitioned (I presented how to do this at TechDays Ottawa). In this case we don’t want to partition or format the drive. Disable this task sequence.</li>
<li>Insert a Set Task Sequence Variable Step named Set Boot VHD Location. You set the location of the VHD file is by setting the Task Sequence Variable to BootVHDLocation and set the Value to the location where you want the file to exist. (for example C:\Boot1Windows7.vhd) Ensure that the file you named in the variable doesn’t already exist.</li>
<li>Insert a Set Task Sequence Variable Step named Set Boot VHD Size. Set the task sequence variable to BootVHDSize and set the value to the maximum size you want the VHD to be. Ensure you have enough space to grow to the maximum.</li>
<li>Insert a Run Command Line Step and call it Setup VHD. The command line is <span style="font-family: Courier New;">cscript.exe &#8220;%SCRIPTROOT%\ZTIDiskPartVHD.wsf </span>(There is no start in value.)</li>
<li>Download the script ZTIDiskPartVHD.wsf and copy is to your Distrobution$\Scripts folder. The link to the script is at <a title="ZTIDiskpartVHD.zip" href="http://blogs.technet.com/deploymentguys/attachment/3208886.ashx">ZTIDiskpartVHD.zip</a></li>
<li>Run your task sequence on a computer and it will install Windows 7 into a VHD.</li>
</ol>
<p><em>This doesn’t work on machines that use Bitlocker to encrypt the drive.</em></p>
<p>The full article can be found at: <a title="http://blogs.technet.com/deploymentguys/archive/2009/03/03/deploying-win-7-to-boot-from-vhd-with-mdt-2010.aspx" href="http://blogs.technet.com/deploymentguys/archive/2009/03/03/deploying-win-7-to-boot-from-vhd-with-mdt-2010.aspx">http://blogs.technet.com/deploymentguys/archive/2009/03/03/deploying-win-7-to-boot-from-vhd-with-mdt-2010.aspx</a>. They have pretty pictures to help you out.</p>
<p>This is a really smart way to boot into different environments. You can have different VHD images for different tasks, ie. One for programming, one for gaming, etc. Pretty sweet and easy to deploy when using <acronym title="Microsoft Deployment Toolkit">MDT </acronym></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/mdt-2010-deploy-windows-7-vhd.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Deployment Toolkit 2010 (MDT 2010)</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/mdt-2010-microsoft-deployment-toolkit-beta-released.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/mdt-2010-microsoft-deployment-toolkit-beta-released.htm#comments</comments>
		<pubDate>Mon, 12 Jan 2009 12:08:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[Window 2008 R2]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/microsoft-deployment-toolkit/mdt-2010-microsoft-deployment-toolkit-beta-released.htm</guid>
		<description><![CDATA[The MDT 2010 Beta is now available on the Microsoft Connect site as I saw on the Deployment Toolkit Team Blog . This is the next version of the Microsoft Deployment toolkit, which is an accelerator for both OS and application deployments. What’s New? Support for deploying Windows 7, Windows Server 2008 R2 in addition [...]]]></description>
			<content:encoded><![CDATA[<p>The MDT 2010 Beta is now available on the Microsoft Connect site as I saw on the <a title="Deployment Toolkit Team Blog" href="http://blogs.technet.com/msdeployment/default.aspx" rel="nofollow" target="_blank">Deployment Toolkit Team Blog</a> . This is the next version of the Microsoft Deployment toolkit, which is an accelerator for both OS and application deployments. </p>
<p>What’s New?</p>
<ul>
<li>Support for deploying Windows 7, Windows Server 2008 R2 in addition to deploying Windows Vista SP1, Windows Server 2008, Windows XP SP3, and Windows 2003 SP2 </li>
<li>Hard Link Migrations using USMT 4 for Refresh scenarios which will dramatically reduce your user state backup and restore time </li>
<li>Integration of the new Windows AIK 2.0 Beta toolset such as DISM and BCDBOOT, and Windows PE 3.0 </li>
</ul>
<p>&#160;</p>
<p>Also note, this version is for LAB deployments of Windows 7 using Lite Touch. <a title="Michael Niehaus" href="http://blogs.technet.com/mniehaus/default.aspx" rel="nofollow" target="_blank">Michael Niehaus</a> recommends you not deploy this into your live environment which, for most people, is smart idea. No one has ever accused me of being smart or being like most people, but since I don’t want to break my existing MDT setup, I’ll install this to a Hyper-V server and make a test environment for myself. If I get a chance to give it a thorough test and it doesn’t break what I have working already, it might just end up in my live environment before Groundhog’s Day.</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a9cbcee2-53f7-4241-a6e8-84817b5aa389" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Microsoft+Deployment+Toolkit" rel="tag">Microsoft Deployment Toolkit</a>,<a href="http://technorati.com/tags/Windows+7" rel="tag">Windows 7</a>,<a href="http://technorati.com/tags/Windows+2008+R2" rel="tag">Windows 2008 R2</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/mdt-2010-microsoft-deployment-toolkit-beta-released.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Deployment Toolkit and Bootable USB Sticks</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-and-bootable-usb-sticks.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-and-bootable-usb-sticks.htm#comments</comments>
		<pubDate>Tue, 09 Dec 2008 04:42:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[bootable USB]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[memory sticks]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-and-bootable-usb-sticks.htm</guid>
		<description><![CDATA[I was working today on making my memory stick bootable so I could role out new images to the computers in the remote branches where I don’t have deployment servers. I did some searching and came across these instructions which are better than the instructions I posted couple of months back on making a USB [...]]]></description>
			<content:encoded><![CDATA[<p>I was working today on making my memory stick bootable so I could role out new images to the computers in the remote branches where I don’t have deployment servers. I did some searching and came across these instructions which are better than the instructions I posted couple of months back on <a title="Making a USB Stick Bootable" target="_blank" href="http://www.toddlamothe.com/uncategorized/booting-from-usb-stick.htm">making a USB stick bootable</a>. I had tried them but must have missed a step cause it didn’t work for me. (I think I forgot to set the attributes for +S on bootmgr). Today I found these instructions, which did work. At the command prompt do the following</p>
<pre class="csharpcode">diskpart

select disk 1</pre>
<pre class="csharpcode">clean

create partition primary

select partition 1

active

format fs=fat32

assign

exit

Note:The value of disk 1 is equal to the UFD’s disk ID.
Ensure that you are using the correct disk ID.</pre>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>Once you completed that, go to your Media deployment point. This is important, you need to create a deployment point for removable media and then update the files so it populates the share. It will then create a content folder so copy the contents of that folder to the root of the USB stick and make the bootmgr file on the USB stick a system file and you’ll be off to the races. </p>
<p>Remember to get your hands on a fast USB stick, as I followed these instructions on a slow USB stick and it ended up taking 15 minutes to put 1.5gb on the stick and it was taking a long time to boot into PE. I was called out so I had to give up for the time being but I will be getting a faster and a few more USB stick to handle the roll out in the smaller branches.</p>
<p>&#160;</p>
<p>&#160;</p>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b1d1dbe1-1525-4c2f-9542-8a6e49a5428d" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Microsoft+Deployment+Toolkit" rel="tag">Microsoft Deployment Toolkit</a>,<a href="http://technorati.com/tags/bootable+USB+key" rel="tag">bootable USB key</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-and-bootable-usb-sticks.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Another Q&amp;A from my Ottawa Session</title>
		<link>http://www.toddlamothe.com/office-2007/microsoft-deployment-toolkit-office-2007.htm</link>
		<comments>http://www.toddlamothe.com/office-2007/microsoft-deployment-toolkit-office-2007.htm#comments</comments>
		<pubDate>Mon, 01 Dec 2008 03:27:01 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Licensing]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/office-2007/microsoft-deployment-toolkit-office-2007.htm</guid>
		<description><![CDATA[Another question which came up was in regards to licensing. How would one who has different license keys for their office installation use the MDT tool. Provided they were all the same version of Office (2007) just bought at different times, the easiest thing to do would be to install Office 2007 without specifying&#160; a [...]]]></description>
			<content:encoded><![CDATA[<p>Another question which came up was in regards to licensing. How would one who has different license keys for their office installation use the MDT tool. Provided they were all the same version of Office (2007) just bought at different times, the easiest thing to do would be to install Office 2007 without specifying&#160; a product key, then on first run of a Office 2007 application, it will ask for the key. At that time, specify the key for that particular computer and you are off to the races. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/office-2007/microsoft-deployment-toolkit-office-2007.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q&amp;A from my Session on MDT Today</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/questions-answers-microsoft-deployment-toolkit.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/questions-answers-microsoft-deployment-toolkit.htm#comments</comments>
		<pubDate>Thu, 27 Nov 2008 21:08:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[MDT 2008]]></category>
		<category><![CDATA[Techdays]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/microsoft-deployment-toolkit/questions-answers-microsoft-deployment-toolkit.htm</guid>
		<description><![CDATA[I had an interesting question from Rick who works at CSC today with regards to MDT and being able to specify which model of computer gets which driver. If you put a driver in the Out of Box Drivers, the concern is you can’t specify which driver will be installed for a given machine, it [...]]]></description>
			<content:encoded><![CDATA[<p>I had an interesting question from Rick who works at CSC today with regards to MDT and being able to specify which model of computer gets which driver. If you put a driver in the Out of Box Drivers, the concern is you can’t specify which driver will be installed for a given machine, it will select what it feels is the best for the hardware. Now hardware companies like Dell and Lenovo make drivers for an ATI card along with ATI. If you add all three, which gets picked, how can he ensure the lenovo gets the lenovo driver and not the ATI driver for the card?</p>
<p>&#160;</p>
<p>The solution</p>
<p>After lunch, I came back to my laptop and did some searching. I came across the solution via the <a target="_blank" href="http://blogs.technet.com/deploymentguys/archive/2008/04/17/driver-management-part-2-mdt-2008.aspx">The Deployment Guys Blog</a>. </p>
<p>In a nutshell, here’s what one has to do. </p>
<p>First, create a new driver group called No Drivers, don’t add any drivers to that group.</p>
<p>Create a separate deployment point (the second option in the deployment points)</p>
<p><a href="http://www.toddlamothe.com/wordpress/wp-content/uploads/2008/11/image7.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image thumb6 Q&amp;A from my Session on MDT Today" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2008/11/image-thumb6.png" width="589" height="484" /></a></p>
<p>&#160;</p>
<p>Right click on the new distribution point&#160; and click properties. In properties, hit the rule tabs and add below [Default]</p>
<p><em>DRIVERPATHS1=\\SERVERNAME\SHARE\%Model%</em></p>
<p><a href="http://www.toddlamothe.com/wordpress/wp-content/uploads/2008/11/image8.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image thumb7 Q&amp;A from my Session on MDT Today" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2008/11/image-thumb7.png" width="591" height="484" /></a> </p>
<p>&#160;</p>
<p>You will need to make the folder you specified above, share it and create directories in the share folder which correspond to the value the WMI gathers during the MDT deployment process. Put in the drivers you want into the model directories.&#160; For example, the model name on my VM is Virtual Machine, I would need a folder called \\Servername\Share\Virtual Machine</p>
<p>&#160;</p>
<p>Next in the properties, jump over to drivers tab, select the no drivers option.&#160; </p>
<p><a href="http://www.toddlamothe.com/wordpress/wp-content/uploads/2008/11/image9.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image thumb8 Q&amp;A from my Session on MDT Today" src="http://www.toddlamothe.com/wordpress/wp-content/uploads/2008/11/image-thumb8.png" width="591" height="484" /></a> </p>
<p>&#160;</p>
<p>Click okay. Rebuild you file index and you have the solution to the problem.</p>
<p>&#160;</p>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c2087473-94b2-46ad-a5d4-c4ff1a1f2376" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/TechDays_CA" rel="tag">TechDays_CA</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/questions-answers-microsoft-deployment-toolkit.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links from my Microsoft Deployment Toolkit Presentation Today at TechDays in Ottawa</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/links-techdays-mdt-presentation.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/links-techdays-mdt-presentation.htm#comments</comments>
		<pubDate>Thu, 27 Nov 2008 15:31:00 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[MDT 2008]]></category>
		<category><![CDATA[Microsoft Deployment Toolkt]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/microsoft-deployment-toolkit/links-techdays-mdt-presentation.htm</guid>
		<description><![CDATA[As promised in my presentation, here are the links to go with my presentation today at TechDays &#160; Config Manager Pre-execution Hook http://technet.microsoft.com/en-us/library/bb694075.aspx &#160; The Deployment Guys Blog http://blogs.technet.com/deploymentguys/ &#160; Michael Niehaus&#8217; Windows and Office deployment ramblings http://blogs.technet.com/mniehaus/ &#160; Microsoft Deployment Toolkit Team Blog http://blogs.technet.com/msdeployment/ &#160; The USMT Team Blog http://blogs.technet.com/usmt/default.aspx]]></description>
			<content:encoded><![CDATA[<p>As promised in my presentation, here are the links to go with my presentation today at TechDays</p>
<p>&#160;</p>
<h4>Config Manager Pre-execution Hook</h4>
<p><a href="http://technet.microsoft.com/en-us/library/bb694075.aspx">http://technet.microsoft.com/en-us/library/bb694075.aspx</a></p>
<p>&#160;</p>
<h4>The Deployment Guys Blog</h4>
<p><a title="http://blogs.technet.com/deploymentguys/" href="http://blogs.technet.com/deploymentguys/">http://blogs.technet.com/deploymentguys/</a></p>
<p>&#160;</p>
<h4>Michael Niehaus&#8217; Windows and Office deployment ramblings</h4>
<p><a title="http://blogs.technet.com/mniehaus/" href="http://blogs.technet.com/mniehaus/">http://blogs.technet.com/mniehaus/</a></p>
<p>&#160;</p>
<h4>Microsoft Deployment Toolkit Team Blog</h4>
<p><a title="http://blogs.technet.com/msdeployment/" href="http://blogs.technet.com/msdeployment/">http://blogs.technet.com/msdeployment/</a></p>
<p>&#160;</p>
<h4></h4>
<h4>The USMT Team Blog</h4>
<p><a title="http://blogs.technet.com/usmt/default.aspx" href="http://blogs.technet.com/usmt/default.aspx">http://blogs.technet.com/usmt/default.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/links-techdays-mdt-presentation.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Deployment Toolkit &#8211; My Experience</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-my-experience.htm</link>
		<comments>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-my-experience.htm#comments</comments>
		<pubDate>Sun, 23 Mar 2008 04:29:56 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[MDT 2008]]></category>

		<guid isPermaLink="false">http://www.toddlamothe.com/?p=61</guid>
		<description><![CDATA[I downloaded and installed the Microsoft Deployment Toolkit (formerly known as BDD 2007) a couple of weeks back on my deployment servers to help me roll out new computers for our new library in Yarker. A had a heck of a time making it work right. I added the boot image to my WDS server [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded and installed the Microsoft Deployment Toolkit (formerly known as BDD 2007) a couple of weeks back on my deployment servers to help me roll out new computers for our new library in Yarker. A had a heck of a time making it work right. I added the boot image to my WDS server and that went okay and I also added the WDS Capture boot image so I can capture images from my base machines.</p>
<p>So far so good.</p>
<p>I built my computer the way I wanted it for a base image, syspreped it and then booted using my WDS capture boot image. This is good so far. The image was captured then I copied it to my deployment server and added it as a operating system. I also added a few applications and gave it the proper silent install command line. Again so far so good. Then I decided to try rolling out the image.</p>
<p>This was not so good.</p>
<p>First off I was missing the install files. The easy fix for this is to add Vista as an operating system from the DVD, so I did that and that error was solved. Then I ended up not having any images show up when I tried using my custom WIM file in my script. Weird, so I tried a fresh Vista install, that worked but all the options I set in MDT weren&#8217;t being picked up. Turns out, using a Dell Vista DVD has an $OEM$ folder in the sources directory. You need to remove the items in this folder from your deployment point as MDT will inject its own files. So the settings problem is fixed on fresh installs using the tool but why no images when I try to use a custom image? Turns out using the WDS capture tool fails to add an edition to the WIM file. Using ImageX you can add an addition flag to the file, or use the Capture tool within MDT.Just a note, the capture tool within BDD builds your operating system from what ever operating system you select, installs any drivers, applications you select then captures the machine. Don&#8217;t use it to capture an already formed baseline. I used ImageX to add an edition flag then re-added to MDT. Then I was able to apply my custom image to a new computer and the proper applications were installing and I was good to go. Took me a couple of days of poking around with MDT to make it go properly, but it went pretty slick once I did.</p>
<p>A really good website for information for me was <a href="http://www.windows-noob.com">http://www.windows-noob.com</a>. They had a lot of useful articles for MDT which helped me out with the Dell DVD source directory issue, which was what I needed to get things going properly.</p>
<p>My next project with it is to play with Windows XP on MDT and get things installed using it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddlamothe.com/microsoft-deployment-toolkit/microsoft-deployment-toolkit-my-experience.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
