<?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 D-Spot (The Deployment Spot) &#187; MDT 2010</title>
	<atom:link href="http://www.the-d-spot.org/wordpress/tag/mdt-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-d-spot.org/wordpress</link>
	<description>Tickle your Deployment needs.</description>
	<lastBuildDate>Sat, 28 Jan 2012 15:43:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Add Internet Explorer 9 to MDT 2010</title>
		<link>http://www.the-d-spot.org/wordpress/2011/06/03/add-internet-explorer-9-to-mdt-2010/</link>
		<comments>http://www.the-d-spot.org/wordpress/2011/06/03/add-internet-explorer-9-to-mdt-2010/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 05:41:16 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[IE9]]></category>
		<category><![CDATA[MSU]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2011/06/03/add-internet-explorer-9-to-mdt-2010/</guid>
		<description><![CDATA[There are several ways to deploy Internet Explorer 9 to client computers. Of course, you can install IE9 while building your reference image, but that’s so 90’s. Another way is to integrate the IE9 package with DISM into the Windows 7 wim image. But as we are using MDT2010 we choose the fastest way, that [...]]]></description>
			<content:encoded><![CDATA[<p>There are several ways to deploy Internet Explorer 9 to client computers. Of course, you can install IE9 while building your reference image, but that’s so 90’s. Another way is to integrate the IE9 package with DISM into the Windows 7 wim image. But as we are using MDT2010 we choose the fastest way, that is to import Internet Explorer 9 into the DeploymentShare.</p>
<p>First we need the offline IE9 installer, not the offline executable installer that you can unpack using the /x command, but the Microsoft Update package (MSU)!</p>
<h2>Get the Sources</h2>
<p>One <a href="http://support.microsoft.com/kb/2399238">prerequisite</a> update is required to run Internet Explorer 9 on Windows 7. This update, known as <a href="http://support.microsoft.com/kb/2454826">KB2454826</a> is available for both x86 and x64 platforms. </p>
<p>The second required package is IE9 itself, download Internet Explorer 9 MSU’s for Windows 7 from Microsoft:</p>
<ul>
<li>x86: <a href="http://go.microsoft.com/fwlink/?LinkId=210145">http://go.microsoft.com/fwlink/?LinkId=210145</a> </li>
<li>x64: <a href="http://go.microsoft.com/fwlink/?LinkId=210143">http://go.microsoft.com/fwlink/?LinkId=210143</a> </li>
</ul>
<ul>Save all MSU files into the same location, so we can easily import them.</ul>
<p>Next step is to import the MSU files into Microsoft Deployment Toolkit.</p>
<h2>Import into MDT2010</h2>
<p>Open the Deployment Workbench, choose Packages, right-click to import files and browse to the path where you saved the downloaded MSU files.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/import-OS-Packages2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="MDT import OS Packages (MSU files)" border="0" alt="MDT import OS Packages (MSU files)" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/import-OS-Packages_thumb2.png" width="196" height="244" /></a><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/ie9msufiles2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="MDT import IE9 MSU files" border="0" alt="MDT import IE9 MSU files" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/ie9msufiles_thumb2.png" width="244" height="153" /></a></p>
<p>The imported files in BDD:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/ie9importedfiles2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="MDT imported IE9 and x64 prereq" border="0" alt="MDT imported IE9 and x64 prereq" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/ie9importedfiles_thumb2.png" width="644" height="83" /></a></p>
<p>I only imported the x64 prerequisite MSU. Microsoft Deployment Toolkit 2010 automatically includes the updates into the image during installation. So you can import both x86 and x64 MSU’s, MDT will include the needed packages during setup!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2011/06/03/add-internet-explorer-9-to-mdt-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MDT 2010 reboots just before selecting task sequence</title>
		<link>http://www.the-d-spot.org/wordpress/2010/12/21/mdt-2010-reboots-just-before-selecting-task-sequence/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/12/21/mdt-2010-reboots-just-before-selecting-task-sequence/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 21:52:26 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2010/12/21/mdt-2010-reboots-just-before-selecting-task-sequence/</guid>
		<description><![CDATA[I was with a customer today for a MDT 2010 installation, and struggled with a very annoying issue. Just before the task sequence had to be selected and after credential input, the deployment process reboots with no error message whatsoever. And keeps rebooting again and again. The log file couldn’t help me out on this [...]]]></description>
			<content:encoded><![CDATA[<p>I was with a customer today for a MDT 2010 installation, and struggled with a very annoying issue.</p>
<p>Just before the task sequence had to be selected and after credential input, the deployment process reboots with no error message whatsoever. And keeps rebooting again and again. The log file couldn’t help me out on this issue.</p>
<p>The only solution I could find with a Google-search was to create a new Deployment Share with the previous MDT 2010 version. This seems no solution to me <img class="wlEmoticon wlEmoticon-smile" style="border-style: none;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/wlEmoticon-smile.png" alt="Smile" /></p>
<h4>Solution</h4>
<p>I had a typo in the customsettings.ini file:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT-2010-Update-1-reboots-just-before-selecting-task-sequence.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="MDT 2010 Update 1 reboots just before selecting task sequence" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT-2010-Update-1-reboots-just-before-selecting-task-sequence_thumb.png" border="0" alt="MDT 2010 Update 1 reboots just before selecting task sequence" width="506" height="276" /></a></p>
<p>If you specified a wrong domain for <em>DomainAdminDomain</em>, you won’t get an error message telling you about the mistake!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/12/21/mdt-2010-reboots-just-before-selecting-task-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Lite Touch installation with MDT 2010 &#8211; Part 4</title>
		<link>http://www.the-d-spot.org/wordpress/2010/10/12/windows-7-lite-touch-installation-with-mdt-2010-part-4/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/10/12/windows-7-lite-touch-installation-with-mdt-2010-part-4/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 09:11:00 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=839</guid>
		<description><![CDATA[In previous parts of this guide we’ve setup MDT 2010 and have it configured. Now it’s time to add WSUS integration to automatically install the latest patches while deploying Windows 7. Install WSUS First download and install WSUS 3.0 x64 version or WSUS 3.0 x86 version (for Server 2003), or add the WSUS server role [...]]]></description>
			<content:encoded><![CDATA[<p>In previous parts of this guide we’ve setup MDT 2010 and have it configured. Now it’s time to add WSUS integration to automatically install the latest patches while deploying Windows 7.</p>
<h3>Install WSUS</h3>
<p>First download and install <a href="http://go.microsoft.com/fwlink/?LinkID=100335" target="_blank">WSUS 3.0 x64 version</a> or <a href="http://go.microsoft.com/fwlink/?LinkID=100334" target="_blank">WSUS 3.0 x86 version</a> (for Server 2003), or add the WSUS server role of you’re on Server 2008:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image80.png"><img style="display: inline; border-width: 0px;" title="Add the Windows Server Update Services (WSUS)" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb81.png" border="0" alt="Add the Windows Server Update Services (WSUS)" width="564" height="488" /></a></p>
<p>The WSUS installation window is underneath the Server Roles window, use alt-tab or the taskbar to proceed with the installation.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image81.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb82.png" border="0" alt="image" width="507" height="388" /></a></p>
<p>Configure WSUS to your needs:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image82.png"><img style="display: inline; border-width: 0px;" title="Configure WSUS" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb83.png" border="0" alt="Configure WSUS" width="244" height="158" /></a></p>
<h3>Enable WSUS for Task Sequences</h3>
<p>Update each Task Sequence you want updates installed through WSUS. By default ‘Disable this step’ is checked, to enable WSUS for this TS just remove the check:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image83.png"><img style="display: inline; border-width: 0px;" title="MDT Task Sequence - Enable Windows Update via WSUS" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb84.png" border="0" alt="MDT Task Sequence - Enable Windows Update via WSUS" width="505" height="311" /></a></p>
<h3> </h3>
<h3>Update CustomSettings.ini</h3>
<p>Add <em>WSUSServer</em> to your CustomSettings.ini:</p>
<blockquote><p>WSUSServer=http://wsusServerName</p>
<p>or</p>
<p>WSUSServer=http://wsusServerName:portnumber</p>
<p>Depending on your WSUS configuration.</p></blockquote>
<p>Configuration is done, time to deploy a Win 7 client.</p>
<p>After the image is applied, Windows Update is doing its job using our WSUS server:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image84.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb85.png" border="0" alt="image" width="462" height="97" /></a></p>
<p>Just to make sure, take a look at the Installed Updates on the newly deployed client:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image85.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb86.png" border="0" alt="image" width="544" height="489" /></a></p>
<p>WSUS integration succeeded!</p>
<p>Please find other parts here:</p>
<p><a title="Windows 7 Lite Touch installation with MDT 2010 – Part 1" href="http://www.the-d-spot.org/wordpress/2009/11/01/windows-7-lite-touch-installation-with-mdt-2010/" target="_self">Windows 7 Lite Touch installation with MDT 2010 – Part 1</a></p>
<p><a title="Windows 7 Lite Touch installation with MDT 2010 – Part 2" href="http://www.the-d-spot.org/wordpress/2009/11/16/windows-7-lite-touch-installation-with-mdt-2010-part-2/" target="_self">Windows 7 Lite Touch installation with MDT 2010 – Part 2</a></p>
<p><a title="Windows 7 Lite Touch installation with MDT 2010 – Part 3" href="http://www.the-d-spot.org/wordpress/2010/09/26/windows-7-lite-touch-installation-with-mdt-2010-part-3/" target="_self">Windows 7 Lite Touch installation with MDT 2010 – Part 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/10/12/windows-7-lite-touch-installation-with-mdt-2010-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2010 &#8211; The task sequence has been suspended</title>
		<link>http://www.the-d-spot.org/wordpress/2010/09/28/mdt-2010-the-task-sequence-has-been-suspended/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/09/28/mdt-2010-the-task-sequence-has-been-suspended/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 09:29:56 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[MDT 2010]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2010/09/28/mdt-2010-the-task-sequence-has-been-suspended/</guid>
		<description><![CDATA[Had a strange error today. After some successful Windows 7 deployments to a Dell Latitude D630 test machine I got this error: The Task Sequence has been suspended. LiteTouch has encountered an Environment Error (Boot into WinPE!). I was pretty sure nothing happened to my Task Sequences, it must have something to do with the [...]]]></description>
			<content:encoded><![CDATA[<p>Had a strange error today. After some successful Windows 7 deployments to a Dell Latitude D630 test machine I got this error:</p>
<blockquote><p>The Task Sequence has been suspended. LiteTouch has encountered an Environment Error (Boot into WinPE!).</p>
</blockquote>
<p>I was pretty sure nothing happened to my Task Sequences, it must have something to do with the client machine.</p>
<p>Booted the laptop into the earlier deployed Windows 7 operating system, and deleted the two directories MDT has made:</p>
<ul>
<li>_SMSTaskSequence </li>
<li>MININT </li>
</ul>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image86.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Two leftover MDT folders" border="0" alt="Two leftover MDT folders" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb87.png" width="487" height="326" /></a> </p>
<p>After removing these directories, the error was history!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/09/28/mdt-2010-the-task-sequence-has-been-suspended/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Windows 7 Lite Touch installation with MDT 2010 &#8211; Part 3</title>
		<link>http://www.the-d-spot.org/wordpress/2010/09/26/windows-7-lite-touch-installation-with-mdt-2010-part-3/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/09/26/windows-7-lite-touch-installation-with-mdt-2010-part-3/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 20:53:22 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[LTI]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=810</guid>
		<description><![CDATA[Meanwhile MDT 2010 has reached Update 1, time to catch up where we left in part 2. We will configure WDS to use PXE boot, use SQL Server to retrieve the computer name and have some beer afterwards. PXE Boot First configure a DHCP scope to serve the clients with an IP address. Then install [...]]]></description>
			<content:encoded><![CDATA[<p>Meanwhile MDT 2010 has reached Update 1, time to catch up where we left in part 2.</p>
<p>We will configure WDS to use PXE boot, use SQL Server to retrieve the computer name and have some beer afterwards.</p>
<h3>PXE Boot</h3>
<p>First configure a DHCP scope to serve the clients with an IP address. Then install the Windows Deployment Service (WDS) role on your MDT box, and configure WDS. I like to have a PXE delay of 3 seconds and I’m running DHCP on the same server as WDS. So I need to check ‘Do not listen on port 67’ and ‘Configure DHCP option 60 to indicate that this server is also a PXE server’.</p>
<p> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image50.png"><img style="display: inline; border-width: 0px;" title="Windows Deployment Services - PXE Response" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb51.png" border="0" alt="Windows Deployment Services - PXE Response" width="217" height="252" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image51.png"><img style="display: inline; border-width: 0px;" title="Windows Deployment Services - DHCP" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb52.png" border="0" alt="Windows Deployment Services - DHCP" width="213" height="248" /></a></p>
<p>Now we have to import the WinPE boot images, previous generated by MDT, into WDS:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image52.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Windows Deployment Services - Add Boot Image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb53.png" border="0" alt="Windows Deployment Services - Add Boot Image" width="458" height="304" /></a></p>
<p>Browse to the Boot-folder in the Deployment Share, and select the LiteTouch-wim-file(s) (I’m importing the x64 version only, as I don’t use Windows 7 x86 for now):</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image53.png"><img style="display: inline; border-width: 0px;" title="Windows Deployment Services - Add Boot Image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb54.png" border="0" alt="Windows Deployment Services - Add Boot Image" width="244" height="210" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image54.png"><img style="display: inline; border-width: 0px;" title="Windows Deployment Services - Importing Boot Image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb55.png" border="0" alt="Windows Deployment Services - Importing Boot Image" width="244" height="210" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image55.png"><img style="display: inline; border-width: 0px;" title="Windows Deployment Services - Boot Image added" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb56.png" border="0" alt="Windows Deployment Services - Boot Image added" width="540" height="263" /></a></p>
<p>Boot your client machine and hit F12 to boot into PXE, or choose boot from network card in the BIOS.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image56.png"><img style="display: inline; border-width: 0px;" title="PXE boot client" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb57.png" border="0" alt="PXE boot client" width="538" height="211" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image57.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="PXE boot client, loading from wim file" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb58.png" border="0" alt="PXE boot client, loading from wim file" width="404" height="304" /></a></p>
<p>We still have to choose a computer name during deployment:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image58.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="MDT - configure the computer name" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb59.png" border="0" alt="MDT - configure the computer name" width="454" height="342" /></a></p>
<p>Using MS SQL Server (Express) you can fully automate this!</p>
<h3>Preparing SQL Server</h3>
<p>In my test lab I will use SQL Express 2008 SP1. Open SQL Server Configuration manager, set SQL Server Browser to automatic and start the service:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image59.png"><img style="display: inline; border-width: 0px;" title="Start the SQL Server Brower Service" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb60.png" border="0" alt="Start the SQL Server Brower Service" width="534" height="294" /></a></p>
<p>Enable Named Pipes in SQL Server Configuration Manager:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image60.png"><img style="display: inline; border-width: 0px;" title="Enable Named Pipes" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb61.png" border="0" alt="Enable Named Pipes" width="535" height="223" /></a></p>
<p>Restart the SQL Server service:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image61.png"><img style="display: inline; border-width: 0px;" title="Restart the SQL Server service" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb62.png" border="0" alt="Restart the SQL Server service" width="293" height="108" /></a></p>
<p>Start SQL Management Studio and create a Security Login (I’ll use my MDT domain-join-user):</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image62.png"><img style="display: inline; border-width: 0px;" title="Create a Security Login for the MDT database" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb63.png" border="0" alt="Create a Security Login for the MDT database" width="215" height="244" /></a>  <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image63.png"><img style="display: inline; border-width: 0px;" title="Create a Security Login for the MDT database" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb64.png" border="0" alt="Create a Security Login for the MDT database" width="244" height="90" /></a></p>
<p>Add the <em>db_datareader</em> and <em>db_datawriter</em> permissions for the domain\svc-join user to the MDT database:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image64.png"><img style="display: inline; border-width: 0px;" title="Set permissions on the MDT database" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb65.png" border="0" alt="Set permissions on the MDT database" width="683" height="438" /></a></p>
<h3>Create a database</h3>
<p>Open the Deployment Workbench and Create a new database:</p>
<p> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image65.png"><img style="display: inline; border-width: 0px;" title="MDT New Database" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb66.png" border="0" alt="MDT New Database" width="291" height="266" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image78.png"><img style="display: inline; border-width: 0px;" title="MDT New Database" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb79.png" border="0" alt="MDT New Database" width="244" height="133" /></a> </p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image67.png"><img style="display: inline; border-width: 0px;" title="MDT New Database" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb68.png" border="0" alt="MDT New Database" width="244" height="126" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image68.png"><img style="display: inline; border-width: 0px;" title="MDT SQL Share" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb69.png" border="0" alt="MDT SQL Share" width="244" height="107" /></a></p>
<p>We have finished creating the MDT database.</p>
<p>Now we have to configure CustomSettings.ini before we can use the database:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image69.png"><img style="display: inline; border-width: 0px;" title="Configure Database Rules - Update CustomSettings.ini" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb70.png" border="0" alt="Configure Database Rules - Update CustomSettings.ini" width="359" height="168" /></a></p>
<p>By clicking Configure Database Rules, you actually adding extra lines to CustomSettings.ini in order to make a connection to the database. Select what you need:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image70.png"><img style="display: inline; border-width: 0px;" title="Configure DB Wizard" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb71.png" border="0" alt="Configure DB Wizard" width="625" height="391" /></a></p>
<p>Take a look at your CustomSettings.ini file (by right-clicking the DeploymentShare &gt; Properties &gt; Rules tab):</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image79.png"><img style="display: inline; border-width: 0px;" title="CustomSettings.ini" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb80.png" border="0" alt="CustomSettings.ini" width="722" height="147" /></a></p>
<p>You can modify CustomSettings.ini further. To join a domain for example:</p>
<p>SkipDomainMembership=YES<br />
JoinDomain=thedspot.local<br />
DomainAdmin=svc-join<br />
DomainAdminDomain=thedspot.local<br />
DomainAdminPassword=*<br />
MachineObjectOU=OU=Computers,OU=Unmanaged,DC=thedspot,DC=local</p>
<h3>Obtaining Computer names from the SQL database</h3>
<p>Hit Computers &gt; New to add a MAC address and corresponding computername (OSDComputerName):</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image72.png"><img style="display: inline; border-width: 0px;" title="Add a new computer to the MDT database" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb73.png" border="0" alt="Add a new computer to the MDT database" width="211" height="244" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image75.png"><img style="display: inline; border-width: 0px;" title="Add a new computer to the MDT database" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb76.png" border="0" alt="Add a new computer to the MDT database" width="352" height="249" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image76.png"><img style="display: inline; border-width: 0px;" title="OSDComputerName" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb77.png" border="0" alt="OSDComputerName" width="410" height="223" /></a></p>
<p>Our LiteTouch deployment succeeded:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image77.png"><img style="display: inline; border-width: 0px;" title="Deployment done" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb78.png" border="0" alt="Deployment done" width="563" height="458" /></a></p>
<p>The computer name was retrieved from the database and domain join was successful.</p>
<p>Please find other parts here:</p>
<p><a title="Windows 7 Lite Touch installation with MDT 2010 – Part 1" href="http://www.the-d-spot.org/wordpress/2009/11/01/windows-7-lite-touch-installation-with-mdt-2010/" target="_self">Windows 7 Lite Touch installation with MDT 2010 – Part 1</a></p>
<p><a title="Windows 7 Lite Touch installation with MDT 2010 – Part 2" href="http://www.the-d-spot.org/wordpress/2009/11/16/windows-7-lite-touch-installation-with-mdt-2010-part-2/" target="_self">Windows 7 Lite Touch installation with MDT 2010 – Part 2</a></p>
<p><a title="Windows 7 Lite Touch installation with MDT 2010 – Part 4" href="http://www.the-d-spot.org/wordpress/2010/10/12/windows-7-lite-touch-installation-with-mdt-2010-part-4/" target="_self">Windows 7 Lite Touch installation with MDT 2010 – Part 4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/09/26/windows-7-lite-touch-installation-with-mdt-2010-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Deployment Toolkit (MDT) 2010 Update 1 released</title>
		<link>http://www.the-d-spot.org/wordpress/2010/07/09/microsoft-deployment-toolkit-mdt-2010-update-1-released/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/07/09/microsoft-deployment-toolkit-mdt-2010-update-1-released/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 10:56:23 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Server 2008 R2]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2010/07/09/microsoft-deployment-toolkit-mdt-2010-update-1-released/</guid>
		<description><![CDATA[Microsoft released an update for the company’s free operating system deloyment solution.&#160; If you’re planning to migrate to Windows 7, Server 2008 R2 or Office 2010, MDT is the tool you need.&#160; Here at the D Spot we have blogged a lot about MDT already.&#160; Keep yourself up to date and read our MDT related [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft released an update for the company’s free operating system deloyment solution.&#160; If you’re planning to migrate to Windows 7, Server 2008 R2 or Office 2010, MDT is the tool you need.&#160; Here at the D Spot we have blogged a lot about MDT already.&#160; Keep yourself up to date and read our <a href="http://www.the-d-spot.org/wordpress/tag/mdt-2010/">MDT related posts</a>.</p>
<h3>What has changed in MDT 2010 Update 1</h3>
<h4>&#160;</h4>
<h4>For native MDT users (Lite Touch Installation)</h4>
<li><strong>Support for Office 2010.</strong> Easily configure Office 2010 installation and deployment settings through the Deployment Workbench and integration with the Office Customization Tool. </li>
<li><strong>Improved driver importing. </strong>All drivers are inspected during the import process to accurately determine what platforms they really support, avoiding common inaccuracies that can cause deployment issues.
<p>&#160;</p>
<h4>For ConfigMgr 2007 users (Zero Touch)</h4>
</li>
<li><strong>New User Driven Installation deployment method.</strong> An easy-to-use UDI Wizard allows users to initiate and customize an OS deployment on their PCs that’s tailored to their individual needs. </li>
<li><strong>Support for Configuration Manager R3 Prestaged Media.</strong>For those deploying Windows 7 and Office 2010 along with new PCs, a custom OS image can easily be loaded in the factory and then customized once deployed.
<p>&#160;</p>
<h4>For all users</h4>
</li>
<li>
<p><strong>A smooth and simple upgrade process. </strong>Installing MDT 2010 Update 1 will preserve your existing MDT configuration, with simple wizards to upgrade existing deployment shares and Configuration Manager installations. </p>
</li>
<li><strong>Many small enhancements and bug fixes. </strong>Made in direct response to feedback received from customers and partners all around the world, MDT 2010 Update 1 is an indispensible upgrade for those currently using MDT (as well as a great starting point for those just starting). </li>
<li><strong>Continued support for older products. </strong>MDT 2010 Update 1 still supports deployment of Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, and Office 2007.
<p>&#160;</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=3bd8561f-77ac-4400-a0c1-fe871c461a89&amp;displaylang=en&amp;tm" target="_blank">Download</a> binaries and documentation at Microsoft.</p>
</p>
</p>
</p>
</p>
</p>
</p>
</li>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/07/09/microsoft-deployment-toolkit-mdt-2010-update-1-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MDT 2010: SQL server does not exist or access denied</title>
		<link>http://www.the-d-spot.org/wordpress/2010/01/18/mdt-2010-sql-server-does-not-exist-or-access-denied/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/01/18/mdt-2010-sql-server-does-not-exist-or-access-denied/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 15:45:00 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=362</guid>
		<description><![CDATA[While setup some MDT lab environments this SQL error crossed my path a couple of times. ZTI error opening SQL Connection. SQL server does not exist or access denied. Unable to establish database connection using [CSETTINGS] properties. SQL Server does not exist or access denied. Unable to establish database connection using [CROLES] properties. SQL Server [...]]]></description>
			<content:encoded><![CDATA[<p>While setup some MDT lab environments this SQL error crossed my path a couple of times. </p>
<blockquote><p><em>ZTI error opening SQL Connection. SQL server does not exist or access denied.</em></p>
<p><em>Unable to establish database connection using [CSETTINGS] properties. SQL Server does not exist or access denied.</em></p>
<p><em>Unable to establish database connection using [CROLES] properties. SQL Server does not exist or access denied.</em></p>
</blockquote>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT_CannotContactSQLServer.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MDT 2010 cannot contact SQL Server" border="0" alt="MDT 2010 cannot contact SQL Server" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT_CannotContactSQLServer_thumb.png" width="244" height="175" /></a> </p>
<p>I’m using a hidden share on the SQL Server box that MDT will use for authentication to the SQL Server. The same credentials are used to connect to the MDT database. So I had granted sufficient share and NTFS permissions to the hidden share and granted this user the db_datareader role on the MDT database. </p>
<p>If we read the error again it is clear that MDT cannot contact the SQL Server, it even cannot find the server.</p>
<p>Troubleshooting-time! </p>
<p>I hit F8 during deployment to get into a command prompt. Once in the command prompt I could contact the SQL Server box with the ping command.</p>
<p>A ping to the server gave a response of a wrong IP address. Turns out that the DNS server was holding an old IP address from the previous MDT and SQL Server installation. Deleting this A-record and register (ipconfig /registerdns) the SQL Machine again, was the solution for this issue.</p>
<p>In another lab environment I could ping and map a share on the SQL Server box.</p>
<p>net use * <a href="file://\\Servername\Hiddenshare$">\\Servername\Hiddenshare$</a></p>
<p>Turns out that we forgot to open the Windows Firewall for SQL Server. Add an exception for sqlservr.exe and sqlbrowser.exe is enough. You don’t have to turn the complete firewall off.</p>
<p>With the firewall configured as it should and all DNS records registered, no error occurred and deployment went successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/01/18/mdt-2010-sql-server-does-not-exist-or-access-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage drivers in MDT 2010</title>
		<link>http://www.the-d-spot.org/wordpress/2010/01/07/manage-drivers-in-mdt-2010/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/01/07/manage-drivers-in-mdt-2010/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 15:48:08 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2010/01/07/manage-drivers-in-mdt-2010/</guid>
		<description><![CDATA[Microsoft Deployment Toolkit 2010 has some nice improvements to its successors in the driver handling department. I will describe how I like to manage drivers in MDT 2010. First we have to build the ‘Out-of-Box Drivers’ folder structure and import drivers. I have subdirectories for each architecture, brand and model.&#160; This is what my folder [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Deployment Toolkit 2010 has some nice improvements to its successors in the driver handling department. I will describe how I like to manage drivers in MDT 2010.</p>
<p>First we have to build the ‘Out-of-Box Drivers’ folder structure and import drivers. I have subdirectories for each architecture, brand and model.&#160; This is what my folder tree looks like:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image25.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MDT 2010 - Out-of-Box Drivers" border="0" alt="MDT 2010 - Out-of-Box Drivers" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb25.png" width="244" height="176" /></a></p>
<p>However, you can build your own structure, as long as you respect the proper model &amp; brand (make) name of the vendors.</p>
<h5>Build Out-of-Box Drivers tree</h5>
<p>To build up the folder structure you have to know the model name of your hardware. To retrieve the proper computer name execute at command prompt: ‘<em><font face="Courier New">wmic csproduct get name’,</font></em> to get the exact name WMI queries to determine the computer model. In my case the computer name is “Latitude E5500”. My colleague for example, uses a HP laptop “HP Compaq 6730b (GW687AV)”. Use this info to build up folders in MDT’s Out-of-Box Drivers (you can make your own structure, as long as the computer and Model names are correct).</p>
<p>Now that we have drivers imported in our Deployment Share, it’s time to move on.</p>
<p>&#160;</p>
<p>MDT has two different methods to manage drivers (actually three, but we skip <em>DriverPaths </em>used in BDD 2007, as support will probably be removed in future versions).</p>
<p>&#160;</p>
<h2>1. DriverGroups</h2>
<p>DriverGroups existed in MDT 2008 already, although the MDT Team added subdirectory support in MDT 2010.</p>
<p>At deployment phase MDT uses WMI to query the proper computer model and only the current model drivers will be injected. In order to get this working properly, you have to use the EXACT model name in your Out-of-Box Driver tree. You don’t want to query dead horses.</p>
<h5>Inject the correct drivers in your Task Sequence</h5>
<p>Add a new step in your Task Sequence to inject the correct drivers. MDT will query the computer name and inject the drivers which corresponds with the computer name from the Out-of-Box folder structure, right before applying the image at deployment.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT2010_addTSvariable1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="MDT2010 - Add a Task Sequence Variable" border="0" alt="MDT2010 - Add a Task Sequence Variable" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT2010_addTSvariable_thumb1.png" width="244" height="190" /></a><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT2010setTSvariableDriverGroups1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="MDT2010 - Set Task Sequence Variable for DriverGroup" border="0" alt="MDT2010 - Set Task Sequence Variable for DriverGroup" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT2010setTSvariableDriverGroups_thumb1.png" width="244" height="166" /></a></p>
<p>I use ‘DriverGroup001’ as Task Sequence Variable, and Win7x64\%Make%\%Model% as value for my Windows 7 x64 TS . You have to adapt this to your Out-of-Box tree. <em>(Don’t use an underscore in your TS variable variable name as I intentional did. thanks Tom!)</em> </p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT2010_TSvariableDriverGroups_overview1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="MDT 2010 - Set Task Sequence DriverGroup variable" border="0" alt="MDT 2010 - Set Task Sequence DriverGroup variable" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT2010_TSvariableDriverGroups_overview_thumb1.png" width="244" height="217" /></a></p>
<h5>Customsettings.ini</h5>
<p>As my Task Sequence handles everything, there isn’t anything needed here.</p>
<p>If you don’t like to use a new Task in your TS, you can add DriverGroup variables in customsettings.ini like this:</p>
<p>DriverGroup001=%Make%\%Model%    <br />DriverGroup002=Printers</p>
<p>&#160;</p>
<h2>2. Selection Profiles</h2>
<p>New in MDT 2010 are DriverSelectionProfiles. These are easy for new MDT admins, very straight forward and easy to use.</p>
<p>Overview:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image29.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MDT 2010 - Selection Profiles Overview" border="0" alt="MDT 2010 - Selection Profiles Overview" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb29.png" width="244" height="58" /></a></p>
<p>First you have to create a Profile (or use one of the default profiles):</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image30.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MDT 2010 - Selection Profiles, select folders" border="0" alt="MDT 2010 - Selection Profiles, select folders" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb30.png" width="244" height="201" /></a></p>
<p>You can even select Packages and Applications, use it for “bad drivers” aka driver setup packs.</p>
<p>Select what drivers you want to add to the profile;</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image31.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MDT 2010 - Selection Profiles, add profile" border="0" alt="MDT 2010 - Selection Profiles, add profile" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb31.png" width="244" height="217" /></a></p>
<p>After making the profiles you can use them in your Task Sequences. The default ‘Inject Drivers’ settings are on the left, the customized one on the right:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image32.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MDT 2010 - Selection Profiles, task sequence" border="0" alt="MDT 2010 - Selection Profiles, task sequence" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb32.png" width="244" height="217" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image33.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MDT 2010 - Selection Profiles, task sequence" border="0" alt="MDT 2010 - Selection Profiles, task sequence" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb33.png" width="244" height="217" /></a></p>
<p>You can add&#160; Selection Profiles for printer drivers/packages or whatever you want. Just add an extra step in your task sequence like above.</p>
<h5>Customsettings.ini</h5>
<p>As with DriverGroups you can choose to handle the DriverSelectionProfile in customsettings.ini or in your TS.</p>
<p>Example:</p>
<p>DriverSelectionProfile=Dell Latitude D520 x64</p>
<p>&#160;</p>
<p>Please do comment if you have any suggestions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/01/07/manage-drivers-in-mdt-2010/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Get into command prompt during deployment</title>
		<link>http://www.the-d-spot.org/wordpress/2009/12/28/get-into-command-prompt-during-deployment-2/</link>
		<comments>http://www.the-d-spot.org/wordpress/2009/12/28/get-into-command-prompt-during-deployment-2/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 10:53:00 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Command Prompt]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2010/01/11/get-into-command-prompt-during-deployment-2/</guid>
		<description><![CDATA[Just a quick tip, nobody likes to read much during holidays If you want to troubleshoot a client deployment, a command prompt can be very handy. To get into one, just hit F8 during WinPE startup, it even works during operating system installation. At the command prompt you can verify network settings, check log files [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick tip, nobody likes to read much during holidays <img src='http://www.the-d-spot.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>If you want to troubleshoot a client deployment, a command prompt can be very handy. To get into one, just hit F8 during WinPE startup, it even works during operating system installation.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image23.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MDT 2010 - WinPE - Command Prompt - F8" border="0" alt="MDT 2010 - WinPE - Command Prompt - F8" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb23.png" width="244" height="184" /></a> </p>
<p>At the command prompt you can verify network settings, check log files during operating system install and so on.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image24.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MDT 2010 - WinPE - Command Prompt - F8 - troubleshoot log files" border="0" alt="MDT 2010 - WinPE - Command Prompt - F8 - troubleshoot log files" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb24.png" width="244" height="184" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2009/12/28/get-into-command-prompt-during-deployment-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Lite Touch installation with MDT 2010 &#8211; Part 2</title>
		<link>http://www.the-d-spot.org/wordpress/2009/11/16/windows-7-lite-touch-installation-with-mdt-2010-part-2/</link>
		<comments>http://www.the-d-spot.org/wordpress/2009/11/16/windows-7-lite-touch-installation-with-mdt-2010-part-2/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 12:45:32 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[LTI]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2009/11/16/windows-7-lite-touch-installation-with-mdt-2010-part-2/</guid>
		<description><![CDATA[In a previous article we discussed a very basic Lite Touch Installation (LTI). For the second part we will modify the MDT configuration files to make our installation more unattended. The two configuration files we need to modify are CustomSettings.ini and Bootstrap.ini.  Use this method to view and modify them; In DeploymentWorkBench right-click your Deployment [...]]]></description>
			<content:encoded><![CDATA[<p>In a <a title="Windows 7 lite touch installation with MDT 2010 - Part 1" href="http://www.the-d-spot.org/wordpress/2009/11/01/windows-7-lite-touch-installation-with-mdt-2010/" target="_blank">previous article</a> we discussed a very basic Lite Touch Installation (LTI). For the second part we will modify the MDT configuration files to make our installation more unattended.</p>
<p>The two configuration files we need to modify are CustomSettings.ini and Bootstrap.ini.  Use this method to view and modify them; In DeploymentWorkBench right-click your Deployment Share and choose Properties and hit the Rules tab. This is the CustomSettings.ini file. To view and modify Bootstrap.ini hit the <em>Edit Bootstrap.ini-</em>button at the bottom.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled000.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="Untitled000" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled000_thumb.png" border="0" alt="Untitled000" width="244" height="173" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled001.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Untitled00" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled00_thumb1.png" border="0" alt="Untitled00" width="244" height="200" /></a></p>
<p>CustomSettings.ini file we will be using:</p>
<p><em>[Settings]<br />
Priority=Default<br />
Properties=MyCustomProperty </em></p>
<p><em>[Default]<br />
OSInstall=Y<br />
SkipPackageDisplay=NO<br />
SkipApplications=NO<br />
SkipAppsOnUpgrade=YES<br />
SkipCapture=YES<br />
SkipProductKey=YES<br />
SkipComputerBackup=YES<br />
SkipBDDWelcome=YES<br />
SkipAdminPassword=YES<br />
AdminPassword=Pa$$w0rd<br />
SkipDeploymentType=YES<br />
DeploymentType=NEWCOMPUTER<br />
SkipUserData=YES<br />
SkipDomainMembership=YES<br />
SkipComputerName=NO<br />
ComputerName=PC-xxxx<br />
SkipTimeZone=YES<br />
KeyboardLocale=0813:00000813<br />
UserLocale=nl-be<br />
TimeZone=105<br />
TimeZoneName=Romance Standard Time<br />
_SMSTSOrgName=The D Spot<br />
SkipBitLocker=YES<br />
SkipSummary=NO</em></p>
<p>You can adapt these settings to your needs. For example join a domain, skip the summary and so one.</p>
<p>Our Bootstrap.ini file:</p>
<p><em>[Settings]<br />
Priority=Default </em></p>
<p><em>[Default]<br />
SkipBDDWelcome=YES<br />
DeployRoot=\\Servername\DeploymentShare$<br />
UserDomain=DOMAINNAME<br />
UserID=SERVICEACCOUNTNAME<br />
UserPassword=PASSWORD<br />
KeyboardLocalePE=0813:00000813</em></p>
<p>This file will be injected in the WinPE ISO file, to connect to the Deployment Share. After a modification to this file you need to perform a Deployment Share Update. To regenerate the LiteTouchPE_x64.iso &amp; LiteTouchPE_x86.iso files.</p>
<p>With these configuration files in place, our LTI will ask for a Task Sequence and Computername only.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled05.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="Untitled05" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled05_thumb.png" border="0" alt="Untitled05" width="244" height="184" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled07.png"><img style="display: inline; border: 0px;" title="Untitled07" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled07_thumb.png" border="0" alt="Untitled07" width="244" height="184" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled08.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="Untitled08" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled08_thumb.png" border="0" alt="Untitled08" width="244" height="184" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled11.png"><img style="display: inline; border: 0px;" title="Untitled11" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled11_thumb.png" border="0" alt="Untitled11" width="244" height="184" /></a></p>
<p>If your environment has computer names based on MAC Addresses you can get the computer name out of a SQL Database. But in most companies a technician will choose the computer name based on the label attached on the computer case, I choose this just to have an example.</p>
<p>Next time we will go further with user data migration.</p>
<p>Please find other parts here:</p>
<p><a title="Windows 7 Lite Touch installation with MDT 2010 – Part 1" href="http://www.the-d-spot.org/wordpress/2009/11/01/windows-7-lite-touch-installation-with-mdt-2010/" target="_self">Windows 7 Lite Touch installation with MDT 2010 – Part 1</a></p>
<p><a title="Windows 7 Lite Touch installation with MDT 2010 – Part 3" href="http://www.the-d-spot.org/wordpress/2010/09/26/windows-7-lite-touch-installation-with-mdt-2010-part-3/" target="_self">Windows 7 Lite Touch installation with MDT 2010 – Part 3</a></p>
<p><a title="Windows 7 Lite Touch installation with MDT 2010 – Part 4" href="http://www.the-d-spot.org/wordpress/2010/10/12/windows-7-lite-touch-installation-with-mdt-2010-part-4/" target="_self">Windows 7 Lite Touch installation with MDT 2010 – Part 4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2009/11/16/windows-7-lite-touch-installation-with-mdt-2010-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

