<?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; Windows 7</title>
	<atom:link href="http://www.the-d-spot.org/wordpress/tag/windows-7/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>WAIK for Windows 7 readme</title>
		<link>http://www.the-d-spot.org/wordpress/2010/10/15/usefull-link-from-ms/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/10/15/usefull-link-from-ms/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 08:05:39 +0000</pubDate>
		<dc:creator>Steve De Peet</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Readme]]></category>
		<category><![CDATA[WAIK]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2010/10/15/usefull-link-from-ms/</guid>
		<description><![CDATA[While searching for an error I received while running sysprep on my Windows 7 x64 reference machine, I came accross this interesting page from Microsoft. Seems like my error (the issue due to Windows Media Player sharing being enabled) and many other known issues are discussed in this article. http://technet.microsoft.com/en-us/library/dd349350(WS.10).aspx hope it helps you out…]]></description>
			<content:encoded><![CDATA[<p>While searching for an error I received while running sysprep on my Windows 7 x64 reference machine, I came accross this interesting page from Microsoft.</p>
<p>Seems like my error (the issue due to Windows Media Player sharing being enabled) and many other known issues are discussed in this article.</p>
<p><a title="http://technet.microsoft.com/en-us/library/dd349350(WS.10).aspx" href="http://technet.microsoft.com/en-us/library/dd349350(WS.10).aspx">http://technet.microsoft.com/en-us/library/dd349350(WS.10).aspx</a></p>
<p>hope it helps you out…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/10/15/usefull-link-from-ms/feed/</wfw:commentRss>
		<slash:comments>0</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>The Application Compatibility Toolkit (ACT) 5.5</title>
		<link>http://www.the-d-spot.org/wordpress/2010/06/01/the-application-compatibility-toolkit-act-5-5/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/06/01/the-application-compatibility-toolkit-act-5-5/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 10:46:33 +0000</pubDate>
		<dc:creator>Mathieu van Dievoet</dc:creator>
				<category><![CDATA[ACT 5.5]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[ACT]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/2010/06/01/the-application-compatibility-toolkit-act-5-5/</guid>
		<description><![CDATA[As my first contribution to the D-Spot I would like to give some more detailed information about a specific Microsoft Tool: ACT 5.5. This tool is mainly used to retrieve information from one or more computers. More info about the ACT can be found here. The Microsoft Application Compatibility Toolkit (ACT) version 5.5 contains the [...]]]></description>
			<content:encoded><![CDATA[<p>As my first contribution to the D-Spot I would like to give some more detailed information about a specific Microsoft Tool: ACT 5.5. This tool is mainly used to retrieve information from one or more computers. More info about the ACT can be found <a href="http://www.microsoft.com/downlOAds/details.aspx?familyid=24DA89E9-B581-47B0-B45E-492DD6DA2971&amp;displaylang=en">here</a>.</p>
<blockquote><p>The Microsoft Application Compatibility Toolkit (ACT) version 5.5 contains the necessary tools and documentation to evaluate and mitigate application compatibility issues before deploying Windows 7, Windows Vista®, a Windows Update, or a new version of Windows® Internet Explorer® in your environment.</p></blockquote>
<h5>1. Prerequisites</h5>
<p>Before installing the ACT you need to have an SQL server installed. These are the SQL server versions you can use:</p>
<ul>
<li>SQL Server 2005</li>
<li>SQL Server 2005 Express</li>
<li>SQL Server 2008</li>
<li>SQL Server 2008 Express</li>
</ul>
<p>The client OS you can install the ACT on are all the client OS between Windows XP SP2 and Windows 7. The server OS needs to be at least Windows Server 2003 SP2.</p>
<ul>Last but not least you also need the .NET Framework 2.0 or newer.</ul>
<h5>2. Installation of the ACT 5.5</h5>
<p>When launching the installer of the ACT (Application Compatibility Toolkit.msi) a wizard starts and you need to go through the 6 steps. The wizard will ask you some questions about the SQL server database, log files, etc.</p>
<ul><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos1.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos1_thumb.png" border="0" alt="Naamloos1" width="244" height="212" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos2.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos2_thumb.png" border="0" alt="Naamloos2" width="244" height="212" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos4.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos4_thumb.png" border="0" alt="Naamloos4" width="244" height="212" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos5.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos5_thumb.png" border="0" alt="Naamloos5" width="244" height="212" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos6.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos6_thumb.png" border="0" alt="Naamloos6" width="244" height="213" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos7.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Naamloos7_thumb.png" border="0" alt="Naamloos7" width="244" height="211" /></a> </ul>
<h5>3. Different topologies</h5>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/topology.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/topology_thumb.png" border="0" alt="topology" width="240" height="170" /></a> </p>
<h5>4. The Application Compatibility Manager (ACM)</h5>
<p>This is the main tool you use to manage the DCP’s (Data Collector Package) and all the retriever information from all the machines you ran the ACT on. The ACT is dependent from an agent (called a DCP) which you create in the ACM. In the following screenshots you can see how to create such a Data Collector Package.</p>
<ul><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager1.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager1_thumb.png" border="0" alt="Manager1" width="244" height="148" /></a>  <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager4.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager4_thumb.png" border="0" alt="Manager4" width="244" height="147" /></a><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager5.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager5_thumb.png" border="0" alt="Manager5" width="244" height="147" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager6b.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager6b_thumb.png" border="0" alt="Manager6b" width="244" height="147" /></a><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager6.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager6_thumb.png" border="0" alt="Manager6" width="244" height="147" /></a>  <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager7.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager7_thumb.png" border="0" alt="Manager7" width="244" height="147" /></a></ul>
<p>Once you saved the msi-file you can start to distribute the package among all the computers you want the ACT to retrieve the information from. There are several ways to do this:</p>
<ul>
<li>Put the file on the network share</li>
<li>Put the file on the local drive of the computer</li>
<li>Put the file in a GPO</li>
<li>Put the file in a startup/logon script.</li>
</ul>
<p>If the file has been run on a computer you’ll receive the information in the ACM. In the following set of screenshots the DCP will be run on a local machine and outputting the data to the same machine.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager2.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager2_thumb.png" border="0" alt="Manager2" width="244" height="147" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager3.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Manager3_thumb.png" border="0" alt="Manager3" width="244" height="147" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Picture1.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Picture1_thumb.png" border="0" alt="Picture1" width="244" height="147" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Picture2.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Picture2_thumb.png" border="0" alt="Picture2" width="244" height="147" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Picture3.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Picture3_thumb.png" border="0" alt="Picture3" width="244" height="148" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Picture4.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Picture4_thumb.png" border="0" alt="Picture4" width="244" height="147" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Picture5.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Picture5_thumb.png" border="0" alt="Picture5" width="244" height="147" /></a></p>
<p>When the output is available in the ACM we can analyze all the information:</p>
<ul>
<li>Which programs are installed on the machine(s)?</li>
<li>Which computers have been scanned?</li>
<li>Which devices are discovered during the process?</li>
</ul>
<p><span style="color: #ff0000;">Be aware:</span></p>
<p>The “ACT Log Processing Service” needs to be started otherwise there will be no output shown in the ACM.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/log.png"><img style="border-width: 0px;" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/log_thumb.png" border="0" alt="log" width="244" height="147" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/06/01/the-application-compatibility-toolkit-act-5-5/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>
		<item>
		<title>Windows 7 Lite Touch installation with MDT 2010 &#8211; Part 1</title>
		<link>http://www.the-d-spot.org/wordpress/2009/11/01/windows-7-lite-touch-installation-with-mdt-2010/</link>
		<comments>http://www.the-d-spot.org/wordpress/2009/11/01/windows-7-lite-touch-installation-with-mdt-2010/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 12:33:03 +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/01/windows-7-lite-touch-installation-with-mdt-2010/</guid>
		<description><![CDATA[As Windows 7 is available to the public, deployments of the new operating system will knock on our door in the near future. Here at The D Spot we will go through Microsoft Deployment Toolkit 2010 (MDT), in order to be prepared when management decides to roll out first thing Monday morning. Microsoft Deployment Toolkit [...]]]></description>
			<content:encoded><![CDATA[<p>As Windows 7 is available to the public, deployments of the new operating system will knock on our door in the near future. Here at The D Spot we will go through Microsoft Deployment Toolkit 2010 (MDT), in order to be prepared when management decides to roll out first thing Monday morning.</p>
<p>Microsoft Deployment Toolkit (MDT) is a Solution Accelerator for operating system and application deployment. MDT 2010 supports deployment of Windows 7 and Windows Server 2008 R2 in addition to deployment of Windows Vista, Windows Server 2008, Windows Server 2003, and Windows XP.</p>
<p>We will start our MDT 2010 series with a basic Windows 7 Lite Touch installation (LTI). In this first article we will setup an easy to understand deployment of Windows 7. In future articles we will customize our LTI deployment to understand all possible options available in MDT 2010.</p>
<p>Prerequisites:</p>
<p>You must be a member of a domain and have a DHCP server in place to feed our client machines with IP addresses. Prerequisites tools are <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;familyid=3bd8561f-77ac-4400-a0c1-fe871c461a89" target="_blank">MDT 2010</a> and <a href="http://www.microsoft.com/downloadS/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displaylang=en" target="_blank">Windows Automated Installation Kit (AIK) for Windows 7</a>, available at Microsoft for free. After installing both tools on our client computer we are ready to begin.</p>
<p>Start the Deployment Workbench.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT000_startBDD.png"><img style="display: inline; border-width: 0px;" title="MDT000_start BDD" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT000_startBDD_thumb.png" border="0" alt="MDT000_start BDD" width="244" height="229" /></a></p>
<p>You can find it under All Programs –&gt; Microsoft Deployment Toolkit –&gt; Deployment Workbench.</p>
<p>First we need to create a <strong>Deployment Share</strong>:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT001_newdeploymentshare.png"><img style="display: inline; border-width: 0px;" title="MDT001_newdeploymentshare" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT001_newdeploymentshare_thumb.png" border="0" alt="MDT001_newdeploymentshare" width="244" height="131" /></a></p>
<p>Right-click on <em>Deployment Shares</em> and choose <em>New Deployment Share</em>.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT002_deploymentsharepath.png"><img style="display: inline; border-width: 0px;" title="MDT002_deploymentsharepath" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT002_deploymentsharepath_thumb.png" border="0" alt="MDT002_deploymentsharepath" width="244" height="202" /></a></p>
<p>Choose a path where all data will be stored. This folder must be on a NTFS partition. I choose <em>X:\DeploymentShare</em>.</p>
<p>Next, specify a <em>sharename</em> and <em>description</em> for the store:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT003_deploymentshareName.png"><img style="display: inline; border-width: 0px;" title="MDT003_deploymentshareName" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT003_deploymentshareName_thumb.png" border="0" alt="MDT003_deploymentshareName" width="244" height="202" /></a></p>
<p><em>DeploymentShare$</em> is the sharename and <em>MDT Deployment Share</em> is the description. I leave both default settings.</p>
<p>Next step we need to choose whether we want to be able to capture an image after deploying it to a computer. We leave this option enabled, so we can capture an reference image later.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT005.png"><img style="display: inline; border-width: 0px;" title="MDT005" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT005_thumb.png" border="0" alt="MDT005" width="244" height="202" /></a></p>
<p>We leave options <em>Allow Admin Password</em> and <em>Allow Product Key</em> disabled. Last screen is the summary, click next to start creating of the Deployment Share. Close the wizard to return the our Deployment Workbench.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT011.png"><img style="display: inline; border-width: 0px;" title="MDT011" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT011_thumb.png" border="0" alt="MDT011" width="244" height="188" /></a></p>
<p>Installation complete, we’re ready to configure our newly create deployment share.</p>
<p>First add Windows 7 setup files to the deployment share by right-click<em> Operating Systems</em> and choose <em>Import Operating System</em>.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT012_ImportOS.png"><img style="display: inline; border-width: 0px;" title="MDT012_ImportOS" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/MDT012_ImportOS_thumb.png" border="0" alt="MDT012_ImportOS" width="244" height="202" /></a></p>
<p>Choose <em>Full set of source files</em>, specify the Windows 7 DVD so all files can be copied to the deployment share:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb.png" border="0" alt="image" width="244" height="202" /></a></p>
<p>Choose a directory name, where to store this operating system in the deployment share:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image1.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb1.png" border="0" alt="image" width="244" height="202" /></a></p>
<p>At the Summary screen we get an overview of what we have created, give it a quick look and click Next to begin the import process.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image2.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb2.png" border="0" alt="image" width="244" height="202" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image21.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb21.png" border="0" alt="image" width="244" height="202" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image4.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb4.png" border="0" alt="image" width="244" height="114" /></a></p>
<p>We’re done importing the Windows 7 DVD.  We can add applications and drivers as we like, but in this basic article I will leave it for future posts.</p>
<p>Now we need to create a <strong>Task Sequence</strong> (TS). Task sequences provide the mechanism for performing multiple steps or tasks on a client computer at the command-line level without requiring user intervention. We need to create a TS for deploying our Windows 7 to a virtual bare-metal computer. Right-click <em>Task Sequences</em> and choose <em>New Task Sequence</em>.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image5.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb5.png" border="0" alt="image" width="244" height="234" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image6.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb6.png" border="0" alt="image" width="244" height="202" /></a></p>
<p>Choose an ID, and a Name for the Task Sequence.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image7.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb7.png" border="0" alt="image" width="244" height="202" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image8.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb8.png" border="0" alt="image" width="244" height="202" /></a></p>
<p>Select Standard Client Task Sequence and select the operating system to deploy (we have only one OS imported yet).</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image9.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb9.png" border="0" alt="image" width="244" height="202" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image10.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb10.png" border="0" alt="image" width="244" height="202" /></a></p>
<p>Select <em>Do not specify a product key</em>, and fill in the OS Settings.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image11.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb11.png" border="0" alt="image" width="244" height="202" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image12.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb12.png" border="0" alt="image" width="244" height="202" /></a></p>
<p>Last step is to specify a local admin password for the client computer. Next, Finish to create the Task Sequence.</p>
<p>After creating our TS we need to update the deployment share by right-click our deployment share and choose <em>Update Deployment Share</em>.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image13.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb13.png" border="0" alt="image" width="244" height="138" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image14.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb14.png" border="0" alt="image" width="244" height="202" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image15.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb15.png" border="0" alt="image" width="244" height="202" /></a></p>
<p>The update process does several things. Like the creation of the WinPE iso files, needed to boot our client to start deployment. These iso files are stored in the \Boot directory of the deployment share.</p>
<p>Now we are ready to perform the <strong>operating system installation</strong>. I’m using a Hyper-V virtual machine as a target machine. But you can burn the ISO to CD or copy it to a bootable USB drive to install a physical machine as well.</p>
<p>I create a new virtual machine in Hyper-V. And choose to install an OS from image and specify the file LiteTouchPE_x86.iso created earlier with MDT (in the Update process). So it will boot from the ISO file.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image16.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb16.png" border="0" alt="image" width="244" height="179" /></a></p>
<p>Fire up the virtual machine:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled00.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="Untitled00" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled00_thumb.png" border="0" alt="Untitled00" width="244" height="205" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled.png"><img style="display: inline; border-width: 0px;" title="Untitled" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled_thumb.png" border="0" alt="Untitled" width="244" height="205" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled02.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="Untitled02" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled02_thumb.png" border="0" alt="Untitled02" width="244" height="205" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled03.png"><img style="display: inline; border-width: 0px;" title="Untitled03" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/Untitled03_thumb.png" border="0" alt="Untitled03" width="244" height="205" /></a></p>
<p>As you can see the default keyboard layout is set to United States, and we need to specify credentials to the deployment share. These and many more can be preconfigured in configuration files. Think about the winnt.sif file used in Windows XP unattended setups. It’s not like it, but it will come close.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="ts" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts_thumb.png" border="0" alt="ts" width="244" height="205" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts1.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="ts" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts_thumb1.png" border="0" alt="ts" width="244" height="205" /></a></p>
<p>To proceed the installation choose a Task Sequence. As we have only one, we can’t miss. Choose a computername and click Next.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image17.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb17.png" border="0" alt="image" width="244" height="205" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts2.png"><img style="display: inline; border-width: 0px;" title="ts" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts_thumb2.png" border="0" alt="ts" width="244" height="205" /></a></p>
<p>You can join the domain or choose to join a workgroup and restore files using USMT.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts3.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="ts" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts_thumb3.png" border="0" alt="ts" width="244" height="205" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts4.png"><img style="display: inline; border-width: 0px;" title="ts" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts_thumb4.png" border="0" alt="ts" width="244" height="205" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts5.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="ts" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/ts_thumb5.png" border="0" alt="ts" width="244" height="205" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image18.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb18.png" border="0" alt="image" width="244" height="205" /></a></p>
<p>All these settings need to be modified. I made screencaps of the default settings, so you can see what we can preconfigure with the configuration files. In order make an installation with only the minimal user interaction.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image19.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb19.png" border="0" alt="image" width="244" height="205" align="left" /></a></p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image20.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb20.png" border="0" alt="image" width="244" height="205" /></a></p>
<p>The installation has started.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image22.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb22.png" border="0" alt="image" width="244" height="205" /></a></p>
<p>Installation complete.</p>
<p>In the next article we will modify the MDT configuration files, to make this deployment less interactive and more unattended.</p>
<p>Please find other parts here:</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>
<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/01/windows-7-lite-touch-installation-with-mdt-2010/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Hotfix available to support Windows 7 and Server 08 R2 clients</title>
		<link>http://www.the-d-spot.org/wordpress/2009/09/18/hotfix-available-to-support-windows-7-and-server-08-r2-clients/</link>
		<comments>http://www.the-d-spot.org/wordpress/2009/09/18/hotfix-available-to-support-windows-7-and-server-08-r2-clients/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 08:28:07 +0000</pubDate>
		<dc:creator>Siegmund</dc:creator>
				<category><![CDATA[SCCM]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=12</guid>
		<description><![CDATA[If you have been as eager as me to try out windows 7 (or Server 08 R2) clients in your SCCM environment, you might have seen the occasional hickups already.  That is if you are already running in native mode and or using NAP functionality. Earlier this week, Microsoft released a hotfix rollup that will solve [...]]]></description>
			<content:encoded><![CDATA[<p>If you have been as eager as me to try out windows 7 (or Server 08 R2) clients in your SCCM environment, you might have seen the occasional hickups already.  That is if you are already running in native mode and or using NAP functionality.</p>
<p>Earlier this week, Microsoft released a hotfix rollup that will solve these problems for good.</p>
<p>to remediate these problems, you have to install the hotfix on all site servers in your environment.</p>
<p>If your environment is not yet in native mode, the clients will also need to have the hotfix applied.</p>
<p><em>I guess you would all use SCCM to have that fix distributed, don&#8217;t you?</em></p>
<p>More Info on <a href="http://support.microsoft.com/Default.aspx?kbid=974236">http://support.microsoft.com/Default.aspx?kbid=974236</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2009/09/18/hotfix-available-to-support-windows-7-and-server-08-r2-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 deployment</title>
		<link>http://www.the-d-spot.org/wordpress/2009/09/17/windows-7-deployment/</link>
		<comments>http://www.the-d-spot.org/wordpress/2009/09/17/windows-7-deployment/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 13:00:33 +0000</pubDate>
		<dc:creator>Ben De Vriese</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[WIM]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=5</guid>
		<description><![CDATA[Stay tuned for a Win7 deployment via SCCM! We will explain a bare metal Windows 7 deploy, as well as an upgrade path from Windows XP.]]></description>
			<content:encoded><![CDATA[<p>Stay tuned for a Win7 deployment via SCCM!</p>
<p>We will explain a bare metal Windows 7 deploy, as well as an upgrade path from Windows XP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2009/09/17/windows-7-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

