<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Augusto Alvarez &#187; Windows 7</title>
	<atom:link href="http://blog.augustoalvarez.com.ar/category/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.augustoalvarez.com.ar</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 02:32:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.augustoalvarez.com.ar' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Augusto Alvarez &#187; Windows 7</title>
		<link>http://blog.augustoalvarez.com.ar</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.augustoalvarez.com.ar/osd.xml" title="Augusto Alvarez" />
	<atom:link rel='hub' href='http://blog.augustoalvarez.com.ar/?pushpress=hub'/>
		<item>
		<title>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 &#8211; Part III</title>
		<link>http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/</link>
		<comments>http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 04:54:06 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT)]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Lite Touch]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT) 2010]]></category>
		<category><![CDATA[Microsoft Office 2010]]></category>
		<category><![CDATA[Unattended Deployment]]></category>

		<guid isPermaLink="false">https://augustoalvarez.wordpress.com/?p=909</guid>
		<description><![CDATA[&#160; Other posts in this series: Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II Now that we’ve reviewed in Post I of this series how we can complete the initial configurations in MDT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=909&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><em>Other posts in this series:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II</em></a><em> </em></p>
<p>Now that we’ve reviewed in <a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/">Post I</a> of this series how we can complete the initial configurations in MDT 2010, added a clean Windows 7 image and the task sequence to deploy it; and in <a href="http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/">Post II</a> we’ve imported Microsoft Office 2010 into MDT and configure it for a customized, silent and unattended; in this third part of this series we are going to work directly in the capture and deployment process.</p>
<p>We’ll review how to <strong>deploy Windows 7 to a machine</strong>, achieving in the same deployment the <strong>automated installation of Microsoft Office</strong> 2010 and right after that, also automated, <strong>capturing that operating system</strong>. With a new a customized Windows 7 image we will add it to MDT 2010 for later deployments.</p>
<p>The interesting part about having this customized image imported in Microsoft Deployment Toolkit 2010 is that it can be our base image for all of our users. If you have several type of users in your organization, I’m pretty sure you can find some applications all of these types of users share (Microsoft Office is a good example); using MDT you can deploy this base image plus adding in the Task Sequences the automated deployment of the applications for each user.</p>
<h2><span style="font-size:medium;">Deploying and Capturing Reference Image</span></h2>
<p>Since we have already the Task Sequence created for deploying Windows 7 + Microsoft Office 2010, we only need to use the LiteTouch media created in the Deployment Share to run the deployment wizard.</p>
<p>In my case, I’m going to use the WIM file with a Windows Deployment Services (WDS) server already running in my environment; this way I don’t have to use any local media in the client machine, just using a network connection will do.</p>
<p>1. In the WDS console, right click “<strong>Boot Images</strong>” and select “<strong>Add Boot Image</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt011.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt01" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt01_thumb1.png?w=244&#038;h=230" border="0" alt="mdt01" width="244" height="230" /></a></p>
<p>2. Select the <strong>LiteTouchePE WIM</strong> files existing in the Deployment Share directory of our MDT 2010.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt021.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt02" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt02_thumb1.png?w=361&#038;h=309" border="0" alt="mdt02" width="361" height="309" /></a></p>
<p>3. Complete the WDS wizard.</p>
<p>4. In the client machine, we can boot from network using <strong>F12</strong>.</p>
<p>5. Select the LiteTouch Pre-installation Environment (PE).</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt051.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt05" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt05_thumb1.png?w=348&#038;h=183" border="0" alt="mdt05" width="348" height="183" /></a></p>
<p>6. Once the boot image is loaded, we can see that the LiteTouch wizard appears. Select “<strong>Run the Deployment Wizard to install a new Operating System</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt071.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt07" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt07_thumb1.png?w=383&#038;h=287" border="0" alt="mdt07" width="383" height="287" /></a></p>
<p>7. Type in the <strong>domain credentials</strong> from which you have access to the Deployment Share created by MDT 2010.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt081.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt08" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt08_thumb1.png?w=381&#038;h=254" border="0" alt="mdt08" width="381" height="254" /></a></p>
<p>8. Select the Task Sequence created. In my case there’s only one “<strong>Deploy Windows 7 Clean Image</strong>”. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt091.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt09" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt09_thumb1.png?w=376&#038;h=268" border="0" alt="mdt09" width="376" height="268" /></a></p>
<p>9. Enter the computer name and click on “<strong>Next</strong>”. Since we are capturing it, the name here has no relevance; the sysprep process will wipe all this information.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt101.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt10" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt10_thumb1.png?w=365&#038;h=266" border="0" alt="mdt10" width="365" height="266" /></a></p>
<p>10. Select “<strong>Join a workgroup</strong>” and click on “<strong>Next</strong>”. <strong>If you are going to capture this image, DO NOT SELECT “Join a domain”</strong>; if this option is selected the capture step is disabled.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt111.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt11" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt11_thumb1.png?w=369&#038;h=266" border="0" alt="mdt11" width="369" height="266" /></a></p>
<p>11. Since we are not migrating any user data, select “<strong>Do not restore user data settings</strong>”, click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt121.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt12" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt12_thumb1.png?w=372&#038;h=266" border="0" alt="mdt12" width="372" height="266" /></a></p>
<p>12. Select the options in “<strong>Language and other preferences</strong>”.</p>
<p>13. Select the “<strong>Time Zone</strong>”.</p>
<p>14. Select the option “<strong>Capture an image of this reference computer</strong>”, and specify the options for the location and name of the WIM file to be created. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt122.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt12" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt12_thumb2.png?w=378&#038;h=270" border="0" alt="mdt12" width="378" height="270" /></a></p>
<p>Remember that the location can be any shared folder available in the network (the credentials inserted earlier must have read/write permissions to this folder).</p>
<p>15. Review the details and click on “<strong>Begin</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt161.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt16" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt16_thumb1.png?w=384&#038;h=276" border="0" alt="mdt16" width="384" height="276" /></a></p>
<p>With that, the Task Sequence starts running. The first step will format the hard drives for the operating system deployment.</p>
<p>The operating system installation will start next.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt181.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt18" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt18_thumb1.png?w=397&#038;h=305" border="0" alt="mdt18" width="397" height="305" /></a></p>
<p>And after a new reboot, the Task Sequence completes the work with the operating system installed and with the user logged in; Microsoft Office 2010 64-bit starts the installation completely automated and silent.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt191.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt19" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt19_thumb1.png?w=395&#038;h=299" border="0" alt="mdt19" width="395" height="299" /></a></p>
<p>The installation takes a few minutes, and if you want to verify the process completed successfully just access the Start Menu before the machine reboots again.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt201.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt20" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt20_thumb1.png?w=270&#038;h=315" border="0" alt="mdt20" width="270" height="315" /></a></p>
<p>Before the reboot, the sysprep process starts running which will erase all of the specific information from this operating system related to the machine (computer name, Product Key, SID, etc.).</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt211.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt21" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt21_thumb1.png?w=390&#038;h=293" border="0" alt="mdt21" width="390" height="293" /></a></p>
<p>Once the computer is rebooted, the process for creating the WIM file for this operating system starts; and of course sending that file to the destination folder we’ve chosen.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt221.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt22" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt22_thumb1.png?w=345&#038;h=152" border="0" alt="mdt22" width="345" height="152" /></a></p>
<p>That process can takes several minutes to complete so you just have to be patient.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt231.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt23" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt23_thumb1.png?w=389&#038;h=272" border="0" alt="mdt23" width="389" height="272" /></a></p>
<h2><span style="font-size:medium;">Importing the Captured Image into MDT 2010</span></h2>
<p>Once the image has been captured, the importation process is simpler:</p>
<p>1. Open the MDT Console, expand the MDT Deployment Share, right-click “<strong>Operating Systems</strong>” and select “<strong>Import Operating System</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt251.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt25" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt25_thumb1.png?w=299&#038;h=179" border="0" alt="mdt25" width="299" height="179" /></a></p>
<p>2. Select “<strong>Custom image file</strong>” and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt261.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt26" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt26_thumb1.png?w=383&#038;h=313" border="0" alt="mdt26" width="383" height="313" /></a></p>
<p>3. Specify the path of the captured WIM file and click on “<strong>Next</strong>”. Also I’m selecting the option “<strong>Move the files to the deployment share…”</strong> to optimize disk space.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt271.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt27" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt27_thumb1.png?w=393&#038;h=323" border="0" alt="mdt27" width="393" height="323" /></a></p>
<p>4. Select “<strong>Setup and Sysprep files are not needed</strong>” and click on “<strong>Next</strong>”. Since we’ve already prepared this operating system, there’s no need to include these files.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt281.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt28" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt28_thumb1.png?w=396&#038;h=326" border="0" alt="mdt28" width="396" height="326" /></a></p>
<p>5. Specify the name for the destination folder and click on “<strong>Next</strong>”. In my case, I’m using “<strong>Windows 7 Pro x64 + Office 2010</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt291.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt29" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt29_thumb1.png?w=393&#038;h=323" border="0" alt="mdt29" width="393" height="323" /></a></p>
<p>6. In the summary page click on “<strong>Next</strong>”.</p>
<p>7. And in confirmation click on “<strong>Finish</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt311.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt31" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt31_thumb1.png?w=388&#038;h=319" border="0" alt="mdt31" width="388" height="319" /></a></p>
<p>With that, the operating system is imported to MDT 2010.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt321.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt32" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt32_thumb1.png?w=433&#038;h=83" border="0" alt="mdt32" width="433" height="83" /></a></p>
<h2><span style="font-size:medium;">Creating the Task Sequence for Deployment</span></h2>
<p>We now have the customized operating system imported into MDT, now we just need to create the Task Sequence to deploy it. The procedure is even simpler and we should now be familiarized with the environment to complete it without any problem.</p>
<p>1. Right-click “<strong>Task Sequences</strong>” and select “<strong>New Task Sequence</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt341.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt34" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt34_thumb1.png?w=282&#038;h=236" border="0" alt="mdt34" width="282" height="236" /></a></p>
<p>2. Complete the Task Sequence data. Remember to use a different “<strong>Task sequence ID</strong>” than the selected earlier, in my case “<strong>WIN7OFFICE2010</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt351.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt35" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt35_thumb1.png?w=379&#038;h=312" border="0" alt="mdt35" width="379" height="312" /></a></p>
<p>3. Select “<strong>Standard Client Task Sequence</strong>” and click on “<strong>Next</strong>”.</p>
<p>4. Select the operating system we’ve imported “<strong>Windows 7 Pro x64 + Office 2010</strong>” (I’ve changed the name for a more friendly one). Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt371.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt37" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt37_thumb1.png?w=385&#038;h=317" border="0" alt="mdt37" width="385" height="317" /></a></p>
<p>5. You can specify the product key in this step. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt381.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt38" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt38_thumb1.png?w=390&#038;h=321" border="0" alt="mdt38" width="390" height="321" /></a></p>
<p>6. Complete the “<strong>OS Settings</strong>” and click on “<strong>Next</strong>”.</p>
<p>7. Specify the Administrator password or you can skip it. The administrator password set (if we did it) in the image we’ve captured maintains even if we executed sysprep. Click on “<strong>Next</strong>”.</p>
<p>&nbsp;</p>
<p>8. Review the “<strong>Summary</strong>” and again the process should take a few seconds, once its completed click on “<strong>Finish</strong>”.</p>
<h2><span style="font-size:medium;">Deploying the Reference Image</span></h2>
<p>We have completed all the configuration steps, and the only thing missing is deploying this image to the client.</p>
<p>1. In a client machine, boot from the network and select the LiteTouchPE boot image we’ve added earlier.</p>
<p>2. Run the “<strong>Deployment Wizard</strong>” in the same way we’ve executed before.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt431.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt43" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt43_thumb1.png?w=335&#038;h=241" border="0" alt="mdt43" width="335" height="241" /></a></p>
<p>3. Specify credentials. Click on “<strong>Next</strong>”.</p>
<p>4. Select the task sequence to deploy the reference image, in my case “<strong>Deploy Windows 7 x64 + Office 2010</strong>”. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt451.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt45" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt45_thumb1.png?w=344&#038;h=255" border="0" alt="mdt45" width="344" height="255" /></a></p>
<p>5. Join the machine to the domain if you prefer to. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt461.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt46" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt46_thumb1.png?w=352&#038;h=264" border="0" alt="mdt46" width="352" height="264" /></a></p>
<p>6. Since we are not migrating profiles, select “<strong>Do not restore user data and settings</strong>”. Click on “<strong>Next</strong>”.</p>
<p>7. Select Language and Time Zone. Click on “<strong>Next</strong>”.</p>
<p>8. Since the image already has Microsoft Office 2010 installed, there’s no need to install it again. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt501.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt50" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt50_thumb1.png?w=360&#038;h=261" border="0" alt="mdt50" width="360" height="261" /></a></p>
<p>9. Click on “<strong>Begin</strong>” and the installation process will start.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt511.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt51" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt51_thumb1.png?w=366&#038;h=265" border="0" alt="mdt51" width="366" height="265" /></a></p>
<p>The operating system will complete its installation in a few minutes.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/mdt531.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="mdt53" src="http://augustoalvarez.files.wordpress.com/2011/01/mdt53_thumb1.png?w=377&#038;h=250" border="0" alt="mdt53" width="377" height="250" /></a></p>
<p>With that we’ve completed the third part of this series, I’m hoping I’ll prepare a few more about automating even more the deployments and add a few more features in the scenario.</p>
<p>I hope you found this useful.</p>
<p><em>Other posts in this series:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II</em></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/909/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=909&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt01_thumb1.png" medium="image">
			<media:title type="html">mdt01</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt02_thumb1.png" medium="image">
			<media:title type="html">mdt02</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt05_thumb1.png" medium="image">
			<media:title type="html">mdt05</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt07_thumb1.png" medium="image">
			<media:title type="html">mdt07</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt08_thumb1.png" medium="image">
			<media:title type="html">mdt08</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt09_thumb1.png" medium="image">
			<media:title type="html">mdt09</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt10_thumb1.png" medium="image">
			<media:title type="html">mdt10</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt11_thumb1.png" medium="image">
			<media:title type="html">mdt11</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt12_thumb1.png" medium="image">
			<media:title type="html">mdt12</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt12_thumb2.png" medium="image">
			<media:title type="html">mdt12</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt16_thumb1.png" medium="image">
			<media:title type="html">mdt16</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt18_thumb1.png" medium="image">
			<media:title type="html">mdt18</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt19_thumb1.png" medium="image">
			<media:title type="html">mdt19</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt20_thumb1.png" medium="image">
			<media:title type="html">mdt20</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt21_thumb1.png" medium="image">
			<media:title type="html">mdt21</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt22_thumb1.png" medium="image">
			<media:title type="html">mdt22</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt23_thumb1.png" medium="image">
			<media:title type="html">mdt23</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt25_thumb1.png" medium="image">
			<media:title type="html">mdt25</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt26_thumb1.png" medium="image">
			<media:title type="html">mdt26</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt27_thumb1.png" medium="image">
			<media:title type="html">mdt27</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt28_thumb1.png" medium="image">
			<media:title type="html">mdt28</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt29_thumb1.png" medium="image">
			<media:title type="html">mdt29</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt31_thumb1.png" medium="image">
			<media:title type="html">mdt31</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt32_thumb1.png" medium="image">
			<media:title type="html">mdt32</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt34_thumb1.png" medium="image">
			<media:title type="html">mdt34</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt35_thumb1.png" medium="image">
			<media:title type="html">mdt35</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt37_thumb1.png" medium="image">
			<media:title type="html">mdt37</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt38_thumb1.png" medium="image">
			<media:title type="html">mdt38</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt43_thumb1.png" medium="image">
			<media:title type="html">mdt43</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt45_thumb1.png" medium="image">
			<media:title type="html">mdt45</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt46_thumb1.png" medium="image">
			<media:title type="html">mdt46</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt50_thumb1.png" medium="image">
			<media:title type="html">mdt50</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt51_thumb1.png" medium="image">
			<media:title type="html">mdt51</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/mdt53_thumb1.png" medium="image">
			<media:title type="html">mdt53</media:title>
		</media:content>
	</item>
		<item>
		<title>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 &#8211; Part II</title>
		<link>http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/</link>
		<comments>http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 17:54:59 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT)]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT) 2010]]></category>
		<category><![CDATA[Microsoft Office 2010]]></category>
		<category><![CDATA[Unattended Deployment]]></category>

		<guid isPermaLink="false">https://augustoalvarez.wordpress.com/?p=904</guid>
		<description><![CDATA[Other posts in this series: Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III After completing the first post of this series where we’ve installed and configured MDT 2010 Update 1, added a Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=904&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>Other posts in this series:</em></p>
<p><em><a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/">Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I</a></em></p>
<p><em></em><a href="http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III</em></a></p>
<p>After completing the <a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/">first post</a> of this series where we’ve installed and configured MDT 2010 Update 1, added a Windows 7 clean image to the Deployment Share and created the Task Sequence to deploy it; in this second part of “Deploying Windows 7 + Office 2010 using Microsoft Deployment Toolkit (MDT) 2010” we are going to work with Microsoft Office 2010 application.</p>
<p>In this post we will <strong>add Microsoft Office 2010 as an application in our Deployment Share, and configure the environment to achieve a silent and unattended installation for this suite</strong>.</p>
<p>The unattended possibilities for deploying applications in MDT always depend on the application we are using, fortunately Microsoft Office is highly prepared to accomplish this unattended installation, and with the possibility to customize it by easily selecting the features we would like to install in <strong>Config.xml</strong> answer file.</p>
<h2><span style="font-size:medium;">Adding Microsoft Office 2010 to MDT</span></h2>
<p>Adding applications to Microsoft Deployment Toolkit 2010 requires only running a simple wizard which should not be any problem.</p>
<blockquote><p><strong><em>Note</em></strong></p>
<p>We do need of course the Microsoft Office 2010 binaries, and since we would like to use the unattended possibilities complemented with MDT 2010, we are going to need the installation files we can find in the <strong>Office 2010 DVD</strong>.</p>
<p>The stand alone installer (for example: <em>en_office_professional_plus_2010_x64_515489.exe</em>) can be used but we cannot edit the properties in MDT console.</p></blockquote>
<p>Let’s start with the wizard:</p>
<p>1. In the MDT console, expand the Distribution Share we’ve created right-click “<strong>Applications</strong>” and select “<strong>New Application</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office01.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office01" src="http://augustoalvarez.files.wordpress.com/2011/01/office01_thumb.png?w=244&#038;h=174" border="0" alt="office01" width="244" height="174" /></a></p>
<p>2. Select “<strong>Application with source files</strong>” and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office02.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office02" src="http://augustoalvarez.files.wordpress.com/2011/01/office02_thumb.png?w=330&#038;h=272" border="0" alt="office02" width="330" height="272" /></a></p>
<p>3. Complete the information for this new application and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office03.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office03" src="http://augustoalvarez.files.wordpress.com/2011/01/office03_thumb.png?w=329&#038;h=271" border="0" alt="office03" width="329" height="271" /></a></p>
<p>4. Select the source directory where we can find the “<strong>setup.exe</strong>” file.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office04.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office04" src="http://augustoalvarez.files.wordpress.com/2011/01/office04_thumb.png?w=335&#038;h=276" border="0" alt="office04" width="335" height="276" /></a></p>
<p>In my case I’m using the DVD which contains the x86 and x64 versions, since we can only add one architecture at a time, you must select one sub folder. And considering we are deploying a 64-bit operating system, I’m going to install the 64-bit Microsoft Office 2010 version.</p>
<p>5. Specify the directory name to be stored, in my case “<strong>Microsoft Office 2010 x64</strong>”. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office05.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office05" src="http://augustoalvarez.files.wordpress.com/2011/01/office05_thumb.png?w=337&#038;h=277" border="0" alt="office05" width="337" height="277" /></a></p>
<p>6. In “<strong>Command Line</strong>” type “<strong>setup.exe</strong>” for the installer file to be executed, the “<strong>Working</strong> <strong>directory</strong>” can be left with the default option.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office06.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office06" src="http://augustoalvarez.files.wordpress.com/2011/01/office06_thumb.png?w=339&#038;h=279" border="0" alt="office06" width="339" height="279" /></a></p>
<p>7. In “<strong>Summary</strong>” review the options selected and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office07.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office07" src="http://augustoalvarez.files.wordpress.com/2011/01/office07_thumb.png?w=349&#038;h=287" border="0" alt="office07" width="349" height="287" /></a></p>
<p>The importation process will start and should not take much longer.</p>
<p>8. Once completed, click on “<strong>Finish</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office08.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office08" src="http://augustoalvarez.files.wordpress.com/2011/01/office08_thumb.png?w=354&#038;h=291" border="0" alt="office08" width="354" height="291" /></a></p>
<p>With the application added we can double click it to access its properties.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office09.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office09" src="http://augustoalvarez.files.wordpress.com/2011/01/office09_thumb.png?w=377&#038;h=149" border="0" alt="office09" width="377" height="149" /></a></p>
<p>As you can see importing a Microsoft Office product includes a tab in the MDT properties called “<strong>Office Products</strong>” which contains options to simplify the unattended process.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office10.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office10" src="http://augustoalvarez.files.wordpress.com/2011/01/office10_thumb.png?w=244&#038;h=65" border="0" alt="office10" width="244" height="65" /></a></p>
<h2><span style="font-size:medium;">Configuring Office 2010 Unattended Installation</span></h2>
<p>Now that we have the application imported, we can configure a silent, unattended and customized installation of Microsoft Office 2010 within a few steps:</p>
<p>1. In the properties section, select the “<strong>Office Products</strong>” tab.</p>
<p>2. Select the following options and click on “<strong>Apply</strong>”:</p>
<p>“<strong>Office product to install</strong>”: The version you are using, in my case Professional Plus “<strong>ProPlus</strong>”.<br />
“<strong>Office languages</strong>”: Language available, in my case “en-us”.<br />
“<strong>Product</strong> <strong>Key</strong>”.<br />
“<strong>Customer Name</strong>”.<br />
“<strong>Display Level</strong>”: “<strong>None</strong>”. With this, in the installation process we won’t see any window running.<br />
“<strong>Accept EULA</strong>”: Enabled.<br />
“<strong>Always suppress reboot</strong>”: Enabled.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office11.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office11" src="http://augustoalvarez.files.wordpress.com/2011/01/office11_thumb.png?w=364&#038;h=300" border="0" alt="office11" width="364" height="300" /></a></p>
<p>All these options are stored in one file<strong>: Config.xml</strong>; which is used of course as an answer file for the unattended installation for Office 2010. In this file we must also set the features we would like to install, and the type of installation.</p>
<p>For more information, take a look to this link: <a href="http://technet.microsoft.com/en-us/library/cc179006.aspx">Config.xml file OptionState ID values for Office 2010</a>.</p>
<p>3. Click on “<strong>Edit Config.xml</strong>” to view and edit the unattended installation file. You will see something like this:</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office12.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office12" src="http://augustoalvarez.files.wordpress.com/2011/01/office12_thumb.png?w=362&#038;h=143" border="0" alt="office12" width="362" height="143" /></a></p>
<p>We are going to edit this adding the features we would like to install. Here’s an example of the Config.xml file I’ll be using in this series, <strong>download it in </strong><a href="http://dl.dropbox.com/u/553163/MDT/config.xml"><strong>this link</strong></a>.</p>
<p>I’m ignoring the lines with “&lt;!—&#8221; since they are used for comments and examples.</p>
<blockquote><p>&lt;Configuration Product=&#8221;ProPlusr&#8221;&gt;<br />
&lt;Display Level=&#8221;None&#8221; CompletionNotice=&#8221;No&#8221; SuppressModal=&#8221;No&#8221; AcceptEula=&#8221;Yes&#8221; /&gt;<br />
&lt;COMPANYNAME Value=&#8221;Augusto Alvarez&#8221; /&gt;<br />
&lt;Setting Id=&#8221;SETUP_REBOOT&#8221; Value=&#8221;Never&#8221; /&gt;<br />
&lt;AddLanguage Id=&#8221;match&#8221; /&gt;<br />
&lt;AddLanguage Id=&#8221;en-us&#8221; ShellTransform=&#8221;Yes&#8221; /&gt;<br />
&lt;PIDKEY Value=&#8221;xxxxxxxxxxxxxxxxxxxxxxxxx&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;AccessFiles&#8221; State=&#8221;absent&#8221; Children=&#8221;force&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;ExcelFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;GrooveFiles&#8221; State=&#8221;Absent&#8221; Children=&#8221;force&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;OneNoteFiles&#8221; State=&#8221;Local&#8221; Children=&#8221;force&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;OUTLOOKFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;PPTFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;PubPrimary&#8221; State=&#8221;Absent&#8221; Children=&#8221;force&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;WORDFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;XDOCSFiles&#8221; State=&#8221;Absent&#8221; Children=&#8221;force&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;SHAREDFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;TOOLSFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;EXCELFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;/Configuration&gt;</p></blockquote>
<p>In this example the following features are being installed: <strong>Word, Excel, OneNote, Outlook, Office Tools </strong>(like Office Picture Manager, HTML source editor, etc.) and <strong>Shared Files</strong>. All of this is using the “<strong>Local</strong>” type of installation, which in this scenario is usually a better choice than “Install on first use”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office13.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office13" src="http://augustoalvarez.files.wordpress.com/2011/01/office13_thumb.png?w=409&#038;h=215" border="0" alt="office13" width="409" height="215" /></a></p>
<h2><span style="font-size:medium;">Adding Office 2010 to the Task Sequence</span></h2>
<p>With the application imported and the unattended file in place, we just need to edit the Task Sequence we’ve created in the first post to use this application.</p>
<p>1. Expand the Distribution Share, “<strong>Task Sequences</strong>” and double click on the task sequence we’ve created earlier “<strong>Deploy Windows 7 Clean Image</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office14.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office14" src="http://augustoalvarez.files.wordpress.com/2011/01/office14_thumb.png?w=343&#038;h=305" border="0" alt="office14" width="343" height="305" /></a></p>
<p>2. In the last phase of the task sequence, “State Restore”, click on “<strong>Install Applications</strong>” and select “<strong>Install a single application</strong>” where you can select Office 2010 using the “<strong>Browse…</strong>”</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/01/office15.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="office15" src="http://augustoalvarez.files.wordpress.com/2011/01/office15_thumb.png?w=360&#038;h=320" border="0" alt="office15" width="360" height="320" /></a></p>
<p>With that, we have Microsoft Office 2010 64-bit added to MDT 2010 and configured for a customized and unattended installation within our Windows 7 deployment process.</p>
<p>In the next post, we will not only deploy this Windows 7 + Office 2010 but we will also prepare for an automated capture of this image and upload it to our MDT 2010.</p>
<p><em>Other posts in this series:</em></p>
<p><em><a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/">Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I</a></em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III</em></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/904/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=904&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office01_thumb.png" medium="image">
			<media:title type="html">office01</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office02_thumb.png" medium="image">
			<media:title type="html">office02</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office03_thumb.png" medium="image">
			<media:title type="html">office03</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office04_thumb.png" medium="image">
			<media:title type="html">office04</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office05_thumb.png" medium="image">
			<media:title type="html">office05</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office06_thumb.png" medium="image">
			<media:title type="html">office06</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office07_thumb.png" medium="image">
			<media:title type="html">office07</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office08_thumb.png" medium="image">
			<media:title type="html">office08</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office09_thumb.png" medium="image">
			<media:title type="html">office09</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office10_thumb.png" medium="image">
			<media:title type="html">office10</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office11_thumb.png" medium="image">
			<media:title type="html">office11</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office12_thumb.png" medium="image">
			<media:title type="html">office12</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office13_thumb.png" medium="image">
			<media:title type="html">office13</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office14_thumb.png" medium="image">
			<media:title type="html">office14</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2011/01/office15_thumb.png" medium="image">
			<media:title type="html">office15</media:title>
		</media:content>
	</item>
		<item>
		<title>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 &#8211; Part I</title>
		<link>http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/</link>
		<comments>http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 04:56:40 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT)]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Automatic Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT) 2010]]></category>
		<category><![CDATA[Microsoft Office 2010]]></category>
		<category><![CDATA[Office 2010]]></category>

		<guid isPermaLink="false">https://augustoalvarez.wordpress.com/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/</guid>
		<description><![CDATA[Other posts in this series: Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III I’ve started (finally!) re-editing a set of posts created a while ago: “Microsoft Deployment Toolkit 2010 Beta 1: Using MDT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=735&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>Other posts in this series:</em></p>
<p><em><a href="http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/">Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II</a></em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III</em></a></p>
<p>I’ve started (finally!) re-editing a set of posts created a while ago: “<strong>Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture Customized Windows 7</strong> <strong>Images<strong>”:</strong></strong> <a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/">Part I</a>, <a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-ii/">Part II</a> and <a href="http://blog.augustoalvarez.com.ar/2009/02/02/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-iii/">Part III</a>. Within those posts we had the chance to review some step-by-step procedures to create customized images of Windows 7, including Microsoft Office 2007 and achieve an automatic deployment; using always the Beta version of Microsoft Deployment Toolkit 2010.</p>
<p>Now we are going to evaluate some interesting <strong>step-by-step procedures for automated deployment of Windows 7 + Microsoft Office 2010 using Microsoft Deployment Toolkit (MDT) 2010. </strong></p>
<p>The current version of this free deployment tool is <a href="http://www.microsoft.com/downloads/details.aspx?familyid=3bd8561f-77ac-4400-a0c1-fe871c461a89&amp;displaylang=en&amp;tm">Microsoft Deployment Toolkit 2010 with Update 1</a>. This latest update brings some nice improvements:</p>
<ul>
<li>Comprehensive tools and guidance to efficiently manage large-scale deployments of Microsoft Office 2010.</li>
<li>A new User-Driven Installation (UDI) deployment method that utilizes System Center Configuration Manager. UDI lets end users initiate and customize an OS deployment on their PCs—via an easy-to-use wizard.</li>
<li>Automatically detects the true supported platforms for drivers, reducing deployment issues.</li>
</ul>
<p>As in the previous set of posts, using the final and latest version of MDT 2010, we will use <strong>the Lite Touch Installation (LTI) for the deployment of Windows 7</strong>. For the Zero Touch Installation of Windows 7 we can use Microsoft Deployment Toolkit 2010 with System Center Configuration Manager 2007 R2 SP2.</p>
<p><em><strong>Note</strong></em>: <em>Only using SCCM 2007 with SP2 is the supported platform for deploying Windows 7; prior this release, the environment is not supported to use Configuration Manager Operating System Deployment (OSD).</em></p>
<h3><strong><span style="font-size:medium;">What We Are Going To Do?</span></strong></h3>
<p>These posts will represent a <strong>step-by-step procedure for the following tasks</strong>:</p>
<ul>
<li>· <strong>Install and configure Microsoft Deployment Toolkit 2010 – Update 1.</strong></li>
<li>· <strong>Create a Task Sequence and deploy clean Windows 7 images.</strong></li>
<li>· <strong>Adding and configuring Microsoft Office 2010 in MDT 2010 for deployment.</strong></li>
<li>· <strong>Creating and capturing a reference image of Windows 7 and Microsoft Office 2010.</strong></li>
<li>· <strong>Automatic deployment of the customized Windows 7 images with Microsoft Office 2010 installed. </strong></li>
</ul>
<h3><span style="font-size:medium;"><strong>Requirements</strong></span></h3>
<p>Before starting with any procedure we need to review the requirements for the environment. In my case I’ll be using:</p>
<ul>
<li>Active Directory and DNS infrastructure working and operational.</li>
<li>DHCP configured with Windows Deployment Services (WDS).</li>
<li>Windows Deployment Services (WDS) configured.</li>
<li>Windows 7 source files.</li>
<li>Microsoft Office 2010 installation files.</li>
</ul>
<p><strong><em>Note</em></strong><em>: This</em><em> </em><a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/"><em>previous post</em></a><em> </em><em>of mine shows how WDS must be configured to work together with DHCP.</em></p>
<p>As in software and features necessary:</p>
<ul>
<li><strong>Windows Automated Installation Kit (WAIK) 2.0</strong>. You can download it from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34&amp;displaylang=en">here</a>.<br />
<em><strong>Note</strong>: The download page indicates that the WAIK version is “1”; but don’t worry, the actual version is 2.0.</em></li>
</ul>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/image.png"><img style="display:inline;border:0;" title="image" src="http://augustoalvarez.files.wordpress.com/2010/07/image_thumb.png?w=342&#038;h=253" border="0" alt="image" width="342" height="253" /></a></p>
<ul>
<li>· <strong>MSXML 6.0.</strong></li>
<li>· <strong>PowerShell.</strong></li>
<li>· <strong>.Net Framework 3.5 SP1</strong>. Available for download <a href="http://www.microsoft.com/downloads/details.aspx?familyid=ab99342f-5d1a-413d-8319-81da479ab0d7&amp;displaylang=en">here</a>.<br />
<em><strong>Note</strong>: Even though .Net Framework 2.5 SP1 is not a requirement for MDT 2010 installation; one of its features, User-Driven Installation (UDI), does requires the latest Microsoft Framework installed.</em></li>
</ul>
<p>Here’s a message you will see when you try to run the UDI launcher:</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image001.png"><img style="display:inline;border:0;" title="clip_image001" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image001_thumb.png?w=371&#038;h=142" border="0" alt="clip_image001" width="371" height="142" /></a></p>
<h3><span style="font-size:medium;"><strong>MDT 2010 Installation</strong></span></h3>
<p>As for all the Microsoft Deployment Toolkit versions, the installation is a straight forward procedure: Just <strong>download, execute the installer and complete the installation wizard.</strong></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0011.png"><img style="display:inline;border:0;" title="clip_image001[1]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0011_thumb.png?w=340&#038;h=264" border="0" alt="clip_image001[1]" width="340" height="264" /></a></p>
<p>Once installed, we can access any of the components from the “<strong>Start Menu</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0013.png"><img style="display:inline;border:0;" title="clip_image001[3]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0013_thumb.png?w=268&#038;h=360" border="0" alt="clip_image001[3]" width="268" height="360" /></a></p>
<p>One of the coolest options we can find in Microsoft Deployment Toolkit 2010 (and in most of Microsoft platforms) is the idea of designing the User Interface as places to find everything you need to know about what to do next.</p>
<p>“<strong>Getting Started</strong>”: All the steps involved to get MDT 2010 functional.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0015.png"><img style="display:inline;border:0;" title="clip_image001[5]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0015_thumb.png?w=414&#038;h=310" border="0" alt="clip_image001[5]" width="414" height="310" /></a></p>
<p>“<strong>Documentation</strong>”: All necessary links to start working with the tool.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0017.png"><img style="display:inline;border:0;" title="clip_image001[7]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0017_thumb.png?w=420&#038;h=186" border="0" alt="clip_image001[7]" width="420" height="186" /></a></p>
<p>Also another important section is “<strong>Components</strong>” where we can verify that all necessary requirements were installed (plus other optional installations).</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0019.png"><img style="display:inline;border:0;" title="clip_image001[9]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0019_thumb.png?w=438&#038;h=216" border="0" alt="clip_image001[9]" width="438" height="216" /></a></p>
<h3><span style="font-size:medium;"><strong>Adding a Clean Image to MDT 2010</strong></span></h3>
<p>With the application installed, we can now start working directly with the operating system deployment. The configurations needed in MDT 2010 maintains as the Beta version and the older versions of the Deployment Toolkit.</p>
<p>The process is the following:</p>
<p><strong>1. Create the distribution share.</strong></p>
<p><strong>2. Add operating system files to the distribution share.</strong></p>
<p><strong>3. Create a task sequence for the reference computer.</strong></p>
<h5><span style="font-size:small;">Creating the Distribution Share</span></h5>
<p>1. In the MDT Console, right click on “<strong>Deployment Shares</strong>” and select “<strong>New Deployment Share</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00111.png"><img style="display:inline;border:0;" title="clip_image001[11]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00111_thumb.png?w=261&#038;h=279" border="0" alt="clip_image001[11]" width="261" height="279" /></a></p>
<p>2. In the wizard, click on “<strong>Browse</strong>”.</p>
<p>3. Select a folder where you want to store all the binaries (applications, operating system, etc.) MDT will use. As a recommendation use a separate partition.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00113.png"><img style="display:inline;border:0;" title="clip_image001[13]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00113_thumb.png?w=282&#038;h=274" border="0" alt="clip_image001[13]" width="282" height="274" /></a></p>
<p>4. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00115.png"><img style="display:inline;border:0;" title="clip_image001[15]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00115_thumb.png?w=368&#038;h=303" border="0" alt="clip_image001[15]" width="368" height="303" /></a></p>
<p>5. Accept the name of the “<strong>Share Name</strong>” and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00117.png"><img style="display:inline;border:0;" title="clip_image001[17]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00117_thumb.png?w=367&#038;h=302" border="0" alt="clip_image001[17]" width="367" height="302" /></a></p>
<p>6. In the next page we can add a short description for the distribution share. Click on “<strong>Next</strong>”.</p>
<p>7. Ensure that the option “<strong>Ask if an image should be captured</strong>” is checked and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00119.png"><img style="display:inline;border:0;" title="clip_image001[19]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00119_thumb.png?w=367&#038;h=302" border="0" alt="clip_image001[19]" width="367" height="302" /></a></p>
<p>8. Another option we can select in this stage is if we are going to let users who are deploying an image can set the local administrator password. In large environment this is normally not recommended since not all users in charge of the deployment should be local administrators of the operating systems.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00121.png"><img style="display:inline;border:0;" title="clip_image001[21]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00121_thumb.png?w=374&#038;h=308" border="0" alt="clip_image001[21]" width="374" height="308" /></a></p>
<p>Click on “<strong>Next</strong>”.</p>
<p>9. Leave deselected also the option for “<strong>Ask user for a product key</strong>”. This option will be set in the task sequence of each operating system deployment. Click on “Next”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00123.png"><img style="display:inline;border:0;" title="clip_image001[23]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00123_thumb.png?w=380&#038;h=313" border="0" alt="clip_image001[23]" width="380" height="313" /></a></p>
<p>10. Review the “<strong>Summary</strong>” page and click on “<strong>Next</strong>”.</p>
<p>11. Wait for the process to complete and click on “<strong>Finish</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00125.png"><img style="display:inline;border:0;" title="clip_image001[25]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00125_thumb.png?w=386&#038;h=318" border="0" alt="clip_image001[25]" width="386" height="318" /></a></p>
<p>Once the process completes, we should see this in our MDT 2010 Management Console.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00127.png"><img style="display:inline;border:0;" title="clip_image001[27]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00127_thumb.png?w=377&#038;h=319" border="0" alt="clip_image001[27]" width="377" height="319" /></a></p>
<h5><span style="font-size:small;">Adding Windows 7 Operating System</span></h5>
<p>Once the deployment share is created, the next step is to add the files from the Windows 7 image. In my case I’ll be using a Windows 7 64bits image.</p>
<p>1. In “<strong>Deployment Shares</strong>”, expand the deployment share we’ve just created, right click “<strong>Operating Systems</strong>” and select “<strong>Import Operating System</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00129.png"><img style="display:inline;border:0;" title="clip_image001[29]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00129_thumb.png?w=312&#038;h=270" border="0" alt="clip_image001[29]" width="312" height="270" /></a></p>
<p>2. Since this is a clean image from the Windows 7 media, select “<strong>Full set of source files</strong>” and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00133.png"><img style="display:inline;border:0;" title="clip_image001[33]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00133_thumb.png?w=375&#038;h=309" border="0" alt="clip_image001[33]" width="375" height="309" /></a></p>
<p>3. I’m selecting the <strong>D:\</strong> directory since I have attached the Windows 7 media in this drive. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00131.png"><img style="display:inline;border:0;" title="clip_image001[31]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00131_thumb.png?w=380&#038;h=313" border="0" alt="clip_image001[31]" width="380" height="313" /></a></p>
<p>4. Select the “<strong>Destination directory name</strong>” and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00135.png"><img style="display:inline;border:0;" title="clip_image001[35]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00135_thumb.png?w=383&#038;h=314" border="0" alt="clip_image001[35]" width="383" height="314" /></a></p>
<p>5. In the “<strong>Summary</strong>” page click on “<strong>Next</strong>”.</p>
<p>6. Once the process is complete, click on “<strong>Finish</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00137.png"><img style="display:inline;border:0;" title="clip_image001[37]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00137_thumb.png?w=387&#038;h=318" border="0" alt="clip_image001[37]" width="387" height="318" /></a></p>
<p>In my case, the images added will look like this in the MDT console.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00139.png"><img style="display:inline;border:0;" title="clip_image001[39]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00139_thumb.png?w=416&#038;h=52" border="0" alt="clip_image001[39]" width="416" height="52" /></a></p>
<h5><span style="font-size:small;">Creating the Deployment Task Sequence</span></h5>
<p>Now we have the distribution share with a clean image of Windows 7, we can create a task sequence to deploy the operating system.</p>
<p>1. In “<strong>Deployment Shares</strong>”, expand the deployment share created, right click “<strong>Task Sequences</strong>” and select “<strong>New Task Sequence</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00141.png"><img style="display:inline;border:0;" title="clip_image001[41]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00141_thumb.png?w=275&#038;h=314" border="0" alt="clip_image001[41]" width="275" height="314" /></a></p>
<p>2. Insert a “<strong>Task Sequence ID</strong>”, I’m using “<strong>WIN7</strong>”. And a “<strong>Task Sequence name</strong>”, in my case “<strong>Deploy Windows 7 clean image</strong>”. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00145.png"><img style="display:inline;border:0;" title="clip_image001[45]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00145_thumb.png?w=398&#038;h=327" border="0" alt="clip_image001[45]" width="398" height="327" /></a></p>
<p>3. Accept the default option in “Template”: “<strong>Standard Client Task Sequence</strong>”. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00147.png"><img style="display:inline;border:0;" title="clip_image001[47]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00147_thumb.png?w=396&#038;h=326" border="0" alt="clip_image001[47]" width="396" height="326" /></a></p>
<p>4. Select the operating system to deploy. Since I have several options, I’ll be using “<strong>Windows 7 Professional</strong>”. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00149.png"><img style="display:inline;border:0;" title="clip_image001[49]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00149_thumb.png?w=403&#038;h=332" border="0" alt="clip_image001[49]" width="403" height="332" /></a></p>
<p>5. The “<strong>Product Key</strong>” section can be used to not specify a key at this point. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00151.png"><img style="display:inline;border:0;" title="clip_image001[51]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00151_thumb.png?w=402&#038;h=331" border="0" alt="clip_image001[51]" width="402" height="331" /></a></p>
<p>6. Complete the information about the registered user and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00153.png"><img style="display:inline;border:0;" title="clip_image001[53]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00153_thumb.png?w=405&#038;h=333" border="0" alt="clip_image001[53]" width="405" height="333" /></a></p>
<p>7. In my case I’m also selecting the local Administrator password. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00155.png"><img style="display:inline;border:0;" title="clip_image001[55]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00155_thumb.png?w=407&#038;h=335" border="0" alt="clip_image001[55]" width="407" height="335" /></a></p>
<p>8. In the “<strong>Summary</strong>” page click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00159.png"><img style="display:inline;border:0;" title="clip_image001[59]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00159_thumb.png?w=410&#038;h=336" border="0" alt="clip_image001[59]" width="410" height="336" /></a></p>
<p>9. Once the process is complete we can click on “<strong>Finish</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00157.png"><img style="display:inline;border:0;" title="clip_image001[57]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00157_thumb.png?w=527&#038;h=39" border="0" alt="clip_image001[57]" width="527" height="39" /></a></p>
<p>Note there’s an option of “View Script”, which we can use to retrieve an automated script to use for every time we want to create a similar Task Sequence (we only need to change the values used)</p>
<p>Once the Task Sequence is added, we should see something like this:</p>
<p>10. The process is completed once we update the Deployment Share. In the Deployment Share name, right click and select “<strong>Update Distribution Share</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00161.png"><img style="display:inline;border:0;" title="clip_image001[61]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00161_thumb.png?w=387&#038;h=264" border="0" alt="clip_image001[61]" width="387" height="264" /></a></p>
<p>11. Leave selected the option for “Optimize the boot image updating process”. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00163.png"><img style="display:inline;border:0;" title="clip_image001[63]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00163_thumb.png?w=388&#038;h=319" border="0" alt="clip_image001[63]" width="388" height="319" /></a></p>
<p>12. Click on “Next” on “Summary”. This process can take a few minutes since it will be creating new files, including the boot images “<strong><em>LiteTouchPE_x86.iso</em></strong>” and “<strong><em>LiteTouchPE_x64</em></strong>” which can be used for the clean operating system deployment.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00165.png"><img style="display:inline;border:0;" title="clip_image001[65]" src="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00165_thumb.png?w=390&#038;h=321" border="0" alt="clip_image001[65]" width="390" height="321" /></a></p>
<p>Within this process the Distribution Share is populated with several files which will be used in the operating system deployment. Even though we didn’t use the option, Microsoft Deployment Toolkit also includes the section for “<strong>Out-of-box Drivers</strong>”.</p>
<p>The drivers section includes a simple wizard where we can add device drivers into the operating system deployment. Using only the “.inf” files from these drivers, we can add the components directly; but always remember to use the “Update Distribution Share” once those are added; with that the drivers are injected automatically.</p>
<p>In the next post we will add <strong>Microsoft Office 2010 to MDT 2010, the Task Sequence involved and configuring this application for a silent install. </strong></p>
<p>Stay tuned!</p>
<p><em>Other posts in this series:</em></p>
<p><em><a href="http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/">Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II</a></em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III</em></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/735/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=735&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image001_thumb.png" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0011_thumb.png" medium="image">
			<media:title type="html">clip_image001[1]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0013_thumb.png" medium="image">
			<media:title type="html">clip_image001[3]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0015_thumb.png" medium="image">
			<media:title type="html">clip_image001[5]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0017_thumb.png" medium="image">
			<media:title type="html">clip_image001[7]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image0019_thumb.png" medium="image">
			<media:title type="html">clip_image001[9]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00111_thumb.png" medium="image">
			<media:title type="html">clip_image001[11]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00113_thumb.png" medium="image">
			<media:title type="html">clip_image001[13]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00115_thumb.png" medium="image">
			<media:title type="html">clip_image001[15]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00117_thumb.png" medium="image">
			<media:title type="html">clip_image001[17]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00119_thumb.png" medium="image">
			<media:title type="html">clip_image001[19]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00121_thumb.png" medium="image">
			<media:title type="html">clip_image001[21]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00123_thumb.png" medium="image">
			<media:title type="html">clip_image001[23]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00125_thumb.png" medium="image">
			<media:title type="html">clip_image001[25]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00127_thumb.png" medium="image">
			<media:title type="html">clip_image001[27]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00129_thumb.png" medium="image">
			<media:title type="html">clip_image001[29]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00133_thumb.png" medium="image">
			<media:title type="html">clip_image001[33]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00131_thumb.png" medium="image">
			<media:title type="html">clip_image001[31]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00135_thumb.png" medium="image">
			<media:title type="html">clip_image001[35]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00137_thumb.png" medium="image">
			<media:title type="html">clip_image001[37]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00139_thumb.png" medium="image">
			<media:title type="html">clip_image001[39]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00141_thumb.png" medium="image">
			<media:title type="html">clip_image001[41]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00145_thumb.png" medium="image">
			<media:title type="html">clip_image001[45]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00147_thumb.png" medium="image">
			<media:title type="html">clip_image001[47]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00149_thumb.png" medium="image">
			<media:title type="html">clip_image001[49]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00151_thumb.png" medium="image">
			<media:title type="html">clip_image001[51]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00153_thumb.png" medium="image">
			<media:title type="html">clip_image001[53]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00155_thumb.png" medium="image">
			<media:title type="html">clip_image001[55]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00159_thumb.png" medium="image">
			<media:title type="html">clip_image001[59]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00157_thumb.png" medium="image">
			<media:title type="html">clip_image001[57]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00161_thumb.png" medium="image">
			<media:title type="html">clip_image001[61]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00163_thumb.png" medium="image">
			<media:title type="html">clip_image001[63]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/07/clip_image00165_thumb.png" medium="image">
			<media:title type="html">clip_image001[65]</media:title>
		</media:content>
	</item>
		<item>
		<title>Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step &#8211; Part II</title>
		<link>http://blog.augustoalvarez.com.ar/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/</link>
		<comments>http://blog.augustoalvarez.com.ar/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 12:58:19 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Deployment Services (WDS)]]></category>
		<category><![CDATA[Unattended Deployment]]></category>
		<category><![CDATA[Unattended Files]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/</guid>
		<description><![CDATA[&#160; See also: Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part I After reviewing Post I about installing and configuring Windows Deployment Services, we’ve also review the process of capturing a customized Windows 7 image and upload it to WDS. To image is already available and we can use it to deploy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=661&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><em>See also: <a href="http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/">Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part I</a></em></p>
<p>After reviewing <a href="http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/">Post I</a> about installing and configuring Windows Deployment Services, we’ve also review the process of capturing a customized Windows 7 image and upload it to WDS.</p>
<p>To image is already available and we can use it to deploy on workstations from a PXE boot; but to achieve the full unattended process we have to create the <strong>unattended files</strong>, basically the files where the installation process can request answers about the installation process (product key, user name and password, computer name, etc).</p>
<p>To create these answer files, two of them, we are going to use a tool included in WAIK 2.0: <strong>Windows System Image Manager</strong>. </p>
<h3><font size="4"><strong>1. Preparing WISM for Unattended Deployment</strong></font></h3>
<p>The use of Windows System Image Manager (WISM) is based on loading an operating system image, the application will review the answers involved on the deployment and we can set the answers as we need it. </p>
<p>1.1 Open WSIM console, which you can find on WAIK program menu. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image002.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image002" border="0" alt="clip_image002" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image002_thumb.jpg?w=432&#038;h=346" width="432" height="346" /></a></p>
<p>1.2 Right click on <strong>select a distribution share</strong>, <strong>create new distribution share</strong>. </p>
<p>This will be the working folder.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0041.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image004" border="0" alt="clip_image004" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image004_thumb1.jpg?w=244&#038;h=75" width="244" height="75" /></a></p>
<p>1.3 For WISM to work properly with the image, we’ll need to export it from WDS to the distribution share. </p>
<p>To export the image, we can access the WDS console, explore the “Install Images” section, right click on the image and select “<strong>Export</strong>”. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0061.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image006" border="0" alt="clip_image006" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image006_thumb1.jpg?w=339&#038;h=127" width="339" height="127" /></a></p>
<p>1.4 Now getting back to the WSIM console. Right click on “Windows Image”, and select a “windows image”, then browse to “Dis share ref_001” and select the image we exported earlier from the WDS console.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image008.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image008" border="0" alt="clip_image008" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image008_thumb.jpg?w=376&#038;h=278" width="376" height="278" /></a></p>
<p>1.5 Now WSIM will need to create a catalog file, so select yes at the next window.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0101.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image010" border="0" alt="clip_image010" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image010_thumb1.jpg?w=415&#038;h=133" width="415" height="133" /></a></p>
<p>1.6 Now it will begin the catalog process, this will take more than a few minutes depending on how big the WIM is.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image012.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image012" border="0" alt="clip_image012" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image012_thumb.jpg?w=319&#038;h=147" width="319" height="147" /></a></p>
<p>Now you will see in the windows image panel components, and packages, in my case. In the packages part you can choose to run certain updates, language packs, hotfixes, and versions during the installation process of the OS. We are going to focus only on unattended part of the WDS deploy.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image014.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image014" border="0" alt="clip_image014" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image014_thumb.jpg?w=266&#038;h=335" width="266" height="335" /></a></p>
<h3><font size="4"><strong>2. Creating the WDSClientUnattend.xml</strong></font></h3>
<p><strong>Here’s an example file of <a href="http://dl.dropbox.com/u/553163/WDS/WDSClientUnattend.xml">WDSClientUnattend.xml</a>.</strong> </p>
<p>Now that we have our reference image loaded into WSIM, I am going to show you how to create the unattended file for the first booting process. I will refer to this file as<b><i> WDSClientUnattend.xml</i></b>. We will need to create two .xml files for total automation. There are a few components we need to add for the unattended pre install environment.</p>
<p>Here are the things we are going to add.</p>
<ol>
<li>Regional – Language settings during setup </li>
<li>Domain credentials </li>
<li>Create partition </li>
<li>Modify partition </li>
<li>Then validating the answer file. </li>
</ol>
<p><b>Setting the regional-language</b></p>
<p>2.1 In the WSIM console look for the “Windows Image” pane, the expand components. Since I am doing this on a 64 bit, will show that first.&#160; Browse to the “<i><strong>windows-international-core-winpe</strong></i>” node. Right click on this and select “<strong><em>Add</em> <em>Setting to Pass 1 windowsPE</em></strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0161.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image016" border="0" alt="clip_image016" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image016_thumb1.jpg?w=340&#038;h=112" width="340" height="112" /></a></p>
<p>2.2 Now we’ll see this added to your answer file. Also look in the properties pane right next to the answer file, and notice this is where we’ll make any changes to the settings of each component you add. For this component we’ll add “<b><i>en-us</i></b>” to everything except “<i>layeredDriver</i>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0181.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image018" border="0" alt="clip_image018" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image018_thumb.jpg?w=403&#038;h=168" width="403" height="168" /></a></p>
<p>The “layeredDriver” is optional, and only used for Japanese and Korean keyboards.</p>
<p>2.3 Now we need to expand “<i><strong>windows-international-core-pe</strong></i>”, select “<i><strong>SetupUILanguage</strong></i>”, then in the properties pane add “<b><i>en-us</i></b>” to the “<i><strong>UILanguage</strong></i>”.</p>
<p><b>Domain Credentials</b></p>
<p>2.4 Browse to “<i><strong>windows-setup\WindowsDeploymentServices</strong></i>” in the components, then right click on “login”, and add this to <strong>1 pass windowsPE</strong>. Now expand login in the answer file pane, and select “credentials”. Now put in your domain credentials for the network install.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0201.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image020" border="0" alt="clip_image020" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image020_thumb1.jpg?w=467&#038;h=145" width="467" height="145" /></a></p>
<p><b>Create Partition</b></p>
<p>2.5 Browse to “<i><strong>windows-setup\WindowsDeploymentServices</strong></i>” then right click on “<strong>ImageSelection</strong>” and add to <strong>1 pass windowsPE</strong>. Now select install to in the answer file pane, then in properties set “<i>DiskID</i>” to “<b><i>1</i></b>”, and “<i>PartitionID</i>” to “<b><i>1</i></b>” also.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0221.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image022" border="0" alt="clip_image022" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image022_thumb1.jpg?w=473&#038;h=126" width="473" height="126" /></a></p>
<p><b>Modify Partition</b></p>
<p>2.6 On the modify partition properties set “<i><strong>active</strong></i>” to “<b><i>true</i></b>”, “<i>format</i>” to “<b><i>NTFS</i></b>”, “<i><strong>label</strong></i>” to “<b><i>WINDOWS</i></b>”, “<i>letter</i>” to “<b><i>C</i></b>”, “<i><strong>Order</strong></i>” to “<b><i>1</i></b>”, and “<i><strong>PartitionID</strong></i>” to “<b><i>1</i></b>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image023.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image023" border="0" alt="clip_image023" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image023_thumb.jpg?w=487&#038;h=235" width="487" height="235" /></a></p>
<p><b>Image Selection</b></p>
<p>2.7 Add “<i><strong>Microsoft-Windows-Setup\WindowsDeploymentServices\ImageSelection</strong></i>” to your answer file. In the properties of “<b>installImage</b>” add the file name of the image we’ve captured, image group where we stored it in WDS, and image name the way you have it setup in the WDS console.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image025.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image025" border="0" alt="clip_image025" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image025_thumb.jpg?w=330&#038;h=75" width="330" height="75" /></a></p>
<p>2.8 Next select “<strong>InstallTo</strong>”, and set “<strong>DiskID</strong>” to “<strong>0</strong>”, and “<strong>PartitionID</strong>” to “<strong>1</strong>”. This will install the image to disk 0, on partition 1.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image027.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image027" border="0" alt="clip_image027" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image027_thumb.jpg?w=329&#038;h=58" width="329" height="58" /></a></p>
<p><b>Validate the answer file</b></p>
<p>2.9 To validate the answer file we can access to <strong>Tools</strong>, and selecting “<strong>Validate Answer File</strong>”. In our case should not complete without any errors. </p>
<p>If it does, you’ll see in the error description what went wrong. </p>
<p>2.10 Save the file as “<b><i>WDSClientUnattend.xml</i></b>” in the “<i>E:\RemoteInstall\WdsClientUnattend</i>” folder created by WDS. </p>
<p><strong>NOTE</strong>:</p>
<p>The unattended file WDSClientUnattend must be associated to the WDS Server and not to any particular image. If you are inserting a value in the Image you’ll be deploying, that means every time you are using the PXE boot and contacting the WDS Server, the image selection will be always the same.</p>
<p>So, if we want to choose the image when the installation process starts, we must remove “<i><strong>Microsoft-Windows-Setup\WindowsDeploymentServices\ImageSelection</strong></i>” section from our answer file.</p>
<h3><font size="4"><strong>3. Adding the WDSClientUnattend.xml to the WDS server</strong></font></h3>
<p><b></b></p>
<p>3.1 Open up the WDS console, and right click on your server and select <strong>“Properties”</strong>.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image029.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image029" border="0" alt="clip_image029" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image029_thumb.jpg?w=302&#038;h=102" width="302" height="102" /></a></p>
<p>3.2 Click on the client tab, and check “<i><strong>Enable unattended installation</strong></i>” then browse for the “<i><strong>WDSClientUnattend.xml</strong></i>” we created in the previous step. Selecting the appropriate architecture.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image031.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image031" border="0" alt="clip_image031" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image031_thumb.jpg?w=318&#038;h=259" width="318" height="259" /></a></p>
<p>This will automate the booting process in the deployment process. Now we need to automate the OOBE which is the actual installation of the WIM.</p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<h3><font size="4"><strong>4. Creating the OOBEunattend xml for Installation/OOBE settings</strong></font></h3>
<p><b></b></p>
<p><strong>Here’s an example file of <a href="http://dl.dropbox.com/u/553163/WDS/OOBEUnattend.xml">OOBEUnattend.xml</a>. </strong></p>
<p>This is the second part which will unattended the actual installation of our reference image, the OOBE part. This file I will be calling <b><i>OOBEUnattend.xml</i></b>. I will show you how to:</p>
<ul>
<li>Set the computer name and time zone</li>
<li>Skip the EULA, and setup network location</li>
<li>Create a login, and set a password</li>
</ul>
<p><b>Computer name and time zone</b></p>
<p>4.1 Open WISM console, then go to file, and open a new answer file. Browse to the Components section and right click on “<em><strong>Microsoft-Windows-Shell-Setup</strong></em>” and select “<strong>Add Setting to Pass 4 specialize</strong>” </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image033.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image033" border="0" alt="clip_image033" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image033_thumb.jpg?w=339&#038;h=156" width="339" height="156" /></a></p>
<p>4.2 Here we want to configure the <strong>time zone</strong>, <strong>computer name</strong> (add an asterisk * for random name), and any other settings we want to setup in the properties pane.</p>
<p>4.3 Now right click on “<i><strong>Microsoft-Windows-International-Core</strong></i>” and select “<strong>Add Setting to Pass 7 oobeSystem</strong>”</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image035.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image035" border="0" alt="clip_image035" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image035_thumb.jpg?w=345&#038;h=121" width="345" height="121" /></a></p>
<p>4.4 Now set everything to “<b><i>en-us</i></b>” except for “<i>UIlanguageFallback</i>”. Leave that blank.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image037.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image037" border="0" alt="clip_image037" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image037_thumb.jpg?w=326&#038;h=102" width="326" height="102" /></a></p>
<p><b>Setup Network location, and EULA skip</b></p>
<p>4.5 Find “<i><strong>Microsoft-Windows-Shell-Setup</strong></i>” in the components, and add “<i><strong>OOBE</strong></i>” to “<strong>Add Setting to Pass 7 oobeSystem</strong>”. Fill in the settings that you want in the properties.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image039.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image039" border="0" alt="clip_image039" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image039_thumb.jpg?w=313&#038;h=106" width="313" height="106" /></a></p>
<p><b>Login and password</b></p>
<p>4.6 Browse to, and expand “<i><strong>Microsoft-Windows-Shell-Setup</strong></i>”, expand “<i><strong>UserAccounts</strong></i>”, “<i><strong>LocalAccounts</strong></i>”, “<i><strong>LocalAccounts</strong></i>” again, then add “<i><strong>password</strong></i>” to “<strong>Add Setting to Pass 7 oobeSystem</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image041.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image041" border="0" alt="clip_image041" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image041_thumb.jpg?w=328&#038;h=256" width="328" height="256" /></a></p>
<p>4.7 Click on “<i><strong>LocalAccount</strong></i>” in the answer file, and add the information in its properties.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0421.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image042" border="0" alt="clip_image042" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image042_thumb1.jpg?w=331&#038;h=232" width="331" height="232" /></a></p>
<p>4.8 Then do the same for the password. Also feel free to play around with the shell setup in the specialize part of the file for a more personal install.</p>
<p><strong>Validate and add to reference deploy image</strong></p>
<p>4.9 Validate the answer file as mentioned before. And save the file to the folder we’ve created for unattended images “<i>E:\RemoteInstall\WdsClientUnattend”</i>. </p>
<h3><font size="4"><strong>5. Associating <b><i>OOBEUnattend.xml </i></b>to the Install Image</strong></font></h3>
<p>5.1 Open the WDS console and expand “install images”, click on “captures” then right click on the image name “Ref_001”, and select properties. </p>
<p>5.2 At the bottom of the properties window we’ll see “<strong>Allow image to install in unattended mode</strong>” check that. Now browse for the file created in the step above in “<i>E:\RemoteInstall\WdsClientUnattend”</i>. Apply and select <strong>ok</strong>.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0441.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image044" border="0" alt="clip_image044" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image044_thumb1.jpg?w=285&#038;h=363" width="285" height="363" /></a></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<h3><font size="4"><strong>6. Deploying an unattended custom image with WDS</strong></font></h3>
<p>We have everything in place now for a complete unattended deployment of Windows 7. </p>
<p>6.1 Boot up the computer with F12 for a network boot.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0461.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image046" border="0" alt="clip_image046" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image046_thumb1.jpg?w=405&#038;h=304" width="405" height="304" /></a></p>
<p>6.2 The computer will find your WDS server and ask you to hit F12, do so quickly or you may miss it. Now select the boot image, “Windows 7 (x64)” in my case.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0481.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image048" border="0" alt="clip_image048" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image048_thumb1.jpg?w=409&#038;h=307" width="409" height="307" /></a></p>
<p>Windows will load files after booting</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0501.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image050" border="0" alt="clip_image050" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image050_thumb1.jpg?w=409&#038;h=307" width="409" height="307" /></a></p>
<p>Since the deployment will not require any user intervention, the next window appearing should be this one.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0521.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image052" border="0" alt="clip_image052" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image052_thumb1.jpg?w=411&#038;h=309" width="411" height="309" /></a></p>
<p>Hope you found this information useful.</p>
<p><em>See also: <a href="http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/">Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part I</a></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/661/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=661&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/feed/</wfw:commentRss>
		<slash:comments>100</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image002_thumb.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image004_thumb1.jpg" medium="image">
			<media:title type="html">clip_image004</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image006_thumb1.jpg" medium="image">
			<media:title type="html">clip_image006</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image008_thumb.jpg" medium="image">
			<media:title type="html">clip_image008</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image010_thumb1.jpg" medium="image">
			<media:title type="html">clip_image010</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image012_thumb.jpg" medium="image">
			<media:title type="html">clip_image012</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image014_thumb.jpg" medium="image">
			<media:title type="html">clip_image014</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image016_thumb1.jpg" medium="image">
			<media:title type="html">clip_image016</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image018_thumb.jpg" medium="image">
			<media:title type="html">clip_image018</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image020_thumb1.jpg" medium="image">
			<media:title type="html">clip_image020</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image022_thumb1.jpg" medium="image">
			<media:title type="html">clip_image022</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image023_thumb.jpg" medium="image">
			<media:title type="html">clip_image023</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image025_thumb.jpg" medium="image">
			<media:title type="html">clip_image025</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image027_thumb.jpg" medium="image">
			<media:title type="html">clip_image027</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image029_thumb.jpg" medium="image">
			<media:title type="html">clip_image029</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image031_thumb.jpg" medium="image">
			<media:title type="html">clip_image031</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image033_thumb.jpg" medium="image">
			<media:title type="html">clip_image033</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image035_thumb.jpg" medium="image">
			<media:title type="html">clip_image035</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image037_thumb.jpg" medium="image">
			<media:title type="html">clip_image037</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image039_thumb.jpg" medium="image">
			<media:title type="html">clip_image039</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image041_thumb.jpg" medium="image">
			<media:title type="html">clip_image041</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image042_thumb1.jpg" medium="image">
			<media:title type="html">clip_image042</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image044_thumb1.jpg" medium="image">
			<media:title type="html">clip_image044</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image046_thumb1.jpg" medium="image">
			<media:title type="html">clip_image046</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image048_thumb1.jpg" medium="image">
			<media:title type="html">clip_image048</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image050_thumb1.jpg" medium="image">
			<media:title type="html">clip_image050</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image052_thumb1.jpg" medium="image">
			<media:title type="html">clip_image052</media:title>
		</media:content>
	</item>
		<item>
		<title>Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step &#8211; Part I</title>
		<link>http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/</link>
		<comments>http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 11:51:07 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Deployment Services (WDS)]]></category>
		<category><![CDATA[Unattended Deployment]]></category>
		<category><![CDATA[Unattended Files]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/</guid>
		<description><![CDATA[&#160; See also: Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part II&#160; We had a good look about the possibilities about Windows deployment; regarding Windows 7 we’ve completed a guide using Microsoft Deployment Toolkit 2010 (MDT 2010 beta) to capture and deploy unattended installations of Windows 7 with Office 2007 (Post I, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=606&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b></b></p>
<p>&#160;</p>
<p><em>See also: <a href="http://blog.augustoalvarez.com.ar/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/">Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part II</a></em>&#160;</p>
<p>We had a good look about the possibilities about Windows deployment; regarding Windows 7 we’ve completed a guide using Microsoft Deployment Toolkit 2010 (MDT 2010 beta) to capture and deploy unattended installations of Windows 7 with Office 2007 (<a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/">Post I</a>, <a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-ii/">Post II</a> and <a href="http://blog.augustoalvarez.com.ar/2009/02/02/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-iii/">Post III</a>). Also we’ve reviewed how to implement unattended installations of Windows Vista using Windows Deployment Services (<a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/">Post I</a>, <a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-ii/">Post II</a> and <a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-iii/">Post III</a>).</p>
<p>But we didn’t take a look about deploying Windows 7 using Windows Deployment Services (WDS). Now we have a good chance to do that, providing a simple step by step procedure. </p>
<h3><strong><font size="4">Why Using WDS?</font></strong></h3>
<p>Deploying operating systems using technologies like <strong>Microsoft Deployment Toolkit 2010</strong> or even <strong>System Center Configuration Manager</strong> are far more scalable that we can offer using WDS. But there’s always the <strong>cost/benefit</strong> analysis we should take before deciding to use always the most scalable and dynamic technology available.</p>
<p>Having a robust platform for deployment requires, as always, bigger costs for maintain it; and if there’s no trade off which we can see it in the short term, why bother? Example: We are using one operating system image as a baseline for our branch office with around 15 users; and we usually have to deploy one operating system to users per month. Should we need to allocate considerate hardware and efforts to maintain MDT or SCCM? Probably those technologies will be far more expensive than just using a simple one or even manual deployments. </p>
<p><strong>Windows Deployment Services is a simple and straight forward technology to achieve fast and unattended deployments</strong>. Just loading a WIM file and the operating system is available over the network. </p>
<p>So, let’s take a look about a simple step-by-step process to achieve unattended deployments of Windows 7 using WDS. </p>
<h3><font size="4"><strong>Prerequisites for WDS</strong>       <br /></font>    <br /></h3>
<ul>
<li>Active Directory and DNS server in place. The computer running WDS must be a member of an Active Directory. </li>
<li>An active DHCP server on the network </li>
<li>An NTFS partition on the server with the WDS role to store your OS images. </li>
<li>Windows Automated Installation Kit (WAIK). This is an optional component that we can use to create unattended files. </li>
</ul>
<p><b></b></p>
<h3><strong><font size="4">1. Installing the WDS role on Windows Server 2008</font></strong></h3>
<p>1.1 Installing WDS in Windows Server 2008 is quite simple, just add it as a Server Role from <strong>Server Manager</strong>.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image004.jpg"><img style="display:inline;border-width:0;" title="clip_image004" border="0" alt="clip_image004" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image004_thumb.jpg?w=236&#038;h=170" width="236" height="170" /></a></p>
<p>&#160;<a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image006.jpg"><img style="display:inline;border-width:0;" title="clip_image006" border="0" alt="clip_image006" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image006_thumb.jpg?w=412&#038;h=305" width="412" height="305" /></a></p>
<p>Besides the core components in WDS, Windows Server 2008 has the multicasting feature for the deployment. <strong>Transport Server</strong> option gives us that functionality. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image010.jpg"><img style="display:inline;border-width:0;" title="clip_image010" border="0" alt="clip_image010" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image010_thumb.jpg?w=398&#038;h=296" width="398" height="296" /></a></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image014.gif"></a></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p>1.2 Click on next and then Install. </p>
<h3><font size="4"><strong>2.</strong> <strong>Configure WDS for first use</strong></font></h3>
<p><b></b></p>
<p>WDS also has a simple procedure to configure the server, just running a wizard and you’ll be good to go. </p>
<p>2.1 In Administrative tasks open the WDS up in mmc, expand “Servers” then right click on the root name, and “<strong>configure server</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image016.jpg"><img style="display:inline;border-width:0;" title="clip_image016" border="0" alt="clip_image016" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image016_thumb.jpg?w=534&#038;h=335" width="534" height="335" /></a></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image018.jpg"></a></p>
<p>2.2 We’ll need to create a path for the storing of our images. <strong>E:\RemoteInstall</strong>. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image020.jpg"><img style="display:inline;border-width:0;" title="clip_image020" border="0" alt="clip_image020" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image020_thumb.jpg?w=360&#038;h=292" width="360" height="292" /></a></p>
<p>2.3<strong> PXE answer policy</strong>, every time a machine boots from the network you can decide if they are going to receive an automatic answer or wait for an administrator decision. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image022.jpg"><img style="display:inline;border-width:0;" title="clip_image022" border="0" alt="clip_image022" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image022_thumb.jpg?w=374&#038;h=303" width="374" height="303" /></a></p>
<p>2.4 Uncheck “add images now” select next.</p>
<p>If we have the DHCP server on the same operating system running WDS, we’ll also need to access the WDS server properties and select on the DHCP tab both options: “Do not listen on port 67” and “Configure DHCP option 60 to ‘PXEClient’. </p>
<p>In our case the DHCP role is placed on a different server and those options are not checked. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0011.png"><img style="display:inline;border-width:0;" title="clip_image001" border="0" alt="clip_image001" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image001_thumb1.png?w=295&#038;h=333" width="295" height="333" /></a></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<h3><font size="4"><strong>3.</strong> <strong>Adding Boot and Default Windows 7 Images</strong></font></h3>
<p><b></b></p>
<p>Every environment we are trying to deploy will always need boot images; fortunately we just have to select the boot images included on Windows 7 DVD. </p>
<p><b></b></p>
<p>3.1 Right click on “<strong>boot images</strong>” and select add boot image</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image024.jpg"><img style="display:inline;border-width:0;" title="clip_image024" border="0" alt="clip_image024" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image024_thumb.jpg?w=406&#038;h=294" width="406" height="294" /></a></p>
<p>3.2 Using a Windows 7 DVD, we can easily find the boot.wim file in “<strong>sources</strong>” folder.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image026.jpg"><img style="display:inline;border-width:0;" title="clip_image026" border="0" alt="clip_image026" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image026_thumb.jpg?w=410&#038;h=324" width="410" height="324" /></a>.</p>
<p>3.3 Now we can leave the image name to its default or we can change it.</p>
<p>3.4 Confirm settings then continue. </p>
<p>For adding the Windows 7 operating system image is the same procedure to run, but using the “<strong>Install Images</strong>” folder in WDS console.</p>
<p>3.5 Adding the default Install Image Right click on Install Images in the WDS console and select <strong>Add Image</strong>.</p>
<p>3.6 Creating a new <strong>image group</strong>. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image028.jpg"><img style="display:inline;border-width:0;" title="clip_image028" border="0" alt="clip_image028" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image028_thumb.jpg?w=372&#038;h=321" width="372" height="321" /></a>. </p>
<p>3.7 Browse again in “<strong>sources</strong>” folder and select install.wim. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image030.jpg"><img style="display:inline;border-width:0;" title="clip_image030" border="0" alt="clip_image030" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image030_thumb.jpg?w=372&#038;h=294" width="372" height="294" /></a>.</p>
<p>3.8 Now we are given a choice of all the available versions of the installation media; <strong>install.wim</strong> contains all the versions available of Windows 7.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image032.jpg"><img style="display:inline;border-width:0;" title="clip_image032" border="0" alt="clip_image032" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image032_thumb.jpg?w=375&#038;h=322" width="375" height="322" /></a>.</p>
<p>We can select just one version to avoid allocating unnecessary space in the hard drive. </p>
<p>Once completed we’ll have available a boot image, plus a default and clean image of Windows 7 to be installed over the network. </p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<h3><strong><font size="4">4. Capture Boot Image</font></strong></h3>
<p>There’s an important note regarding boot images; to capture a Windows 7 operating system that you’ve already deployed, you’ll need to create a new media set of this boot.wim file. </p>
<p>4.1 Add a new boot image, the same procedure shown above. Open up the WDS console and right click on “boot images” and select “add boot image”. </p>
<p>4.2 Change the name, and description to identify which image is for booting and for capturing; click on “Finish”.</p>
<p>Once the wizard complete, we’ll see the image added to “Boot images”. </p>
<p>4.3 Now select the image name right click, then select “<strong>Create Capture Boot Image</strong>”. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0014.png"><img style="display:inline;border-width:0;" title="clip_image001[4]" border="0" alt="clip_image001[4]" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0014_thumb.png?w=324&#038;h=161" width="324" height="161" /></a></p>
<h3><font size="4"><strong>5.</strong> <strong>Install, configure, and Sysprep the reference machine</strong></font></h3>
<p>To deploy a customized image of Windows 7 using WDS we must capture it first from an already deployed image. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image040.jpg"><img style="display:inline;border-width:0;" title="clip_image040" border="0" alt="clip_image040" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image040_thumb.jpg?w=486&#038;h=305" width="486" height="305" /></a></p>
<p>An operating system by default is not ready to be captured, before doing that we must prepare the image. Sysprep is the tool in charge of removing all the particular components in an installation (computer name, SID, OS product key, etc) and makes this image suitable for capturing.</p>
<p>5.1 We can find sysprep tool in “<strong>C:\Windows\system32\sysprep</strong>”. Running sysprep.exe will pop a simple GUI, where we can select the options <strong>OOBE</strong>, <strong>Generalize</strong> and <strong>Reboot</strong> after completion. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image042.jpg"><img style="display:inline;border-width:0;" title="clip_image042" border="0" alt="clip_image042" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image042_thumb.jpg?w=391&#038;h=294" width="391" height="294" /></a></p>
<p>We can also use the command line: “<strong>sysprep /oobe /generalize /reboot</strong>”.</p>
<p>Once selected, we’ll see a process running that is going to take a few seconds and the following reboot. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image044.jpg"><img style="display:inline;border-width:0;" title="clip_image044" border="0" alt="clip_image044" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image044_thumb.jpg?w=256&#038;h=157" width="256" height="157" /></a></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<h3><font size="4"><strong>6.</strong> <strong>Capturing the reference machine</strong></font></h3>
<p><b></b></p>
<p>6.1 After sysprep has rebooted our reference machine, boot from <strong>PXE network</strong> boot, using <strong>F12</strong>.</p>
<p>The computer will require for an IP address to the DHCP Server which will redirect it to a Boot Server available on the network, in this case WDS. After finding it, it will require a <strong>second F12 selection</strong>.</p>
<p>It is important to note that if we missed this sequence, we should reboot the machine as soon as possible. If Windows operating system starts, the sysprep clean up performed earlier will be lost and you won’t be available to capture the image. </p>
<p>6.2 Select “<strong>Capture (x64)</strong>” and press enter</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image046.jpg"><img style="display:inline;border-width:0;" title="clip_image046" border="0" alt="clip_image046" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image046_thumb.jpg?w=336&#038;h=253" width="336" height="253" /></a></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image048.jpg"><img style="display:inline;border-width:0;" title="clip_image048" border="0" alt="clip_image048" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image048_thumb.jpg?w=340&#038;h=256" width="340" height="256" /></a></p>
<p>6.3 After this we’ll see the WDS wizard, select next.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image050.jpg"><img style="display:inline;border-width:0;" title="clip_image050" border="0" alt="clip_image050" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image050_thumb.jpg?w=343&#038;h=258" width="343" height="258" /></a></p>
<p>6.4 Now select the volume to capture, <strong>C:\</strong>, and create the image name file. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image052.jpg"><img style="display:inline;border-width:0;" title="clip_image052" border="0" alt="clip_image052" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image052_thumb.jpg?w=346&#038;h=260" width="346" height="260" /></a></p>
<p>If we don’t see any volume available to capture, is because the sysprep process did not completed normally and we must run it again. </p>
<p>6.5 Now we will see the screen asking you where to store the WIM file. Select “<strong>upload Image to WDS server</strong>”, providing the IP address or FQDN. It will also require domain credentials to access the server. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image054.jpg"><img style="display:inline;border-width:0;" title="clip_image054" border="0" alt="clip_image054" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image054_thumb.jpg?w=349&#038;h=263" width="349" height="263" /></a></p>
<p>6.6 Select the Image Group you’ve created to store the image. If you don’t have any group created in WDS, you’ll receive the error of no group available. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image056.jpg"><img style="display:inline;border-width:0;" title="clip_image056" border="0" alt="clip_image056" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image056_thumb.jpg?w=352&#038;h=265" width="352" height="265" /></a></p>
<p>Now the WDS will create your custom reference image of your client machine.</p>
<p>The process usually takes a while, depending on the operating system characteristics you are capturing.</p>
<p>On the next post we’ll see how to create unattended files with some examples and deploying a this captured Windows 7 image in a full unattended process.</p>
<p><em>See also: <a href="http://blog.augustoalvarez.com.ar/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/">Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part II</a></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/606/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=606&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/feed/</wfw:commentRss>
		<slash:comments>101</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image004_thumb.jpg" medium="image">
			<media:title type="html">clip_image004</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image006_thumb.jpg" medium="image">
			<media:title type="html">clip_image006</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image010_thumb.jpg" medium="image">
			<media:title type="html">clip_image010</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image016_thumb.jpg" medium="image">
			<media:title type="html">clip_image016</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image020_thumb.jpg" medium="image">
			<media:title type="html">clip_image020</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image022_thumb.jpg" medium="image">
			<media:title type="html">clip_image022</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image001_thumb1.png" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image024_thumb.jpg" medium="image">
			<media:title type="html">clip_image024</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image026_thumb.jpg" medium="image">
			<media:title type="html">clip_image026</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image028_thumb.jpg" medium="image">
			<media:title type="html">clip_image028</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image030_thumb.jpg" medium="image">
			<media:title type="html">clip_image030</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image032_thumb.jpg" medium="image">
			<media:title type="html">clip_image032</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0014_thumb.png" medium="image">
			<media:title type="html">clip_image001[4]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image040_thumb.jpg" medium="image">
			<media:title type="html">clip_image040</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image042_thumb.jpg" medium="image">
			<media:title type="html">clip_image042</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image044_thumb.jpg" medium="image">
			<media:title type="html">clip_image044</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image046_thumb.jpg" medium="image">
			<media:title type="html">clip_image046</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image048_thumb.jpg" medium="image">
			<media:title type="html">clip_image048</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image050_thumb.jpg" medium="image">
			<media:title type="html">clip_image050</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image052_thumb.jpg" medium="image">
			<media:title type="html">clip_image052</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image054_thumb.jpg" medium="image">
			<media:title type="html">clip_image054</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image056_thumb.jpg" medium="image">
			<media:title type="html">clip_image056</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Server 2008 R2 and Windows 7: BranchCache</title>
		<link>http://blog.augustoalvarez.com.ar/2009/07/26/windows-server-2008-r2-and-windows-7-branchcache/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/07/26/windows-server-2008-r2-and-windows-7-branchcache/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 14:55:04 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[BranchCache]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Branch Offices]]></category>
		<category><![CDATA[Branch Offices Cache]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/?p=294</guid>
		<description><![CDATA[&#160; The arrival of Windows Server 2008 R2 and Windows 7 is just around the corner and I don’t have to tell you that there are a lot of expectations. Common users are concentrating almost all the attention with the client operating system, but I can assure you that having those new platforms, Windows Server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=294&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p align="justify">The arrival of <strong>Windows Server 2008 R2 and Windows 7</strong> is just around the corner and I don’t have to tell you that there are a lot of expectations. Common users are concentrating almost all the attention with the client operating system, but I can assure you that having those new platforms, Windows Server 2008 R2 and Windows 7, will give a new perspective for all users and IT guys.</p>
<p align="justify">One of the highlights that you can watch having this two boys together is <strong>BranchCache</strong>, focused mainly in optimizing your WAN bandwidth using special cache options.</p>
<p align="justify">As the name says it, BranchCache works in scenarios with <strong>branch offices</strong> where clients interact and request files from the headquarters. A common and current scenario is related when you access an internal website with the servers located in the main office, each branch office client will request the files directly with the headquarters every time a user intends to communicate with the site, significantly affecting the WAN link with the same data transmitted over and over.</p>
<p align="justify"><strong>BranchCache is a simple idea that caches every content downloaded from the main office using a server or other branch clients</strong>, so every time that a second client tries to download the content, the request is directly handled within the branch office optimizing the WAN link and downloading time.</p>
<h3><font size="3"><strong>How Does It Work?</strong></font></h3>
<p align="justify">There are no complex configurations and you can even use an option that does not include a server. There are two types of BranchCache deployment options: <strong>Distributed Cache</strong> (no server) and <strong>Hosted Cache Mode</strong> (Windows Server 2008 R2 server involved as the cache server).</p>
<p align="justify">Keep in mind that the environment will only work with Windows Server 2008 R2 and Windows 7 clients.</p>
<h5><font size="3">Distributed Cache</font></h5>
<p align="justify">Windows 7 branch office clients store a copy of the content that is downloaded from the main office, and makes it available to other clients in the branch office every time that they try to retrieve those files.</p>
<p align="justify">&#160;</p>
<h5><font size="3"><a href="http://augustoalvarez.files.wordpress.com/2009/07/branch011.png"><img style="display:inline;border-width:0;" title="branch01" border="0" alt="branch01" src="http://augustoalvarez.files.wordpress.com/2009/07/branch01_thumb.png?w=443&#038;h=224" width="443" height="224" /></a>&#160; </font></h5>
<h5><font size="3">Hosted Cache</font></h5>
<p align="justify">Within this scenario, all the cache content is stored and controlled in a Windows Server 2008 R2 that retrieves all the requests made from branch clients and keeps all the data locally to answer any other requests for the same content.</p>
<p align="justify">&#160;<a href="http://augustoalvarez.files.wordpress.com/2009/07/branch021.png"><img style="display:inline;border-width:0;" title="branch02" border="0" alt="branch02" src="http://augustoalvarez.files.wordpress.com/2009/07/branch02_thumb.png?w=497&#038;h=224" width="497" height="224" /></a></p>
<p align="justify">Microsoft recommends to use this mode on branch offices with over 10 clients.</p>
<h3><font size="3"><strong>What About Cache Authorization and Updates?</strong></font></h3>
<p align="justify">These are common questions that you may be asking yourself right now:</p>
<p align="justify"><strong>Q: If the files are stored in a local cache within the branch office (distributed among clients or on a server), that means that all branch users will have access to these files?</strong></p>
<p align="justify"><strong>A</strong>: <strong>No.</strong> There is an <strong>authorization phase</strong> that the requestor must complete before receiving the file. In a distributed BranchCache mode, when the client requests the data, the server (main office) authorizes, or not, the cache content to be delivered to the branch office client. In a Hosted Cache mode, the cache server keeps identifiers with the permissions for each cached content, giving access only to authorized clients.</p>
<p align="justify"><strong>Q: What about if the file changes when it was already cached by clients or a server? The file is distributed out-to-date to branch clients?</strong></p>
<p align="justify"><strong>A</strong>: <strong>No.</strong> Whenever a change is made on a folder that is distributed with BranchCache, a new <strong>identifier</strong> (the same used for access authorization) it’s send to branch cache clients (if the mode is set as Distributed Cache); or send it directly to the cache server (if the mode is configured as Hosted Cache).</p>
<h3><font size="3"><strong>Configuring BranchCache</strong></font></h3>
<p align="justify">In this section I’ll give you small step-by-step BranchCache procedure. There are basically three steps to complete the environment:</p>
<p align="justify"><strong>1. Configure the headquarters Windows Server 2008 R2 that contains the data that must be cached.</strong></p>
<p align="justify"><strong>2. Configure the Windows 7 branch clients that will use the cached content.</strong></p>
<p align="justify"><strong>3. Configure the Windows Server 2008 R2 as Hosted Cache server, if that’s the option you selected for your environment.</strong></p>
<p align="justify">The complete reference to achieve this deployment can be found in<strong> </strong><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=a9a1ed8a-71ab-468e-a7e0-470fd46e46b3"><strong>BranchCache Early Adopter&#8217;s Guide</strong></a><strong>.</strong></p>
<h5><font size="3">1. Configuring the File/Web Server</font></h5>
<p align="justify"><strong>a. Add the feature from Server Manager</strong>: BranchCache.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/07/branch031.png"><img style="display:inline;border-width:0;" title="branch03" border="0" alt="branch03" src="http://augustoalvarez.files.wordpress.com/2009/07/branch03_thumb.png?w=419&#038;h=315" width="419" height="315" /></a></p>
<p align="justify">Remember, it’s a feature not a role.</p>
<p align="justify"><strong>b.</strong> If this is going to be a file server, you must add the “File Services” role and the service “<strong>BranchCache for remote files</strong>”.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/07/branch041.png"><img style="display:inline;border-width:0;" title="branch04" border="0" alt="branch04" src="http://augustoalvarez.files.wordpress.com/2009/07/branch04_thumb.png?w=422&#038;h=318" width="422" height="318" /></a></p>
<p align="justify"><strong>c.</strong> Configure the <strong>Group Policy to enable BranchCache. </strong></p>
<p align="justify">Active Directory it is not a requirement for BranchCache, but surely it is recommended for centralized management. You can use an <strong>Active Directory or local policy</strong> to apply to this server.</p>
<p align="justify">The GPO can be located in <strong>Computer Configuration &gt; Policies &gt; Administrative Templates &gt; Network &gt; Lanman Server &gt; Hash Publication for BrandCache</strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/07/branch051.png"><img style="display:inline;border-width:0;" title="branch05" border="0" alt="branch05" src="http://augustoalvarez.files.wordpress.com/2009/07/branch05_thumb.png?w=507&#038;h=293" width="507" height="293" /></a></p>
<p align="justify">The options when you Enable this GPO are self explained: For all shares, files shares tagged and disallow hash publications.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/07/branch061.png"><img style="display:inline;border-width:0;" title="branch06" border="0" alt="branch06" src="http://augustoalvarez.files.wordpress.com/2009/07/branch06_thumb.png?w=513&#038;h=271" width="513" height="271" /></a></p>
<h5><font size="3">2. Client Configuration</font></h5>
<p align="justify">Ok, now you have the server configured to be able to distribute the BranchCache shares. Now it’s time to configure the clients to understand this type of cache. It is easily done with Group Policies, and again, this can be done in a domain environment by linking GPOs or just using Local Group Policies.</p>
<p align="justify"><strong>a.</strong> Access GPOs editing MMC: <strong>Computer Configuration &gt; Policies &gt; Administrative Templates &gt; Network &gt; Turn on BranchCache &gt; Enabled.</strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/07/branch071.png"><img style="display:inline;border-width:0;" title="branch07" border="0" alt="branch07" src="http://augustoalvarez.files.wordpress.com/2009/07/branch07_thumb.png?w=504&#038;h=323" width="504" height="323" /></a></p>
<p align="justify"><strong>b.</strong> On the same GPO list, you’ll find the rest of the necessary configurations according to the chosen model.</p>
<p align="justify">If you are using Distributed Cache, enable “<strong>Turn on BranchCache – Distributed Caching Mode</strong>”. And the same for hosted cache, “<strong>Turn on BranchCache – Hosted Cache mode</strong>”.</p>
<p align="justify"><strong>c.</strong> <strong>[optional]</strong> You can also set other interesting values using this set of GPOs, like<strong> latency values or setting a percentage of your disk space dedicated to this cache.</strong></p>
<p align="justify"><strong>d.</strong> Ensure that you have configured the <strong>firewall inbound policies</strong> to allow BranchCache connections. More info about this on the document mentioned above: <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=a9a1ed8a-71ab-468e-a7e0-470fd46e46b3">BranchCache Early Adopter&#8217;s Guide</a>.</p>
<h5><font size="3">3. Configure the Cache Server</font></h5>
<p align="justify">For obvious reasons, the communication between the parties involved must be secured and the data available must be guaranteed as updated and correct. That’s why if you are using Hosted Cache Mode, a certificate will be present to achieve a <strong>SSL communication and guarantee that data is not modified by an attacker. </strong></p>
<p align="justify">It is important to note that the presence of a <strong>Certificate Authority (CA) server it is not a requirement</strong>, <strong>the</strong> <strong>certificate can be prepared directly from the file/web server and then imported to the Hosted Cache server.</strong></p>
<p align="justify"><strong>a.</strong> First, enable the <strong>BranchCache</strong> <strong>feature</strong> from Server Manager.</p>
<p align="justify"><strong>b.</strong> Deploy the certificate inside <strong>Certificates (Local Computer) &gt; Personal.</strong></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/branch081.png"><img style="display:inline;border-width:0;" title="branch08" border="0" alt="branch08" src="http://augustoalvarez.files.wordpress.com/2009/07/branch08_thumb.png?w=176&#038;h=244" width="176" height="244" /></a></p>
<p align="justify"><strong>c.</strong> Access the <strong>certificate properties</strong>, the details page will show you the “<strong>Thumbprint</strong>” field. <strong>Copy to the clipboard.</strong></p>
<p align="justify"><strong>d.</strong> Link the certificate to BranchCache with “<strong>netsh</strong>”:</p>
<p align="justify"><em><strong>NETSH HTTP ADD SSLCERT IPPORT=0.0.0.0:443 CERTHASH=&lt;thumbprint&gt; APPID={d673f5ee-a714-454d-8de2-492e4c1bd8f8}</strong></em></p>
<h3><font size="3"><strong>More Resources</strong></font></h3>
<p>Here are some other guides and interesting links you can find about this feature.</p>
<ul>
<li>
<div align="justify"><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=a9a1ed8a-71ab-468e-a7e0-470fd46e46b3">BranchCache Early Adopter&#8217;s Guide</a></div>
</li>
<li>
<div align="justify"><a href="http://technet.microsoft.com/en-us/network/dd425028.aspx">BranchCache Home</a></div>
</li>
<li>
<div align="justify"><a href="http://edge.technet.com/Media/Branch-Cache-in-Windows-7/">[Screencast] BranchCache in Windows 7</a></div>
</li>
<li>
<div align="justify"><a href="http://www.microsoft.com/windows/enterprise/products/windows-7/features.aspx#branchcache">Windows 7 Features: BranchCache</a></div>
</li>
</ul>
<p align="justify">That’s pretty much in this BranchCache overview and kind of walkthrough.</p>
<p align="justify">Cheers!</p>
<p>Join <a href="http://www.test-king.com/exams/642-524.htm">testking 642-524</a> online training to learn expert cache programming and enhance your expertise using <a href="http://www.test-king.com/exams/650-177.htm">testking 650-177</a> tutorials and <a href="http://www.test-king.com/exams/E20-001.htm">testking E20-001</a> study guides. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/294/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=294&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/07/26/windows-server-2008-r2-and-windows-7-branchcache/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/branch01_thumb.png" medium="image">
			<media:title type="html">branch01</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/branch02_thumb.png" medium="image">
			<media:title type="html">branch02</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/branch03_thumb.png" medium="image">
			<media:title type="html">branch03</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/branch04_thumb.png" medium="image">
			<media:title type="html">branch04</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/branch05_thumb.png" medium="image">
			<media:title type="html">branch05</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/branch06_thumb.png" medium="image">
			<media:title type="html">branch06</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/branch07_thumb.png" medium="image">
			<media:title type="html">branch07</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/branch08_thumb.png" medium="image">
			<media:title type="html">branch08</media:title>
		</media:content>
	</item>
		<item>
		<title>Experiencing Lenovo W500 with Windows 7 (RC) &#8211; Part II</title>
		<link>http://blog.augustoalvarez.com.ar/2009/05/07/experiencing-lenovo-w500-with-windows-7-rc-part-ii/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/05/07/experiencing-lenovo-w500-with-windows-7-rc-part-ii/#comments</comments>
		<pubDate>Thu, 07 May 2009 22:18:19 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Lenovo W500]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 7 RC]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/05/07/experiencing-lenovo-w500-with-windows-7-rc-part-ii/</guid>
		<description><![CDATA[&#160; No news to you if I tell you that Windows 7 RC has just become available for download to the public (starting May 5th, you can download it from here). So if you had the chance to read my previous review about Windows 7, you would now that having this operating system installed all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=219&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>No news to you if I tell you that <strong>Windows 7 RC has just become available for download to the public</strong> (starting May 5th, you can <a href="http://www.microsoft.com/windows/windows-7/download.aspx">download it from here</a>).</p>
<p>So if you had the chance to read my <a href="http://blog.augustoalvarez.com.ar/2009/01/20/experiencing-lenovo-w500-with-windows-7/">previous review about Windows 7</a>, you would now that having this operating system installed all this time has been a <strong>real good experience to me and my Lenovo ThinkPad W500</strong>. This time I want to share with you the experience of installing this release candidate on my laptop. </p>
<h3><font size="3"><strong>So, what’s new on the RC?</strong></font></h3>
<p>You are probably wondering what changes have been introduced in this version compared to the previous beta. I won’t lie, <strong>nothing much</strong>. </p>
<p>Did you hear the rumor that said that the RC was going to introduce a significant change in the UI? Didn’t happen. </p>
<p><strong>Windows Media Player</strong>: Media Streaming. You can now stream music or video using the internet. Sharing the media with other friends and using Windows Live ID. That’s actually quite nice and using a smart technology adapting the streaming to your connection. </p>
<p><img src="http://farm4.static.flickr.com/3386/3511578824_8822085e42.jpg?v=0" width="351" height="296" /></p>
<p><strong>More icons on Taskbar</strong>: You can now place around 30% more icons on taskbar (depending on your resolution).</p>
<p><strong>IE8</strong>. You can uninstall IE8 from Windows Features. </p>
<p><img src="http://farm4.static.flickr.com/3409/3511570008_9ca1bc11a9.jpg?v=0" width="382" height="334" /></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0e8fa9b3-c236-4b77-be26-173f032f5159&amp;displaylang=en"><strong>Windows XP Mode (Beta)</strong></a> was also introduced as a feature to download for Windows 7 RC. It is an interesting move to achieve the always controversial application compatibility and motivate people to an early adoption to Windows 7. Basically the feature it’s a Windows XP SP3 virtual machine, for Virtual PC of course, that works together with the operating system and application virtualization. You can download the beta from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0e8fa9b3-c236-4b77-be26-173f032f5159&amp;displaylang=en">here</a>. </p>
<p><img src="http://farm4.static.flickr.com/3554/3511569894_ef03f6bfa3.jpg?v=0" /></p>
<p>Plus another things like fixing some <strong>minor bugs, adding drivers support, more wallpapers and themes. </strong></p>
<h3><font size="3"><strong>Hands-On</strong></font></h3>
<p>Ok then, back to our case, I’ve started the installation on my ThinkPad W500.</p>
<h5>Installation Process</h5>
<p>Of course, nothing changed in the basic process that you’ve seen so far.</p>
<p><img src="http://farm4.static.flickr.com/3373/3511570168_6903f3e845.jpg?v=0" width="443" height="332" /></p>
<p>But great news for all the W500 users, <strong>the video driver does not crash on the last phase of the installation. </strong></p>
<p>For those that also tried previous beta versions of Windows 7, as we discussed in some comments on <a href="http://blog.augustoalvarez.com.ar/2009/01/20/experiencing-lenovo-w500-with-windows-7/">previous post</a>, noticed that in the <strong>last part of the installation process the screen goes black </strong>(the operating system didn’t crash, the installation continues but with no display) and there’s nothing you can do&#160; (you cannot start in safe mode because the installation did not complete). <strong>The only resolution, complete the installation completely blind.</strong></p>
<p><strong>Well that problem it’s not present in the RC version.</strong> </p>
<p>Regarding to the video adapter, let’s check on the other devices.</p>
<h5>Drivers</h5>
<p>Here’s where I noticed another good news after the installation was completed. My <strong>“Device Manager” looked like this:</strong></p>
<p><img src="http://farm4.static.flickr.com/3583/3510758831_c24de78a6a.jpg?v=0" /></p>
<p>I know, nothing promising. But, <strong>Windows Update</strong> showed me right away the next updates available:</p>
<p><img src="http://farm4.static.flickr.com/3655/3511569760_6374587f37.jpg?v=0" /></p>
<p>Ok, now we are talking 7. Let’s install them.</p>
<p>There was no need on installing it manually or selecting compatibility mode. After that, my Device Manager looked like this:</p>
<p><img src="http://farm4.static.flickr.com/3548/3510758695_0f84481fd9.jpg?v=0" /></p>
<p>Close enough, but we can do better than that. So, I’ve downloaded and installed these drivers:</p>
<ul>
<li><a href="http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;lndocid=MIGR-70317">Local Manageability Service and Serial Over LAN (Intel AMT 4.0)</a> </li>
<li><a href="http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;lndocid=MIGR-70313">Management Engine Interface (Intel AMT 4.0)</a> </li>
</ul>
<p>And yes, the drivers for “<strong>PCI Serial Port</strong>” and “<strong>PCI Simple Communications Controller</strong>” <strong>disappeared from “Other Devices”. </strong></p>
<p><img src="http://farm4.static.flickr.com/3651/3511569844_6ed7c76809.jpg?v=0" /></p>
<p>On the other hand, the <strong>video adapter driver shows ATI Mobility Radeon HD 3650 with the yellow exclamation mark</strong>. Installing <strong>ATI™ Mobility FireGL™ V570? No luck. </strong></p>
<p><a href="http://support.amd.com/us/gpudownload/Pages/index.aspx">ATI released video drivers for Windows 7</a>, but for now there’s no availability for FireGL family. </p>
<p><img src="http://farm4.static.flickr.com/3398/3510759483_ec40d19494.jpg?v=0" /></p>
<h5>Software</h5>
<p>Another good news is that I was able to install <a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a> without using the compatibility mode, like I shown on the first post. </p>
<p>Other software installed without any problem:</p>
<ul>
<li><strong>Microsoft Office 2007 SP2</strong> </li>
<li><a href="http://www.foxitsoftware.com/pdf/rd_intro.php"><strong>Foxit Reader</strong></a><strong> </strong></li>
<li><a href="http://www.win-rar.com/download.html"><strong>WinRAR</strong></a><strong> </strong></li>
<li><a href="http://www.twhirl.org/"><strong>Twihrl and Adobe AIR</strong></a><strong> </strong></li>
<li><a href="http://www.imgburn.com/"><strong>ImgBurn</strong></a><strong> </strong></li>
<li><a href="http://home.live.com/"><strong>Windows Live</strong></a> </li>
</ul>
<p>Unfortunately, <a href="http://www.google.com/chrome">Google Chrome</a> still needs to be configured manually to actually work: <strong>Add to the execution file path the following “&#8211;in-process-plugins”.</strong></p>
<p><img src="http://farm4.static.flickr.com/3341/3212019531_75238879b3.jpg?v=0" width="357" height="130" /></p>
<p>Using <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9A2279B1-DF0A-46E1-AA93-7D4870871ECF&amp;displaylang=en">Microsoft Outlook Connector</a>, I’ve noticed an issue with Office 2007. Whenever you <strong>minimize</strong> the Outlook window, and if the option is set to “Hide When Minimized”, if you open again Outlook from taskbar or tray,<strong> you’ll see that the Outlook Connector option disappeared</strong>. The same thing happens if you use <a href="http://www.xobni.com/">Xobni</a>, once you minimize it, the option disappeared and the add-on is closed. </p>
<p><img src="http://farm4.static.flickr.com/3594/3511569866_d80113c204.jpg?v=0" /></p>
<h3><font size="3"><strong>Cool Links</strong></font></h3>
<p>Here are some interesting links to read about Windows 7. I’ll add a few more in the next days. </p>
<ul>
<li><a href="http://blogs.zdnet.com/Bott/?p=922">Windows 7 Setup Secrets</a> <strong>(Recommended!)</strong> </li>
<li><a href="http://www.microsoft.com/windows/antivirus-partners/windows-7.aspx">Anti-virus available for Windows 7 from “Security Software Providers”</a> </li>
<li><a href="http://brandonlive.com/2009/01/10/windows-7-beta-hotkey-cheat-sheet/">Windows 7 Beta hotkey cheat sheet</a> </li>
</ul>
<h3><font size="3"><strong>Conclusions</strong></font></h3>
</p>
<ul>
<li>Even though there are no big differences between the first official beta (build 7000) and this one (build 7100), still it is my<strong> preferred operating system to use</strong>, more than Windows Vista or XP. </li>
<li>I’ve noticed also a <strong>performance improvement</strong> from previous builds. </li>
<li><strong>Stability</strong> it’s another characteristic I’ve noticed using it on the ThinkPad W500. Even though I’ve installed and uninstalled drivers and software, I haven’t seen any program nor operating system crash. </li>
<li><strong>Still waiting for a acceptable solution for the video drivers. </strong></li>
</ul>
<p>Haven’t tried it yet? What are you waiting for?</p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=219&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/05/07/experiencing-lenovo-w500-with-windows-7-rc-part-ii/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3386/3511578824_8822085e42.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3409/3511570008_9ca1bc11a9.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3554/3511569894_ef03f6bfa3.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3373/3511570168_6903f3e845.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3583/3510758831_c24de78a6a.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3655/3511569760_6374587f37.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3548/3510758695_0f84481fd9.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3651/3511569844_6ed7c76809.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3398/3510759483_ec40d19494.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3341/3212019531_75238879b3.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3594/3511569866_d80113c204.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images &#8211; Part III</title>
		<link>http://blog.augustoalvarez.com.ar/2009/02/02/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-iii/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/02/02/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-iii/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 02:42:50 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT)]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Image Deployment]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT) 2010]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/02/02/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-iii/</guid>
		<description><![CDATA[IMPORTANT: Updated versions from this series using Windows 7 + Microsoft Office 2010 in automated deployment with MDT 2010 can be found here: Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II Deploying Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=187&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><strong>IMPORTANT</strong>: Updated versions from this series  using Windows 7 + Microsoft Office 2010 in automated deployment with MDT  2010 can be found here:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III</em></a></p>
<p>&nbsp;</p>
<p>This is going to be the last part (at least for now) for this <strong>step-by-step guide for customizing and deploying Windows 7 images with MDT 2010</strong>. On the previous posts we’ve learned how to run the firsts configurations on MDT, adding operating system files and creating a task sequence for the reference image (<a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/">Part I</a>); and also adding Office 2007 to the reference image and making it a silent installation (<a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-ii/">Part II</a>).</p>
<p>The third post it’s going to be just to<strong> deploy the reference and customized image</strong>, and then <strong>capture</strong> it into a .wim file, that we can later <strong>deploy</strong> using MDT or add it to Windows Deployment Services (WDS).</p>
<h3>Deploying Reference Image</h3>
<p>Since we already have our boot environments, ISO and WIM files; and that we have the<strong> Windows Deployment Services</strong> role installed, I’ll start using it: I’m going to <strong>add the LTI boot image to WDS that will let me create and capture the reference image.</strong></p>
<p><strong><em>Note</em></strong>: You can also use the ISO file too boot from a CD or, if it’s a virtual machine, mounting it; but using WDS keep the things a lot easier.</p>
<p>1. Open WDS snap-in &gt; “<strong>Boot Images</strong>” &gt; “<strong>Add Boot Image</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3406/3245218879_f1416892a8.jpg?v=0" alt="" width="199" height="137" /></p>
<p>2. Browse the MDT distribution share, inside the “<strong>Boot</strong>” folder. And select “<strong>LiteTouchePE_x64.wim</strong>”. Click “<strong>Open</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3462/3246046974_84284ab15f.jpg?v=0" alt="" width="310" height="243" /></p>
<p>3. Finish up the boot image wizard.</p>
<p>4. Now on the computer you are going to use as the reference, <strong>boot from the network</strong> to receive WDS boot image. And select the LiteTouchePE image you added.</p>
<p><strong><em>Note</em></strong>: For proper WDS configuration with DHCP and boot images, check <a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/">this post</a>.</p>
<p><img src="http://farm4.static.flickr.com/3097/3246047028_1b729a8ed7.jpg?v=0" alt="" width="332" height="250" /></p>
<p>5. Once the boot files are loaded, a new wizard will be prompted. Select your “<strong>Keyboard Layout</strong>” and click on “<strong>Next</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3106/3245219329_c995d69202.jpg?v=0" alt="" width="381" height="285" /></p>
<p>6. Insert the <strong>domain credentials</strong> that will be used to access the shared files used by MDT 2010. Use a domain admin account to avoid any inconvenient.</p>
<p><img src="http://farm4.static.flickr.com/3465/3246047560_2a410e2154.jpg?v=0" alt="" width="382" height="285" /></p>
<p>7. Select the task sequence to be executed: “<strong>Deploy Windows 7</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3316/3246047760_15fa3c6f09.jpg?v=0" alt="" width="390" height="292" /></p>
<p>8. Enter a <strong>computer name</strong>. A random one is created by default.</p>
<p><img src="http://farm4.static.flickr.com/3478/3245220013_90138d1507.jpg?v=0" alt="" width="391" height="291" /></p>
<p>9. Leave the option “<strong>Join a Workgroup</strong>”.<br />
<strong><span style="color:#ff0000;">IMPORTANT</span></strong>: <strong>Do not add it to a domain, otherwise you won’t be able to capture the image you are about to deploy</strong>. A machine joined to a domain it’s not a good idea to be captured, because if the sysprep task is removed from the deployment, you will have several issues about the Security Identifiers (SID) within the domain.</p>
<p><img src="http://farm4.static.flickr.com/3340/3245220219_c97da7bcf8.jpg?v=0" alt="" width="394" height="295" /></p>
<p>10. Since we are not migrating any image, this is a fresh deployment select “<strong>Do not restore user data and settings</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3497/3246048472_e30da168a1.jpg?v=0" alt="" width="394" height="296" /></p>
<p>11. Select your location and<strong> keyboard layout</strong> to be configured on the reference image.</p>
<p>12. Select the “<strong>Time Zone</strong>”.</p>
<p>13. Select the application you are going to install “<strong>Microsoft Office 2007</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3453/3245221105_516a2ffd0a.jpg?v=0" alt="" width="405" height="304" /></p>
<p>14. You can skip BitLocker configuration if you want to and set “<strong>Do not Enable BitLocker for this computer</strong>”.</p>
<p>15. Leave selected the option “<strong>Capture an image of this reference computer</strong>”. And insert the filename “<strong>WIN/_REFERENCE.wim</strong>”. Click on <strong>Next</strong>.</p>
<p><img src="http://farm4.static.flickr.com/3452/3245221627_0251be87cf.jpg?v=0" alt="" width="415" height="311" /></p>
<p>16. Here you’ll find a summary of the options selected. Click on “<strong>Begin</strong>” and the installation process will start.</p>
<p><strong>Creating and formatting partitions</strong></p>
<p><img src="http://farm4.static.flickr.com/3342/3246049902_523bdd2e3e.jpg?v=0" alt="" width="415" height="311" /></p>
<p><strong>OS installation and final settings</strong></p>
<p><img src="http://farm4.static.flickr.com/3265/3245222291_8f573d8843.jpg?v=0" alt="" width="378" height="281" /></p>
<p><strong>Installing Office 2007 silently</strong></p>
<p><img src="http://farm4.static.flickr.com/3512/3245222723_b712111019.jpg?v=0" alt="" width="381" height="284" /></p>
<p><strong>Creating WIM file and send it to the server</strong></p>
<p><img src="http://farm4.static.flickr.com/3480/3245222965_91ee06e3df.jpg?v=0" alt="" width="385" height="289" /></p>
<p>Notice that this tasks could take several minutes, depending on your hardware. Try to not interrupt the process. After all this, the WIM file is created and stored in <strong>“%distribution%\Captures”.</strong></p>
<h3>Adding the Reference Image to MDT 2010</h3>
<p>You actually have two options to start using this image:</p>
<p>-<strong> Add it to WDS</strong> and start deploying it from there. But you <strong>don’t get a chance to make any other changes to that image</strong>, unless you create a new one.<br />
- <strong>Add it to MDT 2010</strong> as a new customized OS. You can add or modify new task sequences to this new machine, for example, <strong>adding a new application</strong> or <strong>enable/disable other features</strong> that will be included directly in the deployment.</p>
<p>We are going to take option 2 for now, since the WDS option does not require any other task other than “<em>Add Install Image</em>” from the console.</p>
<p>1. “<strong>Deployment Workbench</strong>” &gt; “<strong>Distribution Share</strong>” &gt; “<strong>Operating Systems</strong>” &gt; “<strong>New</strong>”.</p>
<p>2. Select “<strong>Custom image file</strong>” and click on “<strong>Next</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3341/3246051290_8288b1b680.jpg?v=0" alt="" width="358" height="292" /></p>
<p>3. Browse for the <strong>WIM</strong> file that was created and click on “<strong>Next</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3529/3245223157_2738a411ae.jpg?v=0" alt="" width="377" height="310" /></p>
<p>4. Leave selected “<strong>Setup and Sysprep files are not needed</strong>”.</p>
<p>5. Select the directory name: “<strong>WIN7_REFERENCE</strong>”. And click on “<strong>Finish</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3399/3246051476_c5cb4df3b3.jpg?v=0" alt="" width="379" height="311" /></p>
<p>Once you click Finish a process starts working checking the integrity of the file and several other tasks,<strong> it could take several minutes to complete</strong>. Be patient and the image should appear as a valid operating system.</p>
<p><img src="http://farm4.static.flickr.com/3420/3246051544_64bb911cf3.jpg?v=0" alt="" /></p>
<h3>Creating the Task Sequence</h3>
<p>Now that we have the image of the OS, we are going to create the task sequence that will be using that image.</p>
<p>1. “<strong>Deployment Workbench</strong>” &gt; “<strong>Task Sequences</strong>” &gt; “<strong>New</strong>”.</p>
<p>2. Insert “<strong>Task Sequence ID</strong>”: “<strong>Win7_Target</strong>”. And name “<strong>Deploy Captured Image – Windows 7</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3512/3246051642_5f76603396.jpg?v=0" alt="" width="410" height="335" /></p>
<p>3. Select “<strong>Standard Client Task Name</strong>”. Click on “<strong>Next</strong>”.</p>
<p>4. Select the reference OS just added from the list.</p>
<p><img src="http://farm4.static.flickr.com/3255/3245223439_711e8ace7d.jpg?v=0" alt="" width="417" height="341" /></p>
<p>5. Leave selected “<strong>Do not specify product key at this time</strong>”.</p>
<p>6. Complete the OS settings like it was done before.</p>
<p>7. Specify Administrator’s password and click on “<strong>Finish</strong>”.</p>
<h3>Deploying Reference Image to a Client</h3>
<p>We’ve now configured everything that was needed for this reference image, so we can start deploying it to a client. The process will be the same that we used for creating the reference image, the only twist regarding the previous configuration is that we are going to join to the domain this machine.</p>
<p>1. Boot from the network on the client machine. Select again “<strong>Lite Touch Windows PE (x64)</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3365/3245223501_c81dff5087.jpg?v=0" alt="" width="301" height="227" /></p>
<p>2. The wizard will prompt again. Select your “<strong>Keyboard Layout</strong>”.</p>
<p>3. Specify <strong>domain credentials</strong> to access the network shares.</p>
<p>4. Now we are going to select the task sequence created to deploy the customized image “<strong>Deploy Captured Image – Windows 7</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3422/3246051960_7003c5d335.jpg?v=0" alt="" width="381" height="285" /></p>
<p>5. Select the computer name.</p>
<p>6. <strong>Join the machine to the domain</strong>.</p>
<p><img src="http://farm4.static.flickr.com/3103/3245223927_c20b200994.jpg?v=0" alt="" width="385" height="289" /></p>
<p>7. On the summary section click on “<strong>Begin</strong>” to start.</p>
<p>Notice that the option to <strong>capture the image was not present</strong> because we selected that we are going to add this machine to the domain.</p>
<p><strong>The deployment process begins. </strong></p>
<p><img src="http://farm4.static.flickr.com/3118/3246052374_1a6628899e.jpg?v=0" alt="" width="360" height="270" /></p>
<p><strong>Once it’s done, you’ll see this message. Check “Details” for more information.</strong></p>
<p><img src="http://farm4.static.flickr.com/3335/3245224463_d5447e9651.jpg?v=0" alt="" width="365" height="272" /></p>
<p><strong>Office 2007 installed with all the components.</strong></p>
<p><img src="http://farm4.static.flickr.com/3267/3245225003_0bea5d7660.jpg?v=0" alt="" width="372" height="279" /></p>
<h5><span style="font-size:medium;">Conclusions</span></h5>
<ul>
<li>If you are <strong>not familiarized</strong> with this deployment tool, it’s a great chance to<strong> start with MDT 2010</strong>.</li>
<li><strong>Automated deployment tools will give you a lot of profit and flexibility</strong> once you get the chance to get to know, manage and maintain them. For more info about it, check my other Windows Deployment Services posts.</li>
<li>Even though this is just a MDT Beta version, <strong>did not bring me any stability problems</strong>. We expect to get to know more about the functionalities once it gets to a RC version or RTM.</li>
<li>Check the <strong>MDT help</strong> included in the installation, you’ll find almost everything you need to know there (most of the sections are the same as in MDT 2008).</li>
</ul>
<p>Well that’s pretty much it for now about <strong>Microsoft Deployment Toolkit 2010 Beta 1 and Windows 7.</strong></p>
<p>I hope that you find these posts helpful.</p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/">Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images – Part I</a></strong></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-ii/">Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images – Part II</a></strong></p>
<p>Cheers!</p>
<p><em><strong>IMPORTANT</strong>: Updated versions from this series  using Windows 7 + Microsoft Office 2010 in automated deployment with MDT  2010 can be found here:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III</em></a></p>
<p>&nbsp;</p>
<p>If you want to learn about MDT 2010 then <a href="http://www.test-king.com/exams/350-018.htm">testking 350-018</a> online training is the best source to get latest updates on Microsoft deployment toolkit and become skilled at using <a href="http://www.test-king.com/exams/642-456.htm">testking 642-456</a> reviews and <a href="http://www.test-king.com/exams/70-270.htm">testking 70-270</a> tutorials.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/187/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=187&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/02/02/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-iii/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3406/3245218879_f1416892a8.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3462/3246046974_84284ab15f.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3097/3246047028_1b729a8ed7.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3106/3245219329_c995d69202.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3465/3246047560_2a410e2154.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3316/3246047760_15fa3c6f09.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3478/3245220013_90138d1507.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3340/3245220219_c97da7bcf8.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3497/3246048472_e30da168a1.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3453/3245221105_516a2ffd0a.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3452/3245221627_0251be87cf.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3342/3246049902_523bdd2e3e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3265/3245222291_8f573d8843.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3512/3245222723_b712111019.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3480/3245222965_91ee06e3df.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3341/3246051290_8288b1b680.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3529/3245223157_2738a411ae.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3399/3246051476_c5cb4df3b3.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3420/3246051544_64bb911cf3.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3512/3246051642_5f76603396.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3255/3245223439_711e8ace7d.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3365/3245223501_c81dff5087.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3422/3246051960_7003c5d335.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3103/3245223927_c20b200994.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3118/3246052374_1a6628899e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3335/3245224463_d5447e9651.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3267/3245225003_0bea5d7660.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images &#8211; Part II</title>
		<link>http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-ii/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-ii/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 22:55:20 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT)]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Image Deployment]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT) 2010]]></category>
		<category><![CDATA[Unattended Deployment]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-ii/</guid>
		<description><![CDATA[IMPORTANT: Updated versions from this series using Windows 7 + Microsoft Office 2010 in automated deployment with MDT 2010 can be found here: Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II Deploying Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=178&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><strong>IMPORTANT</strong>: Updated versions from this series  using Windows 7 + Microsoft Office 2010 in automated deployment with MDT  2010 can be found here:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III</em></a></p>
<p><em><br />
</em></p>
<p>On the <a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/">first post</a> of this series, we’ve managed to install MDT 2010 and its requirements, prepare distribution share and task sequence, add Windows 7 image to use it as reference and create the deployment point. We are now going to <strong>add Office 2007</strong> as an application to be deployed included in the OS image and complete the environment to generate the reference image.</p>
<p>The process of adding an application like Office 2007 it is quite simple, the only trick is to get the application to<strong> install silently (or unattended)</strong> without requiring for user intervention , we’ll see how that works.</p>
<h5>Adding Applications to MDT 2010: Office 2007</h5>
<p>We’ll add the application using also a simple wizard, but the interesting part comes when you get the chance to modify default settings on the Office 2007 package:</p>
<p>1. “<strong>Deployment Workbench</strong>” &gt; “<strong>Distribution Share</strong>” &gt; “<strong>Applications</strong>” &gt; “<strong>New</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3109/3242530676_d0a8765c5f.jpg?v=0" alt="" width="187" height="165" /></p>
<p>2. Select “<strong>Application with source files</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3377/3241697975_1b5816caf3.jpg?v=0" alt="" width="410" height="339" /></p>
<p>3. Complete the data about the application.</p>
<p><img src="http://farm4.static.flickr.com/3535/3242530754_1c621a30b0.jpg?v=0" alt="" width="417" height="343" /></p>
<p>4. Select the “<strong>Source Directory</strong>”. Since I have it on the hard drive, I’ll check “<strong>Move the files to the distribution share instead of copying them</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3522/3241698073_6d56f86508.jpg?v=0" alt="" width="419" height="344" /></p>
<p>5. Keep the directory name as suggested:<strong> “Microsoft Office 2007”</strong>.</p>
<p><img src="http://farm4.static.flickr.com/3324/3242530870_180b423cf7.jpg?v=0" alt="" width="422" height="346" /></p>
<p>6. On “<strong>Command Details</strong>” introduce the name of the executable for Office 2007: “<strong>setup.exe</strong>” and click on “<strong>Finish</strong>”. We’ll add the special arguments to achieve silent installations in next steps.</p>
<p><img src="http://farm4.static.flickr.com/3305/3241698187_f969e5b4df.jpg?v=0" alt="" width="427" height="350" /></p>
<p>With that performed the Office 2007 is added as an application in Microsoft Deployment Toolkit. MDT also detects automatically the options available for Office products, this way we can modify them in a simple way.</p>
<h3>Office 2007: Silent and personalized installation</h3>
<p>To achieve this, we are going to use the mentioned feature of MDT to generate a “Config.xml” file that is used for personalizing installations of Office 2007. This XML is a very flexible option that we can modify according to our needs and generate ourselves custom and unattended Office suite installations.</p>
<p>1. Access the Application Properties from the “<strong>Deployment Workbench</strong>” console. And get to the “<strong>Office Products</strong>” tab.</p>
<p>2.  Now we are going to select the <strong>following options:</strong></p>
<p><strong>Office 2007 Product to Install</strong>: <strong>Enterprise</strong> (this is the version that I’m using).<br />
<strong>Office 2007 Languages</strong>:<strong> en-us</strong>.<br />
<strong>Product Key</strong>: If applies, select your PID.<br />
<strong>Customer Name: Augusto Alvarez</strong><br />
<strong>Display Level</strong>: <strong>None</strong>. This will generate the <strong>silent</strong> installation.<br />
<strong>Accept EULA</strong>: <strong>Checked</strong>.</p>
<p><img src="http://farm4.static.flickr.com/3350/3242530972_534727bf56.jpg?v=0" alt="" width="445" height="364" /></p>
<p>3. Click on “<strong>Apply</strong>”.</p>
<p>This will generate the XML file that you can check it clicking on “<strong>Edit Config.xml</strong>”. You should see something like this (notice that the first section it’s just a sample):</p>
<p><img src="http://farm4.static.flickr.com/3441/3242531020_5de6d44651.jpg?v=0" alt="" /></p>
<p>You can check also on “<strong>Details</strong>” tab that “<strong>setup.exe</strong>” command line has been modified to use the recently generated XML: “<strong>setup.exe /config Enterprise.WW\config.xml</strong>” <em>(Enterprise.WW is the folder where the XML file is stored)</em></p>
<p><img src="http://farm4.static.flickr.com/3369/3241698333_2f38f529ab.jpg?v=0" alt="" width="430" height="350" /></p>
<p>This XML file will install all the components of the Office 2007 Enterprise suite. If you want to continue customizing the components to be installed, check this <strong>example of Config.xml that selects only Word, Excel, OneNote, Outlook, PowerPoint and remove remaining components.</strong></p>
<h3>Config.xml Example</h3>
<blockquote><p><span style="font-family:Times New Roman;font-size:xx-small;"><em>&lt;Configuration Product=&#8221;Enterprise&#8221;&gt;</em></span></p>
<p><span style="font-family:Times New Roman;font-size:xx-small;"><em> &lt;Display Level=&#8221;none&#8221; CompletionNotice=&#8221;no&#8221; SuppressModal=&#8221;no&#8221; AcceptEula=&#8221;yes&#8221; /&gt;<br />
&lt;USERNAME Value=&#8221;Augusto Alvarez&#8221; /&gt;<br />
&lt;AddLanguage Id=&#8221;match&#8221; /&gt;<br />
&lt;AddLanguage Id=&#8221;en-us&#8221; ShellTransform=&#8221;Yes&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;AccessFiles&#8221; State=&#8221;absent&#8221; Children=&#8221;force&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;ExcelFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;GrooveFiles&#8221; State=&#8221;Absent&#8221; Children=&#8221;force&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;OneNoteFiles&#8221; State=&#8221;Local&#8221; Children=&#8221;force&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;OUTLOOKFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;PPTFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;PubPrimary&#8221; State=&#8221;Absent&#8221; Children=&#8221;force&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;RMSFiles&#8221; State=&#8221;Local&#8221; Children=&#8221;force&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;WORDFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;XDOCSFiles&#8221; State=&#8221;Local&#8221; Children=&#8221;force&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;SHAREDFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;TOOLSFiles&#8221; State=&#8221;Local&#8221; /&gt;<br />
&lt;OptionState Id=&#8221;EXCELFiles&#8221; State=&#8221;Local&#8221; /&gt;</em></span></p>
<p><span style="font-family:Times New Roman;font-size:xx-small;"><em>&lt;/Configuration&gt;</em></span></p></blockquote>
<p>For more information about Config.xml customization check this link: <a href="http://technet.microsoft.com/en-us/library/cc179195.aspx">Config.xml file in the 2007 Office system</a>.<strong> </strong></p>
<h3>Adding Office 2007 to the Task Sequence</h3>
<p>With the previous steps we have already added the Office suite and configured to a silent installation. Now we need to <strong>introduce it on the task sequence prepared on the <a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/">previous post</a>.</strong></p>
<p>1. “<strong>Deployment Workbench</strong>” &gt; “<strong>Task Sequences</strong>” &gt; “<strong>Win7</strong>” &gt; “<strong>Properties</strong>”.</p>
<p>2. Access the tab “<strong>Task Sequence</strong>”. Here are all the steps involved in the process, you can check all the options (most of them did not appear on the Task Sequence wizard) and change their values or disable specific steps.</p>
<p><img src="http://farm4.static.flickr.com/3386/3242531184_334d547937.jpg?v=0" alt="" width="407" height="361" /></p>
<p>3. The step that we are interested in is “<strong>State Restore</strong>” &gt; “<strong>Install Applications</strong>”. Select “<strong>Install a single application</strong>” &gt; “<strong>Microsoft Office 2007</strong>”. Click “<strong>OK</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3508/3242531272_2a5f31d97b.jpg?v=0" alt="" width="410" height="363" /></p>
<p>If you later want to add more applications to the same task sequence, use the same step on this task sequence, select “Add” &gt; “<strong>General</strong>” &gt; “<strong>Install Application</strong>”. The application must, of course, added already to MDT.</p>
<p><img src="http://farm4.static.flickr.com/3518/3241698641_8a36a73c83.jpg?v=0" alt="" width="417" height="371" /></p>
<p>Now the installation of Office 2007 it’s included on the “<strong>Deploy Windows 7</strong>” sequence and will occur silently with the parameters included.</p>
<p>On the next post we’ll see how to boot and generate the Windows 7 image that will be captured and ready to be deployed on your environment.</p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/">Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images – Part I</a></strong></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/02/02/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-iii/"><strong>Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images – Part III</strong></a></p>
<p>Cheers!</p>
<p><em><strong>IMPORTANT</strong>: Updated versions from this series  using Windows 7 + Microsoft Office 2010 in automated deployment with MDT  2010 can be found here:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III</em></a></p>
<p><em><br />
</em></p>
<p>With <a href="http://www.test-king.com/exams/642-446.htm">testking 642-446</a> study guide, you will have the chance to learn step by step procedure to create customized descriptions for window 7. Sign up for <a href="http://www.test-king.com/exams/642-383.htm">testking 642-383</a> online training and get <a href="http://www.test-king.com/exams/70-662.htm">testking 70-662</a> free tutorials to learn about MDT 2010 to prepare, install and capture customized images for window 7.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=178&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-ii/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3109/3242530676_d0a8765c5f.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3377/3241697975_1b5816caf3.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3535/3242530754_1c621a30b0.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3522/3241698073_6d56f86508.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3324/3242530870_180b423cf7.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3305/3241698187_f969e5b4df.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3350/3242530972_534727bf56.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3441/3242531020_5de6d44651.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3369/3241698333_2f38f529ab.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3386/3242531184_334d547937.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3508/3242531272_2a5f31d97b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3518/3241698641_8a36a73c83.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images – Part I</title>
		<link>http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 04:21:19 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT)]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Image Deployment]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT) 2010]]></category>
		<category><![CDATA[Unattended Deployment]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/</guid>
		<description><![CDATA[IMPORTANT: Updated versions from this series using Windows 7 + Microsoft Office 2010 in automated deployment with MDT 2010 can be found here: Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II Deploying Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=175&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><strong>IMPORTANT</strong>: Updated versions from this series using Windows 7 + Microsoft Office 2010 in automated deployment with MDT 2010 can be found here:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III</em></a></p>
<p>Microsoft Deployment Toolkit team released the first beta of their next version: <strong>Microsoft Deployment Toolkit 2010 Beta 1</strong> (you can access to the Beta program from <a href="http://connect.microsoft.com/">Microsoft Connect</a> and download the build). This new version includes several improvements, but perhaps the most important ones are related to <strong>Windows 7 and Windows Server 2008 R2 compatibility.</strong></p>
<p><strong>Some of the New Features</strong></p>
<ul>
<li>Support for deploying: <strong>Windows 7 and Windows Server 2008 R2 </strong></li>
<li>Hard Link Migrations using <strong>USMT 4</strong> (User Migration Toolkit).</li>
<li>Integration with new <strong>Windows Automated Installation Kit (WAIK) 2.0</strong> toolset such as BCDBOOT and Windows PE 3.0.</li>
<li><strong>DISM tool</strong> (Dism.exe) included with WAIK 2.0 <strong>replace three other tools</strong> on previous version: <strong>Pkgmgr.exe</strong> (Package Manager),<strong> Intlcfg.exe</strong> (Internal Settings Configuration Tool) and <strong>PEimg.exe</strong> (WindowsPE Command Line tool ).</li>
</ul>
<p>If you are planning to implement <strong>Windows 7</strong> on your environment (check <a href="http://blog.augustoalvarez.com.ar/2009/01/20/experiencing-lenovo-w500-with-windows-7/">this link</a> about the review I made about Windows 7 functionality) or you want to start to get to know<strong> Microsoft Deployment Toolkit</strong> in this new version; I’ve prepared this<strong> step-by-step guides</strong> that will cover almost everything you need to know about<strong> MDT 2010 and automated Windows 7 deployment, with personalized images. </strong></p>
<p>These posts will cover the <strong>Lite Touch Installation (LTI)</strong> type of deployment of Windows 7 (Zero Touch Installation with System Center Configuration Manager 2007 it’s not currently supported with these Beta versions).</p>
<p>What we are going to <strong>achieve</strong>? <strong>Add Windows 7 to MDT, include applications (Office 2007) to be deployed within the operating system to generate a reference image. And finally we’ll capture this reference image</strong> (in a single .wim file) <strong>and make it available for a massive deployment with MDT 2010 Beta 1. </strong></p>
<h5><span style="font-size:medium;">Requirements</span></h5>
<p><strong><em>Note</em></strong>: LTI deployment does not require Windows Deployment Services (WDS) to be fully operational to actually work, but we are going to take this as a requirement to implement WDS for PXE boot for only WindowsPE images.</p>
<p><strong>Environment</strong></p>
<ul>
<li>Active Directory and DNS</li>
<li>DHCP properly configured for WDS.</li>
<li>Windows Deployment Services (WDS) configured.</li>
<li>Windows 7 source files.</li>
</ul>
<p><em><strong>Note</strong>: This </em><a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/"><em>previous post</em></a><em> of mine shows how WDS must be configured to work together with DHCP. </em></p>
<p><strong>Server</strong></p>
<ul>
<li>Windows Server 2003 SP2, Windows Server 2008, Windows Server 2008 R2 Beta</li>
<li>Windows Automated Installation 2.0 (WAIK).<br />
<em>You can download WAIK 2.0 from </em><a href="http://download.microsoft.com/download/D/1/4/D14C40CA-CAED-4B49-B9CF-8B07D8BA344F/KB3AIK_EN.iso"><em>this link</em></a><em> (English).</em></li>
</ul>
<p><img src="http://farm4.static.flickr.com/3527/3240572540_dcb89b2857.jpg?v=0" alt="" width="341" height="251" /></p>
<h5><span style="font-size:medium;">Installation</span></h5>
<p>You won’t have any problem installing MDT 2010 Beta 1. There’s only a <strong>simple wizard to complete.</strong></p>
<p><img src="http://farm4.static.flickr.com/3448/3239736459_2a1fb11039.jpg?v=0" alt="" width="347" height="268" /></p>
<p>To verify that the installation completed successfully and all the necessary components are installed: Open “<strong>Deployment Workbench</strong>” snap-in from Start Menu, and check “<strong>Information Center</strong>” &gt; “<strong>Components</strong>” &gt; “<strong>Installed</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3361/3240572582_f83ace11bb.jpg?v=0" alt="" /></p>
<h5><span style="font-size:medium;">MDT 2010 First Configurations</span></h5>
<p>These initial configurations don’t differ from MDT 2008:</p>
<ol>
<li>Create the distribution share.</li>
<li>Add operating system files to the distribution share.</li>
<li>Create a task sequence for the reference computer.</li>
<li>Create a deployment point.</li>
</ol>
<h3>Create the Distribution Share</h3>
<p>This is the folder where the MDT files (OS, applications, drivers, etc) will be kept.</p>
<p>1. Open “<strong>Deployment Workbench</strong>”. Right click on “<strong>Distribution Share</strong>”  &gt; “<strong>Create a Distribution Share Directory</strong>”.</p>
<p><img style="display:inline;margin-left:0;margin-right:0;" src="http://farm4.static.flickr.com/3507/3240572598_6bf594ac2d.jpg?v=0" alt="" width="231" height="172" /></p>
<p>2. Select a folder. Click on “<strong>Finish</strong>”.  <em>Recommendation</em>: Use a separate partition like “<strong>E:\Distribution</strong>”.</p>
<h3>Add Windows 7 Operating System</h3>
<p>Here we are going to add the OS to be deployed and create the reference image.</p>
<p>1. On “<strong>Deployment Workbench</strong>” &gt; “<strong>Distribution Share</strong>”, right-click on “<strong>Operating Systems</strong>” &gt; “<strong>New</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3508/3239736595_4a3d34209b.jpg?v=0" alt="" width="216" height="215" /></p>
<p>2. Choose the type of OS to add. Select “<strong>Full set of source files</strong>” and click on “<strong>Next</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3299/3239736621_a735c4907b.jpg?v=0" alt="" width="351" height="287" /></p>
<p>3. Select the Source Directory. In my case, I have the Windows 7 x64 files copied in the hard drive, so I also mark the option “<strong>Move the files to the distribution share instead of copying them</strong>”. Click on “<strong>Next</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3122/3239736687_de381bf254.jpg?v=0" alt="" width="357" height="292" /></p>
<p>4. Select a <strong>directory name</strong>. And click on “<strong>Finish</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3523/3239736721_81962d893b.jpg?v=0" alt="" width="363" height="298" /></p>
<p>Now all the files will be moved to the Distribution Share folder and should appear as available after it completes.</p>
<h3>Create the Task Sequence</h3>
<p>This is where we define the steps involved in the installation process for the target computer.</p>
<p>1. “<strong>Deployment Workbench”</strong> &gt; <strong>“Distribution Share</strong>” &gt; “<strong>Tasks Sequences</strong>” &gt; “<strong>New</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3504/3239736747_f63640ff2f.jpg?v=0" alt="" width="202" height="220" /></p>
<p>2. Enter a “<strong>Task Sequence ID</strong>”: “Win7”; and a “<strong>Task Sequence Name</strong>”: “Deploy Windows 7”.</p>
<p><img src="http://farm4.static.flickr.com/3469/3240572808_9262c1a569.jpg?v=0" alt="" width="366" height="299" /></p>
<p>3. Select “<strong>Standard Client Task Sequence</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3337/3239736839_b941c34aea.jpg?v=0" alt="" width="370" height="303" /></p>
<p>4. Select the version of the OS to be deployed, in this case “<strong>Windows 7 ULTIMATE</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3512/3240572878_884983861e.jpg?v=0" alt="" width="371" height="306" /></p>
<p>5. Enter the OS settings. “<strong>Full Name</strong>”, “<strong>Organization</strong>” and <strong>“Internet Explorer Home Page</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3100/3239736905_ea71c95f64.jpg?v=0" alt="" width="378" height="311" /></p>
<p>6. Specify <strong>Administrator’s password</strong>. And click on “<strong>Finish</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3489/3240572984_e93916c118.jpg?v=0" alt="" width="385" height="316" /></p>
<h3>Create a Deployment Point</h3>
<p>Here we’ll define the rules and parameters involved in the deployment.</p>
<p>1. “<strong>Deployment Workbench</strong>” &gt; “<strong>Deploy</strong>” &gt; “<strong>Deployment Points</strong>” &gt; “<strong>New</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3302/3240573050_ceba70ee75.jpg?v=0" alt="" width="226" height="239" /></p>
<p>2. Since we are going to use the distribution share on this computer, select “<strong>Lab or single-server deployment</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3471/3239737021_fbdf1837b6.jpg?v=0" alt="" width="408" height="335" /></p>
<p>3. Select a deployment point name “<strong>LAB</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3529/3240573138_97dd8d11ba.jpg?v=0" alt="" width="413" height="338" /></p>
<p>4. Leave deselected the options for this upgrade scenarios.</p>
<p><img src="http://farm4.static.flickr.com/3412/3239737099_5e813fc522.jpg?v=0" alt="" width="406" height="334" /></p>
<p>5. Select “<strong>Ask if an image should be captured”.</strong></p>
<p><img src="http://farm4.static.flickr.com/3471/3240573210_221b85e5c2.jpg?v=0" alt="" width="408" height="334" /></p>
<p>6. Leave deselected the option “Ask user to set the local Administrator Password” (already included on the task sequence).</p>
<p><img src="http://farm4.static.flickr.com/3487/3239737191_d58e209f79.jpg?v=0" alt="" width="409" height="335" /></p>
<p>7. Leave deselected the option “Ask user for a product key”.</p>
<p><img src="http://farm4.static.flickr.com/3357/3239737233_a30ce6751c.jpg?v=0" alt="" width="416" height="342" /></p>
<p>8. On the next step, the Distribution (“<strong>Distribution$”</strong>) folder should be selected as the Share. Click on “<strong>Next</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3401/3239737269_5061eb3a5d.jpg?v=0" alt="" width="418" height="341" /></p>
<p>9. Select “<strong>Automatically determine the location on the network</strong>”. And click on “<strong>Finish</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3519/3239737311_9b87bc9135.jpg?v=0" alt="" width="427" height="349" /></p>
<p>Now the deployment point is created, we now have to <strong>generate the boot media from the deployment point</strong>; this media will be used to create the reference computer.</p>
<p>10. “<strong>Deployment Workbench</strong>” &gt; “<strong>Deploy</strong>” &gt; “<strong>Deployment Points</strong>” &gt; “<strong>LAB</strong>” &gt; “<strong>Properties</strong>”.</p>
<p>11. Check on the “<strong>General Tab</strong>” the “<strong>x64</strong>” option for “<strong>Platforms Supported</strong>”. Also you can verify on “<strong>WindowsPE”</strong> tab other options like drivers or background image.</p>
<p><img src="http://farm4.static.flickr.com/3525/3241822891_afb8dc24dd.jpg?v=0" alt="" width="429" height="353" /></p>
<p>12. Now to generate the boot files:“<strong>Deployment Workbench</strong>” &gt; “<strong>Deploy</strong>” &gt; “<strong>Deployment Points</strong>” &gt; “<strong>LAB</strong>” &gt; “<strong>Update</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3522/3241822941_a3c7d20941.jpg?v=0" alt="" width="458" height="130" /></p>
<p>This last step could take several minutes to complete, so be patient. It takes a while generate from scratch the ISO and WIM files used to boot environments. After it completes, you can find <strong>LiteTouchPE</strong> files inside “<strong>%distribution%\Boot\</strong>”</p>
<p><img src="http://farm4.static.flickr.com/3522/3241823003_7b0a7cd9d9.jpg?v=0" alt="" width="409" height="253" /></p>
<p>Notice that I haven’t used the option “<strong>Out-of-Box Drivers</strong>”. Windows 7 contains almost every hardware driver available on the market, you won’t get much problem with this. But MDT has a simple and effective way to handle device drivers, using “<em>Groups</em>” where you can add specific files depending on your need. For example: You could have a group of drivers with all the files for specific model of notebooks devices, other for desktop.</p>
<p><img src="http://farm4.static.flickr.com/3400/3240573380_592574fa3d.jpg?v=0" alt="" width="425" height="349" /></p>
<p>We’ll be reviewing how to handle applications, most specific Office 2007, within an MDT deployment on the next posts.</p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-ii/">Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images – Part II</a></strong></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/02/02/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-iii/">Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images – Part III</a></strong></p>
<p>Cheers!</p>
<p><em><strong>IMPORTANT</strong>: Updated versions from this series  using Windows 7 + Microsoft Office 2010 in automated deployment with MDT  2010 can be found here:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2010/07/13/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-i/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/16/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-ii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II</em></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2011/01/18/deploying-windows-7-office-2010-using-microsoft-deployment-toolkit-mdt-2010-part-iii/"><em>Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III</em></a></p>
<p>Learn about different IT solutions with <a href="http://www.test-king.com">testkings</a> online training. Download the <a href="http://www.test-king.com/exams/640-553.htm">testking 640-553</a> tutorials and <a href="http://www.test-king.com/exams/220-702.htm">testking 220-702</a> study guide to get step by step guidance on using MDT 2010 Beta</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/175/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=175&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3527/3240572540_dcb89b2857.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3448/3239736459_2a1fb11039.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3361/3240572582_f83ace11bb.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3507/3240572598_6bf594ac2d.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3508/3239736595_4a3d34209b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3299/3239736621_a735c4907b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3122/3239736687_de381bf254.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3523/3239736721_81962d893b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3504/3239736747_f63640ff2f.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3469/3240572808_9262c1a569.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3337/3239736839_b941c34aea.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3512/3240572878_884983861e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3100/3239736905_ea71c95f64.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3489/3240572984_e93916c118.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3302/3240573050_ceba70ee75.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3471/3239737021_fbdf1837b6.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3529/3240573138_97dd8d11ba.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3412/3239737099_5e813fc522.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3471/3240573210_221b85e5c2.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3487/3239737191_d58e209f79.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3357/3239737233_a30ce6751c.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3401/3239737269_5061eb3a5d.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3519/3239737311_9b87bc9135.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3525/3241822891_afb8dc24dd.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3522/3241822941_a3c7d20941.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3522/3241823003_7b0a7cd9d9.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3400/3240573380_592574fa3d.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Experiencing Lenovo W500 with Windows 7</title>
		<link>http://blog.augustoalvarez.com.ar/2009/01/20/experiencing-lenovo-w500-with-windows-7/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/01/20/experiencing-lenovo-w500-with-windows-7/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 14:45:01 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Lenovo W500]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Drivers]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/01/20/experiencing-lenovo-w500-with-windows-7/</guid>
		<description><![CDATA[&#160; Also check the updated post using Windows 7 RC: Experiencing Lenovo W500 with Windows 7 (RC) – Part II &#160; Well finally my wait was over on the last week, I could finally get my self a fresh new laptop with all the horse power that I was wanting for :) This new toy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=155&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><strong><em>Also check the updated post using Windows 7 RC:</em></strong></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/05/07/experiencing-lenovo-w500-with-windows-7-rc-part-ii/"><strong>Experiencing Lenovo W500 with Windows 7 (RC) – Part II</strong></a></p>
<p>&#160;</p>
<p><img style="display:inline;margin-left:0;margin-right:0;" alt="" align="left" src="http://farm4.static.flickr.com/3403/3212004291_a2dee65de2.jpg?v=0" /></p>
<p>Well finally my wait was over on the last week, I could finally get my self a fresh new laptop with all the horse power that I was wanting for :) This new toy of mine is the<strong> Lenovo ThinkPad W500</strong>.</p>
<p>This fine solid piece of machine it’s not actually a brand new model (around 6 moths older now on their firsts models). My own model (4063-33Y) fits perfectly on most of power users looking for a nice laptop with a better performance.</p>
<p>A few highlights of this notebook (full hardware review at this <a href="http://reviews.cnet.com/laptops/lenovo-thinkpad-w500-4063/4507-3121_7-33348760.html?tag=mncol;psum">CNET link</a>):</p>
<ul>
<li>Core 2 Duo T9400 (2.53 GHz) VPro Technology </li>
<li>4GB RAM DDR3 </li>
<li>160GB 7200rpm HD </li>
<li>15.4in 1680&#215;1050 LCD </li>
<li>ATI™ Mobility FireGL™ V5700 512MB </li>
</ul>
<p>Before I even received this notebook I knew that <strong>Windows 7</strong> was going to be the first operating system to be installed. So, I want to tell you about my experience so far working with Windows 7 inside this laptop.</p>
<h4>Installation</h4>
<p><strong>No problems here</strong>, the installation process executed without any problem. The version selected was the <strong>64 bits.</strong></p>
<p><img alt="" src="http://farm4.static.flickr.com/3435/3208114766_dc6fb90524.jpg?v=0" width="302" height="228" /></p>
<p><strong><em>Note</em></strong>: This is a <a href="http://i.gizmodo.com/5133771/why-you-should-go-64+bit-with-windows-7">cool link</a> about why to use Windows 7 with a 64bits architecture.</p>
<h4>Drivers</h4>
<p>After the Windows 7 installation, almost <strong>every “<em>important</em>” device was automatically configured</strong>: Video, wireless, Ethernet card and audio.</p>
<p>But if you check the <strong>Device Manager</strong>, you’ll probably get the following with<strong> big and yellow “!”:</strong></p>
<p><strong>Base System Device (x2)      <br />PCI Serial Port       <br />PCI Simple Communications Controller       <br />SM Bus Controller</strong></p>
<p><img alt="" src="http://farm4.static.flickr.com/3124/3212864988_7a83fbc3e3.jpg?v=0" width="248" height="94" /></p>
<p>So, I started to look around and found <a href="http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;lndocid=MIGR-70443">this link</a> on the Lenovo site that includes <strong>all drivers for the T500 and W500 models</strong> made to use on <strong>Windows Vista</strong> (you cannot expect that there are going to be any official drivers for Windows 7 as a Beta operating system). You can download all of the necessary drivers from there.</p>
<p>But <strong>to actually solve those yellow exclamation marks</strong>, use the following links:</p>
<ul>
<li><a href="http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;lndocid=MIGR-68053">Ricoh 4-in-1 Card Reader Driver</a> </li>
<li><a href="http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;lndocid=MIGR-70317">Local Manageability Service and Serial Over LAN (Intel AMT 4.0)</a> </li>
<li><a href="http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;lndocid=MIGR-70313">Management Engine Interface (Intel AMT 4.0)</a> </li>
</ul>
<p><span style="widows:2;text-transform:none;text-indent:0;border-collapse:separate;font:13px/20px &#039;white-space:normal;orphans:2;letter-spacing:normal;color:#333333;word-spacing:0;" class="Apple-style-span"><strong><em>Note: You have to manually install the mentioned drivers to get properly installed: Execute the downloaded file, and access to device manager and select “Update Driver” indicating the folder where the files were uncompressed.</em></strong></span></p>
<p><strike>Unfortunately I didn’t get the chance to solve the “<strong>SM Bus Controller</strong>” driver issue. It appears that this one is related to the </strike><a href="http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-67738"><strike>Intel Matrix Storage driver</strike></a><strike>; but I tried to install it manually and using it ThinkPad System Update, but no luck. So if any of you find the solution to that problem on Windows 7, please share it.</strike></p>
<p><img alt="" src="http://farm4.static.flickr.com/3463/3212865018_e204119479.jpg?v=0" width="337" height="21" /></p>
<p><strike>After all that, your <strong>device manager should look like this</strong>:</strike> <strong><font color="#ff0000">Check “Updating Info”!</font></strong></p>
<p><img alt="" src="http://farm4.static.flickr.com/3332/3212865070_6206e5275b.jpg?v=0" width="204" height="303" /></p>
<h4><font color="#ff0000">Updating Info</font></h4>
<p>Ok I didn’t have the chance to look much for this <strong>“SM Bus Controller” problem</strong>, but recently <strong>Windows 7 did all the work for me</strong>. The<strong> Action Center</strong> (the place where the OS informs about changes necessary, general health status, etc) notify me that there was a problem with the Intel Chipset driver.</p>
<p><img src="http://farm4.static.flickr.com/3382/3315931707_c223a166ab.jpg?v=0" width="355" height="191" /></p>
<p>The solution it was very simple, <strong>download the zip file</strong> (Action Center also included the link),<strong> run Troubleshoot Compatibility on the setup file</strong> (the same as “<strong>Compatibility Mode</strong>” on file Properties) and the <strong>driver was successfully</strong> <strong>installed</strong>.</p>
<p>If the message is not appearing for you, download the file from <a href="http://downloadmirror.intel.com/16026/a08/infinst_autol.zip"><strong>this Intel link</strong></a>.</p>
<p><strong>My Device Manager looks like this now:</strong></p>
<p><img src="http://farm4.static.flickr.com/3595/3316758704_daf9355573.jpg?v=0" width="380" height="339" /></p>
<p>&#160;</p>
<h4>Installed Programs</h4>
<p>Here’s a short summary about all the software I installed on Windows 7 and if there were any workarounds to install it:</p>
<p><strong>Microsoft Office 2007 SP1      <br /></strong>No problem here.</p>
<p><strong><a href="http://www.foxitsoftware.com/pdf/rd_intro.php">Foxit Reader</a></strong><em> (my preferred PDF reader)      <br /></em>No problem here.</p>
<p><strong><a href="http://www.google.com/chrome">Google Chrome</a></strong>     <br /><em><strong>Issue</strong></em>: You can install it, but you won’t be able to browse any page.     <br /><em><strong>Solution</strong></em>: Add to the execution file path the following “&#8211;in-process-plugins”. Check <a href="http://www.blogsdna.com/1900/how-to-run-google-chrome-on-windows-7-64-bit-version.htm">this post</a> (on comments area is the correction).</p>
<p><em>Google Chrome on Windows 7</em>     <br /><img style="display:inline;margin-left:0;margin-right:0;" alt="" src="http://farm4.static.flickr.com/3341/3212019531_75238879b3.jpg?v=0" width="232" height="85" /></p>
<p><strong><a href="http://earth.google.com/">Google Earth</a></strong>     <br />No problem here.</p>
<p><strong><a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a></strong>     <br /><em><strong>Issue</strong></em>: Cannot install it, requires for user name and password but the installation never starts.     <br /><em><strong>Solution</strong></em>: Change the compatibility mode on the installer to <strong>Windows Vista</strong>.</p>
<p><em>Mozilla Firefox installer. Compatibility Mode</em>     <br /><img alt="" src="http://farm4.static.flickr.com/3371/3207271255_30885330b4.jpg?v=0" width="195" height="247" /></p>
<p><strong><a href="http://www.win-rar.com/download.html">WinRAR 3.80</a></strong>     <br />No problem here.</p>
<p><strong><a href="http://www.twhirl.org/">Twihrl and Adobe AIR</a>       <br /></strong>No problem here.</p>
<p><strong><a href="http://www-307.ibm.com/pc/support/site.wss/TVSU-UPDATE.html">ThinkVantage System Update</a>       <br /></strong>No problem here.</p>
<p>Also, from <strong>ThinkPad</strong> software and features, I installed successfully:</p>
<p><a href="http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-70601">- Power Manager</a>     <br />- <a href="http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-67046">Active Protection System</a>     <br />- <a href="http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-70599">Lenovo Fingerprint Software</a>     <br />- <a href="http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-44035">Easy Eject</a>     <br />- <a href="http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-68000">Hotkey Utility</a></p>
<p>Check also this other post about using <strong><a href="http://blog.augustoalvarez.com.ar/2009/01/13/remote-server-administration-tools-rsat-released-for-windows-7/">Remote Server Administration Tools (RSAT) on Windows 7</a></strong>.</p>
<h4>Troubleshooting</h4>
<p>The only blocking issue I found so far is about running <strong>MSI installers</strong> that <strong>crashed</strong> the installation, but fortunately, there is a solution for that too. Check <a href="http://chris123nt.com/2009/01/18/sqm-client-causing-crashing-in-windows-7/">this link</a>:</p>
<ol>
<li><em>Delete the string values (Except for (Default)) in HKLM\Software\Microsoft\SQMClient\Windows\DisabledSessions</em> </li>
<li><em>Start gpedit.msc</em> </li>
<li><em>Expand Computer Configuration, expand Administrative Templates, expand System, expand Internet Communication Management, and then click Internet Communication settings. </em></li>
<li><em>In the details pane, double-click Turn off Windows Customer Experience Improvement Program, and then click Enabled.</em> </li>
</ol>
<h4>Cool Things</h4>
<p>I would like to mention some cool things I’ve noticed so far about functionality on Windows 7. I’ll be naming just a few, for checking some other stuff on Windows 7, take a look to the “Cool Links” section.</p>
<p><strong>Shrinking Disks      <br /></strong>This function has been present since Windows Vista, but it had a some restrictions, you could not actually shrink a partition on any size you want; there was a total possible available (depending on the partition size and space available). Well this <strong>restriction is practically gone</strong>, you can<strong> shrink any partition almost at the maximum possible</strong> (meaning space available).</p>
<p><img alt="" src="http://farm4.static.flickr.com/3480/3212073335_be552c7a9c.jpg?v=0" width="287" height="154" /></p>
<p><strong>Finding What You Need from Start Menu</strong>     <br />Sometimes to access a feature or changing some options on the operating system you need to make several clicks, like “Computer”, “Properties”, “Change Settings”, “Change”. Now you just have to<strong> type what you need on the Start menu</strong>, like “<em>change power</em>” for accessing Power Settings.</p>
<h4>Cool Links</h4>
<ul>
<li><a href="http://www.microsoft.com/windows/antivirus-partners/windows-7.aspx">Anti-virus available for Windows 7 from “Security Software Providers”</a> </li>
<li><a href="http://brandonlive.com/2009/01/10/windows-7-beta-hotkey-cheat-sheet/">Windows 7 Beta hotkey cheat sheet</a> </li>
<li><a href="http://blogs.msdn.com/tims/archive/2009/01/12/the-bumper-list-of-windows-7-secrets.aspx">The Bumper List of Windows 7 Secrets</a> </li>
<li><a href="http://blog.stealthpuppy.com/windows/hiding-the-vmware_user-account-in-windows-7">Hiding the vmware_user account in Windows 7</a> </li>
<li><a href="http://www.tech-recipes.com/rx/3821/windows-7-beta-remove-the-send-feedback-link-from-the-title-bar/">Windows 7 Beta: Remove the Send Feedback Link from the Title Bar</a> </li>
</ul>
<h4>Conclusions</h4>
<ul>
<li>Windows 7 showed a<strong> great performance</strong> running on this laptop; and, at least in this beta version, doesn’t seem to require great aspects in hardware. </li>
<li>Excluding the MSI issue,<strong> I did not have any stability issues so far. </strong></li>
<li>Internet Explorer 8 (included by default) still has some random issues, crashed a few times. </li>
<li>You can find several cool things on this new operating system, but still you won’t find much functionality differences between Windows Vista. </li>
</ul>
<p>Regarding to <em>stability</em> and <em>performance</em>, if you ask me to make a choice between Windows Vista RTM and Windows 7 Beta, <strong>I would choose Windows 7</strong>. Vista (even though became more stable since SP1) has some issues and the performance still need some improvements.</p>
<p>If you get the chance, I’d recommend you to install it and give this Beta a try. And of course, share your feedback with the community.</p>
<p>Cheers!</p>
<p>Join the <a href="http://www.test-king.com/exams/642-892.htm">testking 642-892</a> online platform to learn about latest IT advents and solutions. Go through the <a href="http://www.test-king.com/exams/1Y0-A05.htm">testking 1Y0-A05</a> tutorials and <a href="http://www.test-king.com/exams/83-640.htm">testking 83-640</a> reviews to learn about installation and configuration for window 7. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=155&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/01/20/experiencing-lenovo-w500-with-windows-7/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3403/3212004291_a2dee65de2.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3435/3208114766_dc6fb90524.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3124/3212864988_7a83fbc3e3.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3463/3212865018_e204119479.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3332/3212865070_6206e5275b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3382/3315931707_c223a166ab.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3595/3316758704_daf9355573.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3341/3212019531_75238879b3.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3371/3207271255_30885330b4.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3480/3212073335_be552c7a9c.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Remote Server Administration Tools (RSAT) released for Windows 7</title>
		<link>http://blog.augustoalvarez.com.ar/2009/01/13/remote-server-administration-tools-rsat-released-for-windows-7/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/01/13/remote-server-administration-tools-rsat-released-for-windows-7/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 16:06:54 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[RSAT]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/01/13/remote-server-administration-tools-rsat-released-for-windows-7/</guid>
		<description><![CDATA[Well, with the Windows 7 Beta 1 released to the public recently, you now have one less excuse to try on Windows 7. You can now completely have full management of your servers using Remote Server Administration Tools. The RSAT suite is now available for Windows 7 and you can download it from here. Remember [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=142&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, with the <a href="http://technet.microsoft.com/en-gb/evalcenter/dd353205.aspx"><strong>Windows 7 Beta 1 released to the public recently</strong></a>, you now have one less excuse to try on Windows 7. You can now completely have full management of your servers using <strong>Remote Server Administration Tools.</strong></p>
<p>The <strong>RSAT suite is now available for Windows 7</strong> and you can download it from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=82516c35-c7dc-4652-b2ea-2df99ea83dbb&amp;displaylang=en"><strong>here</strong></a>. </p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=82516c35-c7dc-4652-b2ea-2df99ea83dbb&amp;displaylang=en"><img src="http://farm4.static.flickr.com/3474/3193701237_d429a97b33.jpg?v=0"></a> </p>
<p>Remember to install and start using these tools, you must use the <strong>same procedure as in Windows Vista</strong>:</p>
<ol>
<li><strong>Install</strong> the downloaded package.</li>
<li>Access &#8220;<strong>Turn Windows Features on or off</strong> &#8220;.<br />&nbsp; <img src="http://farm4.static.flickr.com/3077/3194569196_246a1f1ea5.jpg?v=0"> </li>
<li>Scroll down <strong>Remote Server Administration Tools</strong>.<br />&nbsp;</li>
<li>Select the <strong>tools</strong> you would like to add Windows 7 and click <strong>OK</strong>.<br /><img src="http://farm4.static.flickr.com/3506/3194575802_90c3473538.jpg?v=0"><br />&nbsp;<br /><em>RSAT installed on Windows 7</em><br /><img src="http://farm4.static.flickr.com/3119/3194576338_859135f5bd.jpg?v=0"> </li>
</ol>
<p>Enjoy!</p>
<p>Cheers</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=142&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/01/13/remote-server-administration-tools-rsat-released-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3474/3193701237_d429a97b33.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3077/3194569196_246a1f1ea5.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3506/3194575802_90c3473538.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3119/3194576338_859135f5bd.jpg?v=0" medium="image" />
	</item>
	</channel>
</rss>
