<?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</title>
	<atom:link href="http://blog.augustoalvarez.com.ar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.augustoalvarez.com.ar</link>
	<description></description>
	<lastBuildDate>Mon, 08 Feb 2010 01:25:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blog.augustoalvarez.com.ar' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/d334a59ba93198ea43e7e7a63977016e?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Augusto Alvarez</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>Implementing App-V &#8211; Part IV: Sequencing Applications</title>
		<link>http://blog.augustoalvarez.com.ar/2010/01/18/implementing-app-v-part-iv-sequencing-applications/</link>
		<comments>http://blog.augustoalvarez.com.ar/2010/01/18/implementing-app-v-part-iv-sequencing-applications/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 05:50:16 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[application virtualization]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2010/01/18/implementing-app-v-part-iv-sequencing-applications/</guid>
		<description><![CDATA[&#160;
Other posts in this series:
Implementing App-V – Part I: Introduction to Application Virtualization
Implementing App-V – Part II: Choosing and Preparing the Environment
Implementing App-V – Part III: Integrating Clients
Ok, we had a good look about the entire App-V platform so far: Explanation about application virtualization and the components involved in App-V (Post I); installation of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=478&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p align="justify">&#160;</p>
<p><em>Other posts in this series:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/"><strong>Implementing App-V – Part I: Introduction to Application Virtualization</strong></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/"><strong>Implementing App-V – Part II: Choosing and Preparing the Environment</strong></a></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/">Implementing App-V – Part III: Integrating Clients</a></strong></p>
<p align="justify">Ok, we had a good look about the entire App-V platform so far: Explanation about application virtualization and the components involved in App-V (<a href="http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/"><strong>Post I</strong></a>); installation of the App-V Server including some troubleshooting tips (<a href="http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/"><strong>Post II</strong></a>); integrating App-V client components, testing the default application and some troubleshooting about this process as well (<a href="http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/"><strong>Post III</strong></a>).</p>
<p align="justify">Now it is time to sequence some real applications and deliver them to clients. As always, I’m going to start with an easy one, so you can see all the tricks involved to get the things working. But first, we must <strong>prepare the App-V Sequencer machine</strong>.</p>
<p align="justify">As we’ve seen in <a href="http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/">Post I</a>, the main component involved in the sequencing process is the App-V Sequencer.</p>
<h3><font size="4"><strong>Sequencer Quick Checklist</strong></font> </h3>
<h3></h3>
<ul>
<li>
<div align="justify">Use the <strong>same base operating system for both, Sequencer and Target (client) machines</strong>. Microsoft does not support using different type of OS between these two. Off the record: I’ve used many applications that worked perfectly when this requirement was not fulfilled. </div>
</li>
<li>
<div align="justify">The <strong>Sequencer machine must have a second partition available</strong>. The common use for this one is to assign the <strong>Q:\ drive letter. </strong></div>
</li>
<li>
<div align="justify">Sequencer and Client machine must have the <strong>same Windows Installer version</strong>. </div>
</li>
<li>
<div align="justify">In the Sequencer machine ensure that the directories <strong>%TMP%, %TEMP%</strong> (user temporal data) <strong>have sufficient space</strong>, since the application use this directory to store temporal sequencing data. </div>
</li>
<li>
<div align="justify">Before sequencing an application you should <strong>close all other programs</strong>, including Antivirus.</div>
</li>
<li>
<div align="justify">As a recommended best practice, <strong>use VirtualPC</strong> or any other type of virtual machine for the App-V Sequencer. Combine this using <strong>snapshots or differencing disks</strong> to always have available a fresh OS to deploy applications.&#160; </div>
</li>
</ul>
<p align="justify">For more information about the sequencing process and requirements, check the <a href="http://download.microsoft.com/download/f/7/8/f784a197-73be-48ff-83da-4102c05a6d44/App-45_Sequencing_Guide_Final.docx">Sequencing Guide</a> from Microsoft and also the <a href="http://blogs.technet.com/softgrid/archive/2007/07/12/sequencing-best-practices.aspx">Sequencing Best Practices</a>.</p>
<h3><font size="4"><strong>App-V Sequencer Setup</strong></font></h3>
<p align="justify">Once you’ve checked all the requirements mentioned above, the installation process is quite simple and straight forward.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image001.png"><img style="display:inline;border-width:0;" title="clip_image001" border="0" alt="clip_image001" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image001_thumb.png?w=358&#038;h=270" width="358" height="270" /></a></p>
<p align="justify">App-V Sequencer main window:</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0015.png"><img style="display:inline;border-width:0;" title="clip_image001[5]" border="0" alt="clip_image001[5]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0015_thumb.png?w=365&#038;h=258" width="365" height="258" /></a></p>
<h3><font size="4"><strong>Sequencing Applications Step-by-Step</strong></font></h3>
<p align="justify">As I mentioned earlier my first pick will be a simple application, this will allow us to get familiarized with the sequencing process. I want to start showing the <strong>App-V compatibility with some non-Microsoft applications</strong>, I’ll be using <a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a>.</p>
<p align="justify">1. In the App-V Sequencer program window select “<strong>New Package</strong>”.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00115.png"><img style="display:inline;border-width:0;" title="clip_image001[15]" border="0" alt="clip_image001[15]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00115_thumb.png?w=260&#038;h=93" width="260" height="93" /></a></p>
<p align="justify">2. A new wizard will start, select the package name “<strong>Firefox</strong>”.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00139.png"><img style="display:inline;border-width:0;" title="clip_image001[39]" border="0" alt="clip_image001[39]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00139_thumb.png?w=364&#038;h=222" width="364" height="222" /></a></p>
<p align="justify">3. In the next window you are ready to get started with the applications installation and capture, so you can start creating the <strong>installation folder in the</strong> <strong>Q:\ drive.</strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0017.png"><img style="display:inline;border-width:0;" title="clip_image001[7]" border="0" alt="clip_image001[7]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0017_thumb.png?w=501&#038;h=124" width="501" height="124" /></a></p>
<p align="justify">Within this folder, the application will store all the program files and the sequencer will use them to package the application.</p>
<p align="justify"><strong>Note</strong>: You don’t need to place the installer inside this folder.</p>
<p align="justify">4. Click on “<strong>Begin Monitoring</strong>” to start the installation process.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00111.png"><img style="display:inline;border-width:0;" title="clip_image001[11]" border="0" alt="clip_image001[11]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00111_thumb.png?w=354&#038;h=214" width="354" height="214" /></a></p>
<p align="justify">5. The capture process will start by selecting the folder in the <strong>Q:\ drive.</strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0019.png"><img style="display:inline;border-width:0;" title="clip_image001[9]" border="0" alt="clip_image001[9]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0019_thumb.png?w=259&#038;h=250" width="259" height="250" /></a></p>
<p align="justify">6. Once you’ve selected the folder, the virtual environment will start to load, wait for the “<strong>Monitoring started. Please begin installation</strong>” message appears.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00117.png"><img style="display:inline;border-width:0;" title="clip_image001[17]" border="0" alt="clip_image001[17]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00117_thumb.png?w=376&#038;h=229" width="376" height="229" /></a></p>
<p align="justify">7. Locate the installer and <strong>start the installation process</strong>.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00123.png"><img style="display:inline;border-width:0;" title="clip_image001[23]" border="0" alt="clip_image001[23]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00123_thumb.png?w=378&#038;h=230" width="378" height="230" /></a></p>
<p align="justify">8. In the installation process, the main step will be in the destination folder option that the program use to place the program files. Select the folder you’ve selected to be monitored. In my case: <strong>Q:\Firefox</strong>.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00125.png"><img style="display:inline;border-width:0;" title="clip_image001[25]" border="0" alt="clip_image001[25]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00125_thumb.png?w=333&#038;h=256" width="333" height="256" /></a></p>
<p align="justify">9. Once the installation is complete and you verified that the program was installed correctly, get back to the sequencer window and click on “<strong>Stop Monitoring</strong>” and click on “<strong>Next</strong>”.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00127.png"><img style="display:inline;border-width:0;" title="clip_image001[27]" border="0" alt="clip_image001[27]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00127_thumb.png?w=345&#038;h=210" width="345" height="210" /></a></p>
<p align="justify">10. In the next window you can add some more files inside the package. This can help you if you are using customized applications, that need to load local files.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00129.png"><img style="display:inline;border-width:0;" title="clip_image001[29]" border="0" alt="clip_image001[29]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00129_thumb.png?w=350&#038;h=212" width="350" height="212" /></a></p>
<p align="justify">In my case I don’t need any.</p>
<p align="justify">11. In the next window, the sequencing process detects the <strong>applications that compose Mozilla Firefox</strong>, in my case the Firefox standard app and the Firefox safe-mode.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00131.png"><img style="display:inline;border-width:0;" title="clip_image001[31]" border="0" alt="clip_image001[31]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00131_thumb.png?w=360&#038;h=218" width="360" height="218" /></a></p>
<p align="justify">You can add new ones, remove the detected and modify the components involved: File type associations and icons.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00133.png"><img style="display:inline;border-width:0;" title="clip_image001[33]" border="0" alt="clip_image001[33]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00133_thumb.png?w=363&#038;h=220" width="363" height="220" /></a></p>
<p align="justify">For every application shown here, we will need to <strong>make a small change</strong>. Click on each application in the right list, and select the “<strong>Edit</strong>” option. In the “<strong>OSD File Name</strong>” you will probably see a long name, like “<strong>Mozilla Firefox 1.9.1.3523.osd</strong>”.</p>
<p align="justify">You need to <strong>change this one removing all the spaces in the name, like</strong> “<strong>Firefox.osd</strong>”.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00183.png"><img style="display:inline;border-width:0;" title="clip_image001[83]" border="0" alt="clip_image001[83]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00183_thumb.png?w=307&#038;h=301" width="307" height="301" /></a></p>
<p align="justify">Change this in all applications involved and click on “<strong>Next</strong>”.</p>
<p align="justify">12. The next step is optional, where you can <strong>launch the applications</strong> for a final check that they are working properly. Click on “<strong>Next</strong>”.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00135.png"><img style="display:inline;border-width:0;" title="clip_image001[35]" border="0" alt="clip_image001[35]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00135_thumb.png?w=363&#038;h=219" width="363" height="219" /></a></p>
<p align="justify">13. Sequencing process is complete. Click on “<strong>Finish</strong>”.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00141.png"><img style="display:inline;border-width:0;" title="clip_image001[41]" border="0" alt="clip_image001[41]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00141_thumb.png?w=364&#038;h=220" width="364" height="220" /></a></p>
<p align="justify">14. The package is ready for the final customization regarding the application deployment.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00143.png"><img style="display:inline;border-width:0;" title="clip_image001[43]" border="0" alt="clip_image001[43]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00143_thumb.png?w=329&#038;h=343" width="329" height="343" /></a></p>
<p align="justify">In the App-V Sequencer window, select the “<strong>Deployment</strong>” tab and change the <strong>Protocol</strong> option to “<strong>RTSP</strong>” (this will automatically change the Port to 554), and in the <strong>Hostname</strong> option select the name of the App-V Server, in my case “<strong>appv-server</strong>”.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00145.png"><img style="display:inline;border-width:0;" title="clip_image001[45]" border="0" alt="clip_image001[45]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00145_thumb.png?w=324&#038;h=339" width="324" height="339" /></a></p>
<p align="justify">In the Operating System list, you can add all the baselines where this application can become available. And note also the option to generate an MSI package, that you can use it with the App-V Stand Alone mode (explained in <a href="http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/">Post I</a> of this series) and/or System Center Configuration Manager (SCCM) integration with App-V.</p>
<p align="justify">15. Before saving the package, you can explore other options within the Sequencer, like the registry files that are modified by the application.</p>
<p align="justify">Once you are done, click on save this package locally.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00147.png"><img style="display:inline;border-width:0;" title="clip_image001[47]" border="0" alt="clip_image001[47]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00147_thumb.png?w=366&#038;h=269" width="366" height="269" /></a></p>
<p align="justify">With the project saved, you can check on the files created and verify that the OSD files were not created with names composed by blank spaces.</p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00153.png"><img style="display:inline;border-width:0;" title="clip_image001[53]" border="0" alt="clip_image001[53]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00153_thumb.png?w=452&#038;h=162" width="452" height="162" /></a></p>
<h3><font size="4"><strong>Adding the Package to the Server</strong></font></h3>
<p align="justify">Now that the package has been sequenced and created, it is time to add it to the server.</p>
<p align="justify">1. Copy the files created in the App-V Sequencer to the “<strong>content</strong>” folder in the App-V Server.</p>
<p align="justify">2. In the App-V Server, open the App-V console. Right click in Applications and select “<strong>Import Applications</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0011.png"><img style="display:inline;border-width:0;" title="clip_image001[1]" border="0" alt="clip_image001[1]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0011_thumb.png?w=262&#038;h=261" width="262" height="261" /></a></p>
<p>3. Select the <strong>SPRJ</strong> file for the Mozilla Firefox and click “<strong>Open</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0013.png"><img style="display:inline;border-width:0;" title="clip_image001[3]" border="0" alt="clip_image001[3]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0013_thumb.png?w=354&#038;h=280" width="354" height="280" /></a></p>
<p>4. In the <strong>General Information</strong> window, accept the default options and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00151.png"><img style="display:inline;border-width:0;" title="clip_image001[5]" border="0" alt="clip_image001[5]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0015_thumb1.png?w=350&#038;h=264" width="350" height="264" /></a></p>
<p>5. In the “<strong>Published Shortcuts</strong>” select the shortcuts that the clients will have created.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00171.png"><img style="display:inline;border-width:0;" title="clip_image001[7]" border="0" alt="clip_image001[7]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0017_thumb1.png?w=369&#038;h=278" width="369" height="278" /></a></p>
<p>6. In the “<strong>Access Permissions</strong>” select the group that will load this application. In my case, I’m using Domain Admins.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00191.png"><img style="display:inline;border-width:0;" title="clip_image001[9]" border="0" alt="clip_image001[9]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image0019_thumb1.png?w=381&#038;h=288" width="381" height="288" /></a></p>
<p>7. In the “<strong>Summary</strong>” window, click on “<strong>Finish</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image001111.png"><img style="display:inline;border-width:0;" title="clip_image001[11]" border="0" alt="clip_image001[11]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00111_thumb1.png?w=381&#038;h=287" width="381" height="287" /></a></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00167.png"><font color="#ff0000"></font></a></p>
<p>And now you have the application ready in your App-V Server to be deployed.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00169.png"><img style="display:inline;border-width:0;" title="clip_image001[69]" border="0" alt="clip_image001[69]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00169_thumb.png?w=540&#038;h=47" width="540" height="47" /></a></p>
<h3><font size="4"><strong>Testing the Application</strong></font></h3>
<p>After completing the importing wizard, the application is ready to be deployed in the client machines.</p>
<p>Access the client machine, and if you want to avoid the process of log-off and log-on to test it, locate the <strong>App-V Client console</strong> (C:\Program Files\Microsoft Application Virtualization Client\SftCMC.msc), select “<strong>Publishing Server</strong>” and click on “<strong>Refresh Server</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image001711.png"><img style="display:inline;border-width:0;" title="clip_image001[71]" border="0" alt="clip_image001[71]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00171_thumb.png?w=385&#038;h=246" width="385" height="246" /></a></p>
<p>The new icons will appear in the desktop or in the places you’ve selected.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00173.png"><img style="display:inline;border-width:0;" title="clip_image001[73]" border="0" alt="clip_image001[73]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00173_thumb.png?w=379&#038;h=220" width="379" height="220" /></a></p>
<p>Mozilla Firefox starting</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00113.png"><img style="display:inline;border-width:0;" title="clip_image001[13]" border="0" alt="clip_image001[13]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00113_thumb.png?w=393&#038;h=296" width="393" height="296" /></a></p>
<h3><font size="4"><strong></strong></font></h3>
<h3><font size="4"><strong>Troubleshooting App-V Published Applications </strong></font></h3>
<p>The most common error about App-V applications I’ve experienced are regarding the firewall exceptions discussed in the <a href="http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/">Post III</a> of this series. But, there’s also another problem that appears related to the package it self.</p>
<p align="justify"><font color="#000000">If the package that you’ve created, the OSD file name uses spaces between, like “<strong>Mozilla Firefox 1.9.1.3523.osd</strong>”:</font></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image001511.png"><font color="#000000"></font></a><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image001512.png"><img style="display:inline;border-width:0;" title="clip_image001[51]" border="0" alt="clip_image001[51]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00151_thumb.png?w=474&#038;h=169" width="474" height="169" /></a></a></a></p>
<p align="justify"><font color="#000000">Then most likely when you try to deploy this application, after importing it in the server, you’ll get these errors:</font></p>
<p align="justify"><font color="#000000">“<strong>The package requested could not be found in the system data store or the files associated with this package could not be found on the server</strong>”. “<strong>Error code: 4513CDC-1690150A-20000194</strong>”</font></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00149.png"><font color="#000000"></font></a><a href="http://augustoalvarez.files.wordpress.com/2010/01/clip_image001491.png"><img style="display:inline;border-width:0;" title="clip_image001[49]" border="0" alt="clip_image001[49]" src="http://augustoalvarez.files.wordpress.com/2010/01/clip_image00149_thumb.png?w=368&#038;h=204" width="368" height="204" /></a></a></a></p>
<p align="justify"><font color="#000000">To fix this, you’ll need to regenerate the sequenced application as shown above, editing the application information and remove any blank spaces in the OSD file name. </font></p>
<p align="justify"><font color="#000000">More Resources</font></p>
<ul>
<li>
<div align="justify"><a href="http://technet.microsoft.com/en-us/appvirtualization/dd277292.aspx">Microsoft Application Virtualization 4.5 Resource Kit Tools</a></div>
</li>
<li>
<div align="justify"><a href="http://technet.microsoft.com/en-us/library/dd871278.aspx">[Case Study] Sequencing Applications for Deployment at Microsoft</a></div>
</li>
<li>
<div align="justify"><a href="http://download.microsoft.com/download/f/7/8/f784a197-73be-48ff-83da-4102c05a6d44/App-45_Sequencing_Guide_Final.docx">App-V Sequencing Guide</a></div>
</li>
</ul>
<p><em>Other posts in this series:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/"><strong>Implementing App-V – Part I: Introduction to Application Virtualization</strong></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/"><strong>Implementing App-V – Part II: Choosing and Preparing the Environment</strong></a></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/">Implementing App-V – Part III: Integrating Clients</a></strong></p>
<p align="justify"><a title="http://technet.microsoft.com/en-us/library/dd871278.aspx" href="http://technet.microsoft.com/en-us/library/dd871278.aspx"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/478/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=478&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2010/01/18/implementing-app-v-part-iv-sequencing-applications/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://augustoalvarez.files.wordpress.com/2010/01/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/01/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/01/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/01/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/01/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/01/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/01/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/01/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/01/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/01/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/01/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/01/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/01/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/01/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/01/clip_image00183_thumb.png" medium="image">
			<media:title type="html">clip_image001[83]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/01/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/01/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/01/clip_image00143_thumb.png" medium="image">
			<media:title type="html">clip_image001[43]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/01/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/01/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/01/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/01/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/01/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/01/clip_image0015_thumb1.png" medium="image">
			<media:title type="html">clip_image001[5]</media:title>
		</media:content>

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

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

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

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

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

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

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/01/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/01/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/01/clip_image00149_thumb.png" medium="image">
			<media:title type="html">clip_image001[49]</media:title>
		</media:content>
	</item>
		<item>
		<title>[Events] Overview of Run Reloaded in Buenos Aires</title>
		<link>http://blog.augustoalvarez.com.ar/2010/01/18/events-overview-of-run-reloaded-in-buenos-aires/</link>
		<comments>http://blog.augustoalvarez.com.ar/2010/01/18/events-overview-of-run-reloaded-in-buenos-aires/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 05:41:58 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Run Reloaded]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2010/01/18/events-overview-of-run-reloaded-in-buenos-aires/</guid>
		<description><![CDATA[&#160;
As I mentioned to you before, I presented in the Run Reloaded event that took place here in Buenos Aires in last November. I had the pleasure to give two presentations: Geo Clustering with Windows Server 2008 R2 and Group Policies with Windows 7 and Windows Server 2008 R2.
 
The event gather some great presentations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=408&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p align="justify">&#160;</p>
<p align="justify">As <a href="http://blog.augustoalvarez.com.ar/2009/11/21/events-run-reloaded-buenos-aires/">I mentioned to you before</a>, I presented in the <strong>Run Reloaded</strong> event that took place here in Buenos Aires in last November. I had the pleasure to give two presentations: <strong>Geo Clustering with Windows Server 2008 R2 and Group Policies with Windows 7 and Windows Server 2008 R2.</strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/run03.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="run03" border="0" alt="run03" src="http://augustoalvarez.files.wordpress.com/2010/01/run03_thumb.jpg?w=336&#038;h=253" width="336" height="253" /></a> </p>
<p align="justify">The event gather some great presentations about several of the new technologies introduced by Microsoft: <strong>Windows 7, Windows Server 2008 R2, SQL Server 2008 R2, Exchange Server 2010, Sharepoint 2010</strong>, etc. </p>
<p align="justify">And the public response was also amazing, thousands of people showed up in this two-day event, that also had several simultaneous conferences given in the Universidad Argentina de la Empresa (UADE). </p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/run06.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="run06" border="0" alt="run06" src="http://augustoalvarez.files.wordpress.com/2010/01/run06_thumb.jpg?w=343&#038;h=258" width="343" height="258" /></a> </p>
<h3 align="justify"><font size="4"><strong>Multi Site Clustering with Windows Server 2008 R2</strong></font></h3>
<p align="justify">I presented this track with <a href="http://www.radians.com.ar/blog/">Roberto Dilello</a> and we had the chance to revisited a <a href="http://blog.augustoalvarez.com.ar/2009/10/17/events-code-camp-2009-at-buenos-aires/">previous track of mine presented in Code Camp 2009</a>. </p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/clustering01.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clustering01" border="0" alt="clustering01" src="http://augustoalvarez.files.wordpress.com/2010/01/clustering01_thumb.jpg?w=355&#038;h=267" width="355" height="267" /></a> </p>
<p align="justify">This time I had the chance to take a deeper review about the <strong>multi site clustering architecture, their benefits, requirements and how to configure them in Windows Server 2008 R2 Failover Cluster. </strong></p>
<p align="justify">You can <strong>download the multi site clustering presentation (Spanish) from </strong><a href="http://augustoalvarez.files.wordpress.com/2010/01/miltisiteclustering.pdf"><strong>here</strong></a><strong>.</strong> </p>
<h3 align="justify"><font size="4"><strong>Windows 7 and Windows Server 2008 R2 Group Policies</strong></font></h3>
<p align="justify">Presented with <a href="http://blogs.prisma.cc/blogs/leandro/">Leandro Amore</a>, making an overview of the changes made since Windows Vista about the Group Policies management. </p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/gpo01.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="gpo01" border="0" alt="gpo01" src="http://augustoalvarez.files.wordpress.com/2010/01/gpo01_thumb.jpg?w=355&#038;h=267" width="355" height="267" /></a> </p>
<p align="justify">Taking a closer look to the <strong>ADMX migrator, PowerShell, Starter GPOs, Group Policies preferences, etc. </strong></p>
<p align="justify">
<p align="justify">
<p align="justify">
<p align="justify">
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2010/01/gpo02.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="gpo02" border="0" alt="gpo02" src="http://augustoalvarez.files.wordpress.com/2010/01/gpo02_thumb.jpg?w=361&#038;h=272" width="361" height="272" /></a> </p>
<p align="justify"><strong>The group policy presentation can be downloaded from <a href="http://augustoalvarez.files.wordpress.com/2010/01/gpo-w7-and-w2k8r2.pdf">here</a> (Spanish as well).</strong> </p>
<p align="justify">Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/408/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/408/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/408/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/408/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/408/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/408/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=408&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2010/01/18/events-overview-of-run-reloaded-in-buenos-aires/feed/</wfw:commentRss>
		<slash:comments>0</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/01/run03_thumb.jpg" medium="image">
			<media:title type="html">run03</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/01/run06_thumb.jpg" medium="image">
			<media:title type="html">run06</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/01/clustering01_thumb.jpg" medium="image">
			<media:title type="html">clustering01</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/01/gpo01_thumb.jpg" medium="image">
			<media:title type="html">gpo01</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/01/gpo02_thumb.jpg" medium="image">
			<media:title type="html">gpo02</media:title>
		</media:content>
	</item>
		<item>
		<title>[Events] Run Reloaded: Buenos Aires</title>
		<link>http://blog.augustoalvarez.com.ar/2009/11/21/events-run-reloaded-buenos-aires/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/11/21/events-run-reloaded-buenos-aires/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 04:40:05 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Run Reloaded]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/11/21/events-run-reloaded-buenos-aires/</guid>
		<description><![CDATA[&#160;
After presenting at the Code Camp this year, I&#8217;ve started to prepare my participation in a new and upcoming event: Run Reloaded – November 24 and 25 – Universidad Argentina de la Empresa (UADE). 

This event will officially introduce to the community the brand new Microsoft technologies: Windows 7, Windows Server 2008 R2, SQL Server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=392&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p align="justify">After <a href="http://blog.augustoalvarez.com.ar/2009/10/17/events-code-camp-2009-at-buenos-aires/">presenting at the Code Camp this year</a>, I&#8217;ve started to prepare my participation in a new and upcoming event: <strong>Run Reloaded – November 24 and 25 – Universidad Argentina de la Empresa (UADE)</strong>. </p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image0011.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image001" border="0" alt="clip_image001" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image001_thumb1.png?w=376&#038;h=125" width="376" height="125" /></a></p>
<p align="justify">This event will officially introduce to the community the brand new Microsoft technologies: <strong>Windows 7, Windows Server 2008 R2, SQL Server 2008 R2, Exchange Server 2010, Sharepoint Server 2010</strong>, and may others, including devs technologies.</p>
<p align="justify">The event is divided in two days, and each day will have the IT and the developers sessions. Here is the schedule and registration links for the IT sessions (Spanish):</p>
<p align="justify"><a href="http://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&amp;EventID=1032430335&amp;IO=SgBEwRnS0lftO6mSjn1AwA%3d%3d">Day 1 Registration</a></p>
<p align="justify"><a href="http://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&amp;EventID=1032430335&amp;IO=SgBEwRnS0lftO6mSjn1AwA%3d%3d"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="day1" border="0" alt="day1" src="http://augustoalvarez.files.wordpress.com/2009/11/day1.png?w=381&#038;h=366" width="381" height="366" /></a></p>
<p align="justify"><a href="http://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&amp;EventID=1032430351&amp;IO=SgBEwRnS0lesF5WNKnoe4Q%3d%3d">Day 2 Registration</a></p>
<p align="justify"><a href="http://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&amp;EventID=1032430351&amp;IO=SgBEwRnS0lesF5WNKnoe4Q%3d%3d"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="day2" border="0" alt="day2" src="http://augustoalvarez.files.wordpress.com/2009/11/day2.png?w=383&#038;h=282" width="383" height="282" /></a> </p>
<p align="justify">More info about <a href="http://puertadeenlace.net/post/Run-reloaded-registro.aspx">Run Reloaded here</a>.&#160; </p>
<p align="justify">About my conferences:</p>
<p align="justify">- <strong>Multi Site Clustering with Windows Server 2008 R2</strong>: Taking a little bit deeper about my previous presentation, checking the benefits of geo clusters and what are the necessary requirements. I’ll be presenting it with <a href="http://www.radians.com.ar/blog/">Roberto Dilello</a>.</p>
<p align="justify">- <strong>Group Policies with Windows 7 and Windows Server 2008 R2</strong>: Reviewing the improvements and features that we can adopt using group policies with the just released operating systems: Windows 7 and Windows Server 2008 R2. I’ll be together with <a href="http://blogs.prisma.cc/blogs/leandro/">Leandro Amore</a>. </p>
<p align="justify">See each other then!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/392/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=392&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/11/21/events-run-reloaded-buenos-aires/feed/</wfw:commentRss>
		<slash:comments>1</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/11/clip_image001_thumb1.png" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>

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

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/11/day2.png" medium="image">
			<media:title type="html">day2</media:title>
		</media:content>
	</item>
		<item>
		<title>GFI WebMonitor without ISA Server</title>
		<link>http://blog.augustoalvarez.com.ar/2009/11/17/gfi-webmonitor-without-isa-server/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/11/17/gfi-webmonitor-without-isa-server/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 13:20:07 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[GFI WebMonitor]]></category>
		<category><![CDATA[ISA Server]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/11/17/gfi-webmonitor-without-isa-server/</guid>
		<description><![CDATA[&#160;
A while ago I had the chance to review GFI Webmonitor, an ISA Server add-on that enhances significantly the possibilities for web access and download control. Now, GFI introduces a great and brand new option within web monitor possibilities: GFI WebMonitor version that does not require an ISA Server installation. 
You can download the free [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=387&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p align="justify">&#160;</p>
<p align="justify">A while ago I had the chance to <a href="http://blog.augustoalvarez.com.ar/2009/05/11/gfi-webmonitor-2009-review-and-common-configurations/">review GFI Webmonitor</a>, an ISA Server add-on that <strong>enhances significantly the possibilities for web access and download control</strong>. Now, GFI introduces a great and brand new option within web monitor possibilities: <strong>GFI WebMonitor version that does not require an ISA Server installation. </strong></p>
<p align="justify">You can download the <a href="http://www.gfi.com/pages/webmon-selection-download.asp">free 30-day trial here</a>. And even more, once the trial expires, the software switches to <strong>freeware mode</strong>; where you maintain the monitor features but the security and access control are removed. </p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image0015.png"><img style="display:inline;border-width:0;" title="clip_image001[5]" border="0" alt="clip_image001[5]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image0015_thumb.png?w=487&#038;h=241" width="487" height="241" /></a></p>
<h5 align="justify">Differences with the ISA Server add-on version? None</h5>
<p align="justify">The first thing I’ve started to wonder about this product is: It doesn’t require ISA Server, so which capabilities and features will be lost? Well I had a great surprise there, not only <strong>maintains all the features, but also there a few new ones.</strong> </p>
<p align="justify"><strong><em>GFI WebMonitor dashboard, same as the ISA add-on version</em></strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image0017.png"><img style="display:inline;border-width:0;" title="clip_image001[7]" border="0" alt="clip_image001[7]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image0017_thumb.png?w=515&#038;h=436" width="515" height="436" /></a></p>
<h3 align="justify"><strong><font size="3">Reviewing New GFI WebMonitor</font></strong></h3>
<p align="justify">As you can see, the dashboard looks the same, but let’s take a closer look about the tool and find out a little bit more.</p>
<h5 align="justify"><font size="3">Installation Process</font></h5>
<p align="justify">Same, again. As we’ve seen it in my <a href="http://blog.augustoalvarez.com.ar/2009/05/11/gfi-webmonitor-2009-review-and-common-configurations/">previous post</a>, the installation is a very simple and intuitive process; the same one is included here. In my environment I’ve installed GFI WebMonitor on a Windows Server 2008, working just as a member server in my lab environment. </p>
<p align="justify">At the end of the installation, you’ll get all the necessary hints to start working with GFI WebMonitor.</p>
<p align="justify"><strong><em>Based on my configuration, the simple proxy mode is selected</em></strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image0019.png"><img style="display:inline;border-width:0;" title="clip_image001[9]" border="0" alt="clip_image001[9]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image0019_thumb.png?w=395&#038;h=339" width="395" height="339" /></a></p>
<p align="justify"><strong><em>The last message: All that you actually need to configure your clients</em></strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00111.png"><img style="display:inline;border-width:0;" title="clip_image001[11]" border="0" alt="clip_image001[11]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00111_thumb.png?w=409&#038;h=350" width="409" height="350" /></a></p>
<h5 align="justify"><font size="3">Configuring Clients</font></h5>
<p align="justify">With the last image, you’ve already had all the necessary information to configure your clients. Just configure your <strong>browser proxy server options</strong>.</p>
<p align="justify"><strong><em>Internet Explorer Proxy Server options</em></strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00113.png"><img style="display:inline;border-width:0;" title="clip_image001[13]" border="0" alt="clip_image001[13]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00113_thumb.png?w=333&#038;h=411" width="333" height="411" /></a></p>
<p align="justify">Remember that you can automatically configure these options using Group Policies in your domain. <strong>User Configuration &gt; Windows Settings &gt; Internet Explorer Maintenance &gt; Connection &gt; Proxy Settings</strong></p>
<p align="justify"><strong><em>Group Policies: Proxy Server option for IE</em></strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00117.png"><img style="display:inline;border-width:0;" title="clip_image001[17]" border="0" alt="clip_image001[17]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00117_thumb.png?w=539&#038;h=289" width="539" height="289" /></a></p>
<h5 align="justify"><font size="3">Configuring the Server</font></h5>
<p align="justify">Before start testing your clients with the proxy options, you should verify that the machine working as a proxy has the <strong>8080 port</strong> open to receive connection from the clients. </p>
<p align="justify"><strong><em>Just add an exception in your firewall to allow traffic</em></strong> </p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00119.png"><img style="display:inline;border-width:0;" title="clip_image001[19]" border="0" alt="clip_image001[19]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00119_thumb.png?w=295&#038;h=345" width="295" height="345" /></a></p>
<p align="justify">You can also configure in your GFI WebMonitor a few more options related to the proxy settings: <strong>Authentications and chained options.</strong></p>
<p align="justify"><strong><em>You can use anonymous, basic and integrated authentication for proxy clients</em></strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00121.png"><img style="display:inline;border-width:0;" title="clip_image001[21]" border="0" alt="clip_image001[21]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00121_thumb.png?w=272&#038;h=188" width="272" height="188" /></a></p>
<p align="justify"><strong><em>Chained Proxy: When you have a separate proxy or firewall in your network.</em></strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00125.png"><img style="display:inline;border-width:0;" title="clip_image001[25]" border="0" alt="clip_image001[25]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00125_thumb.png?w=415&#038;h=165" width="415" height="165" /></a></p>
<p align="justify">The rest of the configurations within GFI WebMonitor, you’ll find the exact same as my <a href="http://blog.augustoalvarez.com.ar/2009/05/11/gfi-webmonitor-2009-review-and-common-configurations/">previous review</a>:</p>
<p align="justify">- <strong>Statistics</strong>: Nice data parsing showing bandwidth consumption, sites history, users history. One of my favorites within this stats is the “<strong>top policy breakers</strong>”: users that more times have tried to access content prohibited by your policies.</p>
<p align="justify">- <strong>White and Black lists.</strong> The name isn’t that simple as the configuration needed to block websites and content. </p>
<p align="justify"><strong><em>Blacklisting facebook.com</em></strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00127.png"><img style="display:inline;border-width:0;" title="clip_image001[27]" border="0" alt="clip_image001[27]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00127_thumb.png?w=353&#038;h=171" width="353" height="171" /></a></p>
<p align="justify"><strong><em>And the clients will receive a message like this:</em></strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00129.png"><img style="display:inline;border-width:0;" title="clip_image001[29]" border="0" alt="clip_image001[29]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00129_thumb.png?w=454&#038;h=342" width="454" height="342" /></a></p>
<p align="justify">- <strong>Web Filtering Policies</strong>: All the policies defined here will allow you to manage access to certain sites and even pre defined categories to specific users, groups or even IP address. Including the time window in which each policy will apply. Pretty simple to configure and set. </p>
<p align="justify">- <strong>Security</strong>: This section represents one of the most powerful within this tool, you get the chance to configure <strong>Download Control Policies</strong> (which users can download what and when); <strong>IM Control Policies</strong> (allowing or blocking IM); and my favorite <strong>Virus Scanning</strong>.</p>
<p align="justify">All the content that is downloaded from the clients will be scanned with <strong>three different antivirus engines</strong>: <strong>BitDefender, Kaspersky and Norman</strong> antivirus; all of them with databases updated constantly. </p>
<p align="justify"><strong><em>Every time a user downloads a file, by default, the window that will appear:</em></strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00131.png"><img style="display:inline;border-width:0;" title="clip_image001[31]" border="0" alt="clip_image001[31]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00131_thumb.png?w=419&#038;h=144" width="419" height="144" /></a></p>
<p align="justify"><strong><em>And virus scanning, of course</em></strong></p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00133.png"><img style="display:inline;border-width:0;" title="clip_image001[33]" border="0" alt="clip_image001[33]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00133_thumb.png?w=404&#038;h=211" width="404" height="211" /></a></p>
<p align="justify">And GFI WebMonitor also gives you the “<strong>Quarantine</strong>” section to analyze blocked downloaded content. </p>
<p align="justify">One of the new features introduced is the “<strong>Hidden Downloads</strong>” section. That show downloads which were unattended by users that could reveal malware or unwanted applications within the network. </p>
<p align="justify"><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00135.png"><img style="display:inline;border-width:0;" title="clip_image001[35]" border="0" alt="clip_image001[35]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00135_thumb.png?w=493&#038;h=246" width="493" height="246" /></a></p>
<h5 align="justify"><font size="3">More Resources and Troubleshooting</font></h5>
<p align="justify"><strong>Installation and Configuration</strong></p>
<p align="justify"><a href="http://kbase.gfi.com/showarticle.asp?id=KBID003673">- How can I exclude some websites from passing through the GFI WebMonitor proxy?</a></p>
<p align="justify"><strong>Troubleshooting</strong></p>
<p align="justify">- <a href="http://kbase.gfi.com/showarticle.asp?id=KBID001782">Mozilla Firefox keeps asking for credentials repeatedly</a>     <br />- <a href="http://kbase.gfi.com/showarticle.asp?id=KBID003666">Integrated authentication fails with GFI WebMonitor 2009 Standalone Proxy</a>     <br />- <a href="http://kbase.gfi.com/showarticle.asp?id=KBID003672">Internet Explorer is unable to retrieve my new wpad.dat configuration</a></p>
<h3 align="justify"><font size="3"><strong>Conclusions</strong></font></h3>
<p align="justify">- This tool represents a great way to <strong>easily use and configure a proxy server in your network in just a few seconds</strong>. From the installation process to the web filtering policies, all of them represent very <strong>intuitive and simple processes</strong>; you<strong> don’t need expert knowledge in firewall or proxy servers. </strong></p>
<p align="justify">- <strong>Removing the ISA Server requirement</strong>, you almost have no excuse to give it a try if you are concerned with your current bandwidth consumption and access control. </p>
<p align="justify">- The <strong>security section</strong> gives you a nice bonus and avoiding having viruses or malware within your network. You know the feeling, having just one negligent user can become in several work hours for your help desk department. </p>
<p align="justify">If you are considering implementing <strong>new security policies in your company</strong>, you should know that what people usually access every day on the web it is a significant matter. </p>
<p align="justify">Cheers!</p>
<p align="justify"><a title="http://kbase.gfi.com/showarticle.asp?id=KBID001808" href="http://kbase.gfi.com/showarticle.asp?id=KBID001808"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/387/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=387&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/11/17/gfi-webmonitor-without-isa-server/feed/</wfw:commentRss>
		<slash:comments>1</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/11/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/2009/11/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/2009/11/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/2009/11/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/2009/11/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/2009/11/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/2009/11/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/2009/11/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/2009/11/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/2009/11/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/2009/11/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/2009/11/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/2009/11/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/2009/11/clip_image00135_thumb.png" medium="image">
			<media:title type="html">clip_image001[35]</media:title>
		</media:content>
	</item>
		<item>
		<title>Implementing App-V &#8211; Part III: Integrating Clients</title>
		<link>http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 21:32:22 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[application virtualization]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/11/07/implementing-app-v-part-iii-integrating-clients/</guid>
		<description><![CDATA[

&#160;
Other posts in this series:
Implementing App-V – Part I: Introduction to Application Virtualization
Implementing App-V – Part II: Choosing and Preparing the Environment
Implementing App-V – Part IV: Sequencing Applications
We’ve already talked about Application Virtualization and some common scenarios (Post I), talked about the existing models in App-V and how to install the App-V Management Server (Post [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=352&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=5E7089FA-C6AB-4150-8562-3B5BC14CD881&amp;displaylang=en"></a></p>
</p>
<p>&#160;</p>
<p><em>Other posts in this series:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/"><strong>Implementing App-V – Part I: Introduction to Application Virtualization</strong></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/"><strong>Implementing App-V – Part II: Choosing and Preparing the Environment</strong></a></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2010/01/18/implementing-app-v-part-iv-sequencing-applications/">Implementing App-V – Part IV: Sequencing Applications</a></strong></p>
<p>We’ve already talked about Application Virtualization and some common scenarios (<a href="http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/">Post I</a>), talked about the existing models in App-V and how to install the App-V Management Server (<a href="http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/">Post II</a>); now it’s time to work with the App-V clients.</p>
<p>I was considering to not include this post and go directly to sequencing applications, but most of the errors and blocking issues that appear in App-V are related on not having a environment properly installed.</p>
<p>The process will start with the App-V Desktop Client installation.</p>
<h3><strong><font size="3">App-V Desktop Client Installation</font></strong></h3>
<p>Select a client machine that will receive some of the sequenced applications and you shouldn’t have any problem with this installation, pretty straight forward:</p>
<p><strong>1.</strong> Double click on the installer and most likely you will be needing to install a few components before starting.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00122.png"><img style="display:inline;border-width:0;" title="clip_image001[22]" border="0" alt="clip_image001[22]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00122_thumb.png?w=340&#038;h=256" width="340" height="256" /></a></p>
<p><strong>2.</strong> The wizard starts and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00124.png"><img style="display:inline;border-width:0;" title="clip_image001[24]" border="0" alt="clip_image001[24]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00124_thumb.png?w=337&#038;h=255" width="337" height="255" /></a></p>
<p><strong>3.</strong> Accept the License Agreement.</p>
<p><strong>4.</strong> Select your option for <strong>Microsoft Update</strong>.</p>
<p><strong>5.</strong> Select “<strong>Custom</strong>” installation option.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00126.png"><img style="display:inline;border-width:0;" title="clip_image001[26]" border="0" alt="clip_image001[26]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00126_thumb.png?w=342&#038;h=258" width="342" height="258" /></a></p>
<p><strong>6.</strong> Accept the default installation path.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00128.png"><img style="display:inline;border-width:0;" title="clip_image001[28]" border="0" alt="clip_image001[28]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00128_thumb.png?w=342&#038;h=258" width="342" height="258" /></a></p>
<p><strong>7.</strong> Data Location, the default preferred drive letter by convenience is used the letter “<strong>Q</strong>” (avoiding to collide with possible network drives).</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00130.png"><img style="display:inline;border-width:0;" title="clip_image001[30]" border="0" alt="clip_image001[30]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00130_thumb.png?w=353&#038;h=267" width="353" height="267" /></a></p>
<p>8. Then you can select the <strong>cache size</strong> that the client machine will use. Every time that the client downloads applications, it will use the local cache for every time the application needs to be loaded again in the session. You can use the default option provided.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00132.png"><img style="display:inline;border-width:0;" title="clip_image001[32]" border="0" alt="clip_image001[32]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00132_thumb.png?w=354&#038;h=266" width="354" height="266" /></a></p>
<p>9. On <strong>Runtime Package Policy Configuration</strong> use the default options adding the “<strong>On Publishing Refresh</strong>” option inside “<strong>Automatically Load Application</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00134.png"><img style="display:inline;border-width:0;" title="clip_image001[34]" border="0" alt="clip_image001[34]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00134_thumb.png?w=353&#038;h=267" width="353" height="267" /></a></p>
<p>10. On &quot;<strong>Publishing Server</strong>” complete the options used for your App-V Server. And since I won’t be using SSL for the communication, I’m selecting the type “<strong>Application Virtualization Server</strong>” and <strong>“Port” 554.</strong></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00136.png"><img style="display:inline;border-width:0;" title="clip_image001[36]" border="0" alt="clip_image001[36]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00136_thumb.png?w=360&#038;h=271" width="360" height="271" /></a></p>
<p>11. Click on “<strong>Install</strong>” and we are ready to go.</p>
<h3><strong><font size="3">Testing the Default Application</font></strong></h3>
<p>As we’ve seen it before, once you install the App-V Management Server a default application is installed.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/appv27.png"><img style="display:inline;border-width:0;" title="appv27" border="0" alt="appv27" src="http://augustoalvarez.files.wordpress.com/2009/11/appv27_thumb.png?w=465&#038;h=161" width="465" height="161" /></a></p>
<p>We are going to use it to validate that our environment is ready to go and start sequencing applications. Unfortunately you will need a few steps before publishing the application:</p>
<p><strong>1.</strong> First of all, re check the configurations mentioned in Post I of this series:</p>
<p>- Ensure that the Application Management Server service has started.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00114.png"><img style="display:inline;border-width:0;" title="clip_image001[14]" border="0" alt="clip_image001[14]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00114_thumb.png?w=389&#038;h=80" width="389" height="80" /></a></p>
<p>- The content folder (C:\Program Files\Microsoft System Center App Virt Management Server\App Virt Management Server\content\) must be shared with proper permissions: “<strong>Everyone</strong>” the “<strong>Read &amp; Execute</strong>”, “<strong>List folder contents</strong>” and “<strong>Read</strong>” access.</p>
<p>- If you have the firewall enabled, ensure that you enable the <strong>exceptions for inbound connections</strong> with the programs <strong>sghwdsptr.exe and sghwsvr.exe</strong>. Both located in “C:\Program Files\Microsoft System Center App Virt Management Server\App Virt Management Server\bin\”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/appv25.png"><img style="display:inline;border-width:0;" title="appv25" border="0" alt="appv25" src="http://augustoalvarez.files.wordpress.com/2009/11/appv25_thumb.png?w=468&#038;h=118" width="468" height="118" /></a></p>
<p>To make a first quick check about the connectivity, you should always start using “<strong><em>telnet appv-server 554</em></strong>” to ensure that the ports are open between the hosts.</p>
<h5><font size="3">What Happens If I Don’t Complete The Requirements?</font></h5>
<p>If any of those are not in place, the error code that you should be receiving when you try to access an application is: “<strong>The Application Virtualization Client could not establish a connection to the Application Virtualization Server</strong>” “<strong>Error code: 4513CDC-19D06A0A-10000004</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00118.png"><img style="display:inline;border-width:0;" title="clip_image001[18]" border="0" alt="clip_image001[18]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00118_thumb.png?w=354&#038;h=195" width="354" height="195" /></a></p>
<p>And in the Event Viewer you’ll see a bunch of <strong>warning</strong> messages and one <strong>error</strong>: “<strong>The Application Virtualization Client could not connect to stream URL &#8216;RTSP://appv-sequencer:554/<em>application</em>&#8216;</strong>” along with the same error code.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00120.png"><img style="display:inline;border-width:0;" title="clip_image001[20]" border="0" alt="clip_image001[20]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00120_thumb.png?w=396&#038;h=100" width="396" height="100" /></a></p>
<p><strong>2.</strong> With all that in place, time to get the application ready. Access the App-V Management console, open the Default Application Properties. In the General tab, the OSD and Icon path must be using a UNC path, like in my case: “<strong>\\appv-server\content\</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00112.png"><img style="display:inline;border-width:0;" title="clip_image001[12]" border="0" alt="clip_image001[12]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00112_thumb.png?w=333&#038;h=317" width="333" height="317" /></a></p>
<p><strong>3.</strong> Shortcuts tab will let you decide where you want to insert the client’s shortcuts.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00110.png"><img style="display:inline;border-width:0;" title="clip_image001[10]" border="0" alt="clip_image001[10]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00110_thumb.png?w=336&#038;h=319" width="336" height="319" /></a></p>
<p><strong>4.</strong> Access Permissions: Here you can select all the domain groups that will have access to this application.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image0018.png"><img style="display:inline;border-width:0;" title="clip_image001[8]" border="0" alt="clip_image001[8]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image0018_thumb.png?w=335&#038;h=317" width="335" height="317" /></a></p>
<p><strong>5.</strong> Edit the DefaultApp.osd file that is stored within the content folder mentioned. Look for the “Implementation” area and replace the name of the server using the current name of the actual server.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image001.png"><img style="display:inline;border-width:0;" title="clip_image001" border="0" alt="clip_image001" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image001_thumb.png?w=515&#038;h=268" width="515" height="268" /></a></p>
<p><strong>6.</strong> Login to the client machine using credentials that belong to the group you just gave access to the application. You will see the Default Applications shortcuts already in place, double click the shortcut.</p>
<p>And there you have it, your environment is ready to receive and launch applications.</p>
<p><strong>Note</strong>:</p>
<p>Remember that by default, the applications are refreshed once the user logins to the client computer.</p>
<p>If you want to avoid this process, in the client computer access “<strong>C:\Program Files\Microsoft Application Virtualization Client</strong>” folder and double click “<strong>SftCMC.msc</strong>”. Inside “<strong>Publishing Servers</strong>” right-click the name of the server and select “<strong>Refresh Server</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00116.png"><img style="display:inline;border-width:0;" title="clip_image001[16]" border="0" alt="clip_image001[16]" src="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00116_thumb.png?w=421&#038;h=270" width="421" height="270" /></a></p>
<p>With that, any update on the applications published should be shown in the client.</p>
<p>In a few days more, I’m publishing the fourth part of the series: sequencing applications.</p>
<p><a title="http://technet.microsoft.com/en-us/library/dd871278.aspx" href="http://technet.microsoft.com/en-us/library/dd871278.aspx"></a></p>
<p><em>Other posts in this series:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/"><strong>Implementing App-V – Part I: Introduction to Application Virtualization</strong></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/"><strong>Implementing App-V – Part II: Choosing and Preparing the Environment</strong></a></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2010/01/18/implementing-app-v-part-iv-sequencing-applications/">Implementing App-V – Part IV: Sequencing Applications</a></strong></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/"><strong></strong></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/352/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=352&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/feed/</wfw:commentRss>
		<slash:comments>4</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/11/clip_image00122_thumb.png" medium="image">
			<media:title type="html">clip_image001[22]</media:title>
		</media:content>

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

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

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

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

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

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

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

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/11/appv27_thumb.png" medium="image">
			<media:title type="html">appv27</media:title>
		</media:content>

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

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/11/appv25_thumb.png" medium="image">
			<media:title type="html">appv25</media:title>
		</media:content>

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

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

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

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

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

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

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/11/clip_image00116_thumb.png" medium="image">
			<media:title type="html">clip_image001[16]</media:title>
		</media:content>
	</item>
		<item>
		<title>Free E-Book: Introducing Windows Server 2008 R2</title>
		<link>http://blog.augustoalvarez.com.ar/2009/10/23/free-e-book-introducing-windows-server-2008-r2/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/10/23/free-e-book-introducing-windows-server-2008-r2/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 02:21:24 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[E-Books]]></category>
		<category><![CDATA[Free Stuff; Windows Server 2008 R2; Cool Stuff]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/10/23/free-e-book-introducing-windows-server-2008-r2/</guid>
		<description><![CDATA[&#160;
Microsoft Press introduced a great technique to get more readers: Giving away free books, as simple as that. And this time with a great proposal: Introducing Windows Server 2008 R2.

Even though it is a short book (200 pages) you’ll see that there are several topics that you might be interested in. Here are the chapters [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=317&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Microsoft Press introduced a great technique to get more readers: Giving away free books, as simple as that. And this time with a great proposal: <a href="http://download.microsoft.com/download/5/C/0/5C0BD0AB-040D-4C56-A60B-661001012DDA/Windows_Server_2008_R2_e-book.pdf"><strong>Introducing Windows Server 2008 R2</strong></a>.</p>
<p><a href="http://download.microsoft.com/download/5/C/0/5C0BD0AB-040D-4C56-A60B-661001012DDA/Windows_Server_2008_R2_e-book.pdf"><img style="display:block;float:none;margin-left:auto;margin-right:auto;" src="http://blogs.msdn.com/blogfiles/microsoft_press/WindowsLiveWriter/FreeebookIntroducingWindowsServer2008R2_DA6A/9780735693722f_2.jpg" width="264" height="322" /></a></p>
<p>Even though it is a short book (200 pages) you’ll see that there are several topics that you might be interested in. Here are the chapters involved:</p>
<ul>
<li>Chapter 1&#160;&#160;&#160; What’s New in Windows Server R2</li>
<li>Chapter 2&#160;&#160;&#160; Installation and Configuration: Adding R2 to Your World</li>
<li>Chapter 3&#160;&#160;&#160; Hyper-V: Scaling and Migrating Virtual Machines</li>
<li>Chapter 4&#160;&#160;&#160; Remote Desktop Services and VDI: Centralizing Desktop and Application Management</li>
<li>Chapter 5&#160;&#160;&#160; Active Directory: Improving and Automating Identity and Access&#160;&#160;&#160; <br />Chapter 6&#160;&#160;&#160; The File Services Role</li>
<li>Chapter 7&#160;&#160;&#160; IIS 7.5: Improving the Web Application Platform</li>
<li>Chapter 8&#160;&#160;&#160; DirectAccess and Network Policy Server</li>
<li>Chapter 9&#160;&#160;&#160; Other Features and Enhancements</li>
</ul>
<p>You will find several information about important improvements introduced in this version, like: Hyper-V R2 (Live Migration and storage hot add feature); VDI; IIS 7.5; BranchCache and DirectAccess.</p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/317/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=317&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/10/23/free-e-book-introducing-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>1</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://blogs.msdn.com/blogfiles/microsoft_press/WindowsLiveWriter/FreeebookIntroducingWindowsServer2008R2_DA6A/9780735693722f_2.jpg" medium="image" />
	</item>
		<item>
		<title>[Events] Code Camp 2009 at Buenos Aires</title>
		<link>http://blog.augustoalvarez.com.ar/2009/10/17/events-code-camp-2009-at-buenos-aires/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/10/17/events-code-camp-2009-at-buenos-aires/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 21:10:52 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Code Camp]]></category>
		<category><![CDATA[Code Camp 2009]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/10/17/events-code-camp-2009-at-buenos-aires/</guid>
		<description><![CDATA[&#160;
Again, another excellent Microsoft event took place last month: Code Camp 2009. And I had the great pleasure to participate with two conferences, Hyper-V and Windows Server 2008 R2 Clustering. 
 
Code Camp Buenos Aires series officially began in 2007 and appeared as a great opportunity for students and academic cells interact directly with the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=314&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Again, another excellent Microsoft event took place last month:<strong> </strong><a href="http://www.codecamp.com.ar/"><strong>Code Camp 2009</strong></a>. And I had the great pleasure to participate with two conferences, Hyper-V and Windows Server 2008 R2 Clustering. </p>
<p><a href="http://www.codecamp.com.ar/"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="codecamp-logo" border="0" alt="codecamp-logo" src="http://augustoalvarez.files.wordpress.com/2009/10/codecamplogo.png?w=460&#038;h=88" width="460" height="88" /></a> </p>
<p>Code Camp Buenos Aires series officially began in 2007 and appeared as a great opportunity for students and academic cells interact directly with the community, not only participating in conferences but also preparing small demos and telling their story about their work with Microsoft’s technologies.</p>
<p>I had the chance to participate in all of them, but this year’s Code Camp represented the biggest event of the series, with over 50 conferences regarding IT, developing, gaming, methodologies. Here’s a quick review of my participation:</p>
<h3><strong>Hyper-V Para Suegras </strong></h3>
<p>Translated in “<strong>Hyper-V for Mother-In-Laws</strong>” (don’t ask me, ask <a href="http://blogs.technet.com/ponicke/">Alejandro Ponicke</a>, he came up with the title). I presented this one with a good friend of mine, <a href="http://blogs.southworks.net/aortega/">Alberto “Beto” Ortega</a>. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/10/codecamp01.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="codecamp01" border="0" alt="codecamp01" src="http://augustoalvarez.files.wordpress.com/2009/10/codecamp01_thumb.jpg?w=333&#038;h=222" width="333" height="222" /></a> </p>
<p>The main idea resided in present an <strong>introduction to virtualization and Hyper-V</strong> with the main features included in Windows Server 2008 R2. Using also a small review of <strong>Hyper-V clustering and Live Migration.</strong></p>
<p>The presentation for Hyper-V (in Spanish) can be <a href="http://augustoalvarez.files.wordpress.com/2009/10/hyper-v_suegras.pdf"><strong>download it from here</strong></a><strong>.</strong></p>
<h3><strong>Desmitificando Clustering en Windows Server 2008 R2</strong></h3>
<p>Translated in “<strong>Demystifying Clustering in Windows Server 2008 R2</strong>”. Here, I had the chance to go a little further about Hyper-V clustering and presented the <strong>main idea and benefits of clustering with Windows Server 2008 R2.</strong></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/10/codecamp02.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="codecamp02" border="0" alt="codecamp02" src="http://augustoalvarez.files.wordpress.com/2009/10/codecamp02_thumb.jpg?w=336&#038;h=225" width="336" height="225" /></a> </p>
<p>We’ve made a small review about the process in Windows Server 2003 and the process using Windows Server 2008 R2, features included like <strong>cluster validation</strong>, <strong>Clustered Shared Volume (CSV), Geo Clusters, clustering myths and best practices</strong>. And also we’ve discussed about <strong>clustering with SQL Server, using a demo of a SQL Server 2008 R2</strong> (CTP August) cluster. </p>
<p>The presentation for clustering (Spanish also) can be <strong><a href="http://augustoalvarez.files.wordpress.com/2009/10/w2k8_r2_clustering.pdf">download it from here.</a></strong></p>
<p>As always, I had a lot of fun and I’m looking forward for the next event: Windows 7 and Windows Server 2008 R2 Official Launch (late November). We’ll see each other then!</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/10/codecamp07.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="codecamp07" border="0" alt="codecamp07" src="http://augustoalvarez.files.wordpress.com/2009/10/codecamp07_thumb.jpg?w=356&#038;h=237" width="356" height="237" /></a> </p>
<p align="center">Here’s some of the crew involved: <a href="http://blogs.msdn.com/masaez/">Miguel Saez</a> and <a href="http://blogs.technet.com/ponicke/">Alejandro Ponicke</a></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/10/codecamp06.jpg"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="codecamp06" border="0" alt="codecamp06" src="http://augustoalvarez.files.wordpress.com/2009/10/codecamp06_thumb.jpg?w=354&#038;h=236" width="354" height="236" /></a> </p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/314/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=314&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/10/17/events-code-camp-2009-at-buenos-aires/feed/</wfw:commentRss>
		<slash:comments>1</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/10/codecamplogo.png" medium="image">
			<media:title type="html">codecamp-logo</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/10/codecamp01_thumb.jpg" medium="image">
			<media:title type="html">codecamp01</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/10/codecamp02_thumb.jpg" medium="image">
			<media:title type="html">codecamp02</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/10/codecamp07_thumb.jpg" medium="image">
			<media:title type="html">codecamp07</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/10/codecamp06_thumb.jpg" medium="image">
			<media:title type="html">codecamp06</media:title>
		</media:content>
	</item>
		<item>
		<title>Free E-Book: Deploying Windows 7 Essential Guidance</title>
		<link>http://blog.augustoalvarez.com.ar/2009/10/17/free-e-book-deploying-windows-7-essential-guidance/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/10/17/free-e-book-deploying-windows-7-essential-guidance/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 21:00:31 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/10/17/free-e-book-deploying-windows-7-essential-guidance/</guid>
		<description><![CDATA[&#160;
Fresh and free new book available from Microsoft Press and Microsoft TechNet! Deploying Windows 7: Essential Guidance. 

This book contains ten chapters from Windows 7 Resource Kit, so if you ever read one of these Resource Kits, you would know that the content it is very complete and interesting. Some of the topics discussed in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=302&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Fresh and free new book available from Microsoft Press and Microsoft TechNet! <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=ee2a1d38-88a9-43b3-95bc-7e962f0b6030">Deploying Windows 7: Essential Guidance</a>. </p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=ee2a1d38-88a9-43b3-95bc-7e962f0b6030"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="deployingw7" border="0" alt="deployingw7" src="http://augustoalvarez.files.wordpress.com/2009/10/deployingw7.png?w=245&#038;h=297" width="245" height="297" /></a></p>
<p>This book contains ten chapters from <a href="http://www.microsoft.com/learning/en/us/Books.aspx?Id=13811&amp;locale=en-us"><strong>Windows 7 Resource Kit</strong></a>, so if you ever read one of these Resource Kits, you would know that the content it is very complete and interesting. Some of the topics discussed in this free book:</p>
<ul>
<li><strong>Planning Deployment</strong></li>
<li><strong>Testing Application Compatibility</strong></li>
<li><strong>Developing Disk Images</strong></li>
<li><strong>Migrating User State Data</strong></li>
<li><strong>Deploying Applications</strong></li>
<li><strong>Volume Activation</strong></li>
<li><strong>Using Windows Deployment Services (WDS)</strong></li>
<li><strong>Using Microsoft Deployment Toolkit (MDT)</strong></li>
</ul>
<p>I know, I know, I was missing the free e-books offers from Microsoft too. </p>
<p>Here’s a little bonus: Microsoft also published as a <strong>free download the Chapter 23 of the Windows 7 Resource Kit</strong>, “<a href="http://download.microsoft.com/download/A/3/9/A398AF3E-75FB-465B-9FD4-DC4BE307A921/Win7_RK_SampleChapter_23.pdf"><strong>Supporting Users Using Remote Assistance</strong></a>”.</p>
<p>To review some of my posts about deploying Windows 7, check this category:</p>
<p><a href="http://blog.augustoalvarez.com.ar/category/microsoft-deployment-toolkit-mdt/">http://blog.augustoalvarez.com.ar/category/microsoft-deployment-toolkit-mdt/</a></p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=302&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/10/17/free-e-book-deploying-windows-7-essential-guidance/feed/</wfw:commentRss>
		<slash:comments>2</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/10/deployingw7.png" medium="image">
			<media:title type="html">deployingw7</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 2008 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=294&subd=augustoalvarez&ref=&feed=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>
<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/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&blog=5820778&post=294&subd=augustoalvarez&ref=&feed=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>Implementing App-V &#8211; Part II: Choosing and Preparing the Environment</title>
		<link>http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 00:35:27 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[application virtualization]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/</guid>
		<description><![CDATA[&#160;
Other posts in this series:
Implementing App-V – Part I: Introduction to Application Virtualization
Implementing App-V – Part III: Integrating Clients
Implementing App-V – Part IV: Sequencing Applications
After the first post about App-V and application virtualization technologies we had a nice review about the platform. So, if you feel like this type of technology can add some value [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=268&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><em>Other posts in this series:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/"><strong>Implementing App-V – Part I: Introduction to Application Virtualization</strong></a></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/">Implementing App-V – Part III: Integrating Clients</a></strong></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2010/01/18/implementing-app-v-part-iv-sequencing-applications/">Implementing App-V – Part IV: Sequencing Applications</a></strong></p>
<p>After the <a href="http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/">first post</a> about App-V and application virtualization technologies we had a nice review about the platform. So, if you feel like this type of technology can add some value to your organization, let’s start playing around.</p>
<p>Before you begin, let’s talk about the <strong>available models in App-V</strong> that will help you choose the strategy according to your platform. The architecture is prepared to support almost any scenario, including low-bandwidth branches offices or even offline deployments.</p>
<h3><font size="3"><strong>App-V Models</strong></font></h3>
<h5>Stand-Alone Mode</h5>
<p>This is the minimalist mode of App-V with <strong>no infrastructure required</strong> but the machine that packages the application, “<strong>sequencer</strong>” from now on, and the <strong>App-V Desktop Client</strong>.</p>
<p>Sequencing the application adds all the necessary files into one package and generates an MSI file that you can use to deploy manually, by group policy or using <strong>SMS/System Center Configuration Manager</strong>.</p>
<p>This mode is focused when you have several <strong>offline users</strong> (do they even exist at this point?), or when you have already SCCM deployed and you don’t want to add a App-V Server.</p>
<p><img style="display:block;float:none;margin-left:auto;margin-right:auto;" src="http://augustoalvarez.files.wordpress.com/2009/07/appv03.png?w=364&#038;h=290" width="364" height="290" /></p>
<h5>Streaming Mode</h5>
<p>This model it is also focused on platforms that <strong>do not want Management Servers</strong>. The components present here are the <strong>streaming server</strong>, <strong>sequencer</strong> to package applications and the <strong>App-V client</strong>.</p>
<p>The Streaming Server as the name says it, streams the applications to the clients on demand. The server does not use a SQL database, the permissions are set and maintain based on ACLs (access control lists).</p>
<p>You can use it on <strong>low-bandwidth links</strong> like branch offices to optimize the application deployment.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv04.png"><img style="display:block;float:none;margin-left:auto;margin-right:auto;" src="http://augustoalvarez.files.wordpress.com/2009/07/appv04.png?w=281&#038;h=330" width="281" height="330" /></a></p>
<h5>Full Infrastructure Model</h5>
<p>The full model contains the full set of components in App-V: <strong>Management Server, Sequencer, Streaming server and App-V Client</strong>. In most cases, the <strong>streaming server it is completely optional</strong> since the application streaming can be executed from the Management Server, delivering applications on demand to users.</p>
<p>Using a Management Server will add the applications shortcuts publication within the process of deployment. And includes more features for reporting, using a SQL database.</p>
<p>Applications in this model are associated to security groups in <strong>Active Directory</strong>. And you can also manage centrally the applications licenses.</p>
<p>We are going to <strong>focus this set of posts in a</strong> <strong>Full Infrastructure Model</strong>, using a Management Server, Sequencer and a App-V Desktop Client.</p>
<p>Enough with the explanations, let’s get to work.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv05.png"><img style="display:block;float:none;margin-left:auto;margin-right:auto;" src="http://augustoalvarez.files.wordpress.com/2009/07/appv05.png?w=507&#038;h=357" width="507" height="357" /></a></p>
<h3><font size="4"><strong>Installing App-V Management Server</strong></font></h3>
<p>The process it is a little tricky, but we’ll try to set clear all the necessary requirements before running the installation wizard.</p>
<h5><font size="3">Pre-Requisites</font></h5>
<p>This is the list of <strong>minimum requirements</strong>:</p>
<ul>
<li>Windows Server 2003 SP1 or superior </li>
<li>IIS 6 role installed with ASP.Net </li>
<li>.Net Framework 2.0 </li>
<li>MMC 3.0 </li>
<li>SQL Server 2005 Express SP2 </li>
</ul>
<p>Before proceeding with the installation take a closer look to what are the SQL and IIS configurations necessary that we are going to review next.</p>
<p>Here’s the <strong>environment that I’ll be using</strong>:</p>
<ul>
<li>Active Directory and DNS platform in place. </li>
<li>Windows Server 2008 (32-bit) </li>
<li>IIS 7 role installed with ASP.Net </li>
<li>SQL Server 2005 Express SP2. </li>
</ul>
<p><strong><font size="3">SQL Special Considerations</font></strong></p>
<p>The <strong>SQL Express</strong> <strong>can be installed with the default options</strong>, but, as I mentioned it before, there are a <strong>few SQL configurations</strong> that needed to be set before the App-V installation process:</p>
<p>1. Open <strong>SQL Server Surface Area Configuration Tool</strong> from the SQL Server Start Menu folder.</p>
<p>2. Click on <strong>Surface Area Configuration for Features</strong>.</p>
<p>3. Inside of “<strong>CLR Integration</strong>”, click the option for “<strong>Enable CLR Integration</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv06.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv06.png?w=429&#038;h=324" width="429" height="324" /></a></p>
<p>4. Inside of “<strong>OLE Automation</strong>” click “<strong>Enable OLE Automation</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv07.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv07.png?w=434&#038;h=328" width="434" height="328" /></a></p>
<p>5. Close “<strong>Surface Area Configuration for Features</strong>”.</p>
<p>6. Click “<strong>Surface Area Configuration for Services and Connections</strong>”.</p>
<p>7. Inside “<strong>Remote Connections</strong>” select “<strong>Local and Remote Connections</strong>” and set “<strong>Using both TCP/IP and named pipes</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv08.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv08.png?w=443&#038;h=335" width="443" height="335" /></a></p>
<p>8. <strong>Restart the SQL Server services</strong> to apply all changes.</p>
<p><strong><font size="3">IIS Considerations</font></strong></p>
<p>Since I’m using Windows Server 2008 and IIS 7 for the Management Server installation, there are a few considerations about it.</p>
<ul>
<li><strong>Install ASP.Net feature with all pre-requisites</strong>. </li>
<li><strong>Windows Authentication</strong> feature enabled. </li>
<li>IIS 7 <strong>Management Tools with Management Service and IIS 6 Management Compatibility</strong> features installed. </li>
</ul>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv09.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv09.png?w=495&#038;h=372" width="495" height="372" /></a></p>
<h5><font size="3">Step-by-Step App-V Management Server Installation</font></h5>
<p>One completed the pre-requisites and considerations, let’s start with the installation.</p>
<p>1. With the App-V installation media, double click the setup executable.</p>
<p>2. Welcome page, click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv10.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv10.png?w=360&#038;h=271" width="360" height="271" /></a></p>
<p>3. Accept the <strong>License Agreement</strong> and click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv11.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv11.png?w=367&#038;h=276" width="367" height="276" /></a></p>
<p>4. Select “<strong>Custom</strong>” setup type.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv12.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv12.png?w=372&#038;h=280" width="372" height="280" /></a></p>
<p>5. Here you can modify installation components (not recommended) or change the installation directory. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv13.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv13.png?w=382&#038;h=288" width="382" height="288" /></a></p>
<p>6. Select the <strong>SQL Server</strong> instance where the database will be stored. In my case, I’m using the same server with one instance. Click on “<strong>Next</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv14.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv14.png?w=384&#038;h=288" width="384" height="288" /></a></p>
<p>7. Select “<strong>Create a new database</strong>”. Maintain the suggested database name “<strong>APPVIRT</strong>”. You can also modify the location for the database files. Recommended for this type of server to store the database on a different hard drive than the operating system.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv15.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv15.png?w=392&#038;h=295" width="392" height="295" /></a></p>
<p>8. Leave <strong>deselected</strong> the option for “<strong>Use enhanced security</strong>”. You can set secure connections with this server, that will require of course for a certificate. Out of the scope in our case.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv16.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv16.png?w=400&#038;h=301" width="400" height="301" /></a></p>
<p>9. Leave the <strong>default value</strong> for the <strong>RTSP</strong> (Real Time Streaming Protocol): <strong>554</strong>.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv17.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv17.png?w=403&#038;h=304" width="403" height="304" /></a></p>
<p>10. Select the group that will have <strong>full access to the App-V Management Server console</strong>. In my case, I’m selecting only “<strong>Domain Admins</strong>” to give access. This option can be modify later.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv18.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv18.png?w=400&#038;h=301" width="400" height="301" /></a></p>
<p>11. Select the <strong>provider group</strong>, that by default will have access to the enabled applications. In my case, I will select only “<strong>Domain Admins</strong>” and later personalize each application for each group.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv19.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv19.png?w=405&#038;h=304" width="405" height="304" /></a></p>
<p>12. Select the folder where the applications packages will be stored. Leave the <strong>default</strong> “<strong>C:\Program Files\Microsoft System Center App Virt Management Server\App Virt Management Server\content\</strong>”. Click on “<strong>Next</strong>”</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv20.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv20.png?w=407&#038;h=306" width="407" height="306" /></a></p>
<p>13. On the “<strong>Ready to Install the Program</strong>” window click on “<strong>Install</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv21.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv21.png?w=410&#038;h=309" width="410" height="309" /></a></p>
<p>After a few moments you will have the App-V Management Server fully installed.</p>
<p>14. Recommended: <strong>Reboot the server</strong>.</p>
<p><strong><u>IMPORTANT</u></strong>: If any of the pre-requisites and considerations mentioned above are not completed, you will receive a message like this when you start the installation:</p>
<p>“<strong>Error 25109. The installation program could not create the configuration data store. Please see the installation log file for more information</strong>”</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv22.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv22.png?w=431&#038;h=324" width="431" height="324" /></a></p>
<h5><font size="3">Post-Installation Procedures</font></h5>
<p>There are basically <strong>three more tasks to execute</strong> after the App-V Management Server installation is completed to guarantee the proper functionality:</p>
<p>1. Once the server is rebooted, you will need to verify the <strong>“Application Virtualization Management Server” service</strong>. If you are running on a virtualized environment, you will need to manually start the service.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv23.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv23.png?w=465&#038;h=44" width="465" height="44" /></a></p>
<p>2. <strong>Share the “content”</strong> <strong>folder</strong> created for the applications packages (by default C:\Program Files\Microsoft System Center App Virt Management Server\App Virt Management Server\content\). Give to “<strong>Everyone</strong>” the “<strong>Read &amp; Execute</strong>”, “<strong>List folder contents</strong>” and “<strong>Read</strong>” access.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv24.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv24.png?w=283&#038;h=342" width="283" height="342" /></a></p>
<p>3. If you have the firewall enabled, ensure that you enable the <strong>exceptions for inbound connections</strong> with the programs <strong>sghwdsptr.exe and sghwsvr.exe</strong>. Both located in “C:\Program Files\Microsoft System Center App Virt Management Server\App Virt Management Server\bin\”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv25.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv25.png?w=570&#038;h=139" width="570" height="139" /></a></p>
<p><strong>Note</strong>: If these firewall exceptions are not in place, you will also have problems with App-V clients trying to receive and execute the application packages. We’ll check that later.</p>
<p>And yes, you can now open the “<strong>Application Virtualization Management Console</strong>” and start working with the platform.</p>
<p>Make sure that you <strong>deselect the “Use Secure Connection”</strong> if you didn’t install a certificate for App-V.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv26.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv26.png?w=357&#038;h=312" width="357" height="312" /></a></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv27.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv27.png?w=541&#038;h=201" width="541" height="201" /></a></p>
<h3><font size="4"><strong>Other Resources</strong></font></h3>
<p>As an interesting option to evaluate your App-V Management Server environment is the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1A091960-1C9F-4BFC-9247-284E83C07D02&amp;displaylang=en"><strong>Microsoft Application Virtualization Best Practices Analyzer</strong></a>.</p>
<p>It verifies general configurations in your Management and/or Streaming Server 4.5, and notify about possible anomalies as a diagnostic tool. Requires the presence of <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=DB70824D-ABAE-4A92-9AA2-1F43C0FA49B3&amp;displaylang=en">Microsoft Baseline Configuration Analyzer</a> to generate the reports.</p>
<p>In this example, the warning generated is about the database been stored in the same place as the Management Server.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2009/07/appv28.png"><img src="http://augustoalvarez.files.wordpress.com/2009/07/appv28.png?w=512&#038;h=205" width="512" height="205" /></a></p>
<p>&#160;</p>
<p>I’ll be reviewing in the next posts how to prepare clients and applications to be deployed by App-V. I’ll be using Microsoft Office 2007 as the sequenced application.</p>
<p><em>Other posts in this series:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/"><strong>Implementing App-V – Part I: Introduction to Application Virtualization</strong></a></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/">Implementing App-V – Part III: Integrating Clients</a></strong></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2010/01/18/implementing-app-v-part-iv-sequencing-applications/">Implementing App-V – Part IV: Sequencing Applications</a></strong></p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=268&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/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/appv03.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv04.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv05.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv06.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv07.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv08.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv09.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv10.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv11.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv12.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv13.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv14.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv15.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv16.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv17.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv18.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv19.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv20.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv21.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv22.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv23.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv24.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv25.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv26.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv27.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/07/appv28.png" medium="image" />
	</item>
		<item>
		<title>Free E-Books from this Month: Office Communications Server 2007 R2</title>
		<link>http://blog.augustoalvarez.com.ar/2009/06/17/free-e-books-from-this-month-office-communications-server-2007-r2/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/06/17/free-e-books-from-this-month-office-communications-server-2007-r2/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 01:42:41 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Free Stuff]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/06/17/free-e-books-from-this-month-office-communications-server-2007-r2/</guid>
		<description><![CDATA[&#160;
Continuing with their 25th Anniversary Microsoft Press prepared for us their final release for free E-Books (yes, these two and you won’t be getting this exciting offers anymore):
“Office Communications Server 2007 R2: Resource Kit”

If you are not very familiar with the communications suite, here’s a short topic review that is included in almost 900 pages:

Overview [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=241&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Continuing with their 25th Anniversary <a href="http://www.microsoft.com/MSPress/">Microsoft Press</a> prepared for us their <strong>final release for free E-Books</strong> (yes, these two and you won’t be getting this exciting offers anymore):</p>
<p align="center"><strong>“</strong><a href="http://csna01.libredigital.com/?urws8un4p7"><strong>Office Communications Server 2007 R2: Resource Kit</strong></a><strong>”</strong></p>
<p align="center"><a href="http://csna01.libredigital.com/?urws8un4p7"><img src="http://augustoalvarez.files.wordpress.com/2009/06/ocs-resource_kit.png?w=271&#038;h=331" width="271" height="331" /></a></p>
<p>If you are not very familiar with the communications suite, here’s a short topic review that is included in almost 900 pages:</p>
<ul>
<li><strong>Overview and server roles </strong></li>
<li><strong>Key deployment scenarios: VoIP, basic IM, conferencing, voice mail, etc. </strong></li>
<li><strong>Planning and Deployment </strong></li>
<li><strong>General administration and monitoring </strong></li>
<li><strong>Backup and restore </strong></li>
<li><strong>Troubleshooting.</strong> </li>
</ul>
<p>And as for previous released, the offer also includes the <strong>developers e-book</strong>:</p>
<p align="center"><strong>“<a href="http://csna01.libredigital.com/?urrs4gt63d">Programming for Unified Communications with Microsoft Office Communications Server 2007 R2</a>”</strong></p>
<p align="center"><a href="http://csna01.libredigital.com/?urrs4gt63d"><img src="http://augustoalvarez.files.wordpress.com/2009/06/ocs-programming.png?w=228&#038;h=281" width="228" height="281" /></a></p>
<p>Remember that these downloads are available for a short period of time.</p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=241&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/06/17/free-e-books-from-this-month-office-communications-server-2007-r2/feed/</wfw:commentRss>
		<slash:comments>0</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/06/ocs-resource_kit.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/06/ocs-programming.png" medium="image" />
	</item>
		<item>
		<title>Windows Vista and Windows Server 2008 SP2 Released</title>
		<link>http://blog.augustoalvarez.com.ar/2009/05/27/windows-vista-and-windows-server-2008-sp2-released/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/05/27/windows-vista-and-windows-server-2008-sp2-released/#comments</comments>
		<pubDate>Wed, 27 May 2009 03:08:15 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows Server 2008 SP2]]></category>
		<category><![CDATA[Windows Vista SP2]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/?p=234</guid>
		<description><![CDATA[ 
Microsoft finally released Windows Vista and Windows Server 2008 SP2. The last SP for Vista was released 14 months ago and 800 bugs away. Windows Server 2008 SP1? Was already included in the final version of the operating system.
Download Links
Yes, Vista and Windows Server 2008 SP2 it is included as the same update.
Windows Server 2008 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=234&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<p><img class="alignleft size-thumbnail wp-image-233" title="windows2008logo2bz4" src="http://augustoalvarez.files.wordpress.com/2009/05/windows2008logo2bz4.png?w=150&#038;h=80" alt="windows2008logo2bz4" width="150" height="80" />Microsoft finally <strong>released Windows Vista and Windows Server 2008 SP2</strong>. The last SP for Vista was released <strong>14 months ago and 800 bugs away</strong>. Windows Server 2008 SP1? Was already included in the final version of the operating system.</p>
<h3><span style="font-size:small;"><strong>Download Links</strong></span></h3>
<p>Yes, Vista and Windows Server 2008 SP2 it is included as the same update.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a4dd31d5-f907-4406-9012-a5c3199ea2b3&amp;displaylang=en">Windows Server 2008 Service Pack 2 and Windows Vista Service Pack 2 &#8211; x86</a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=656c9d4a-55ec-4972-a0d7-b1a6fedf51a7&amp;displaylang=en">Windows Server 2008 Service Pack 2 and Windows Vista Service Pack 2 &#8211; x64</a></p>
<p>This update will appear in <strong>Windows Update starting June 30</strong>. And if you are asking about getting the media installation for Vista or <strong>Windows Server 2008 with the SP2 slipstreamed, you will need an MSDN or TechNet Subscription. </strong></p>
<h3><span style="font-size:small;"><strong>Improvements and Changes Applied</strong></span></h3>
<h5>Applications compatibility</h5>
<ul>
<li>Solved several issues presented on common applications like ZoneAlarm or Spysweeper.</li>
</ul>
<h5>Hardware</h5>
<ul>
<li>Support for 64-bit CPU from VIA Technologies.</li>
<li>Solving performance issues with wireless connections after sleep mode.</li>
<li>Ability to record Blu-Ray media.</li>
<li>Bluetooth 2.1</li>
</ul>
<h5>Operating System Experience</h5>
<ul>
<li>Windows Search 4.0 included</li>
<li>SP2 has no limit on the number of half open outbound TCP connections.</li>
</ul>
<h5>Enterprise Improvements</h5>
<ul>
<li>WebDav redirector options increased.</li>
<li>Improved Power Management. Including Group Policy settings.</li>
<li>Terminal Services license keys improved backward compatibility.</li>
</ul>
<p>To check the full list of improvements, check <a href="http://technet.microsoft.com/en-us/library/dd335036%28WS.10%29.aspx">this link</a>.</p>
<p>As an <strong>important notes</strong>:</p>
<ol>
<li><strong>If you have installed a previous beta for this SP2 or the RC, you will need to remove to install the final version. </strong></li>
<li><strong>The SP2 it is not a cumulative update. So having the SP1 installed it is a requirement.</strong></li>
</ol>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=234&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/05/27/windows-vista-and-windows-server-2008-sp2-released/feed/</wfw:commentRss>
		<slash:comments>1</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/05/windows2008logo2bz4.png?w=150" medium="image">
			<media:title type="html">windows2008logo2bz4</media:title>
		</media:content>
	</item>
		<item>
		<title>Implementing App-V &#8211; Part I: Introduction to Application Virtualization</title>
		<link>http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/#comments</comments>
		<pubDate>Tue, 26 May 2009 03:31:44 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[App-V]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[application virtualization]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/</guid>
		<description><![CDATA[&#160;
Other posts in this series:
Implementing App-V – Part II: Choosing and Preparing the Environment
Implementing App-V – Part III: Integrating Clients
Implementing App-V – Part IV: Sequencing Applications
Virtualizing applications it is not a very common requirement for most administrators or companies. These solutions doesn’t seem like a “must” in any given environment, but why? One of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=232&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><em>Other posts in this series:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/"><strong>Implementing App-V – Part II: Choosing and Preparing the Environment</strong></a></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/">Implementing App-V – Part III: Integrating Clients</a></strong></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2010/01/18/implementing-app-v-part-iv-sequencing-applications/">Implementing App-V – Part IV: Sequencing Applications</a></strong></p>
<p>Virtualizing applications it is not a very common requirement for most administrators or companies. These solutions doesn’t seem like a “must” in any given environment, but why? One of the main reasons it’s related to the <strong>benefit/cost equation it’s not quite clear for most of us. </strong></p>
<p>With these posts I’ll try to give a small <strong>introduction to the technology, explain the environment, provide a step-by-step deployment for App-V and the benefits that could apply to your organization. </strong></p>
<h3><font size="3"><strong>What is Application Virtualization?</strong></font></h3>
<p>Application virtualization represents the technologies that permits to <strong>remove the complexity of deploying and maintaining applications for desktop users by providing:</strong></p>
<ul>
<li><strong>Applications centralized management</strong>. Facilitates the process of deploying, updating and removing applications.&#160; </li>
<li><strong>Removing potential conflicts on desktop clients</strong>. Each application deployed using this type of technology runs in a isolated environment. </li>
<li><strong>Capability to capture a set of interconnected applications into a single package</strong> to be distributed among clients. </li>
</ul>
<h5>Common Scenarios</h5>
<p>Let me give you a few common scenarios where application virtualization applies:</p>
<p><strong><font color="#000000"><em>Scenario A</em></font> </strong></p>
<p><strong><font color="#ff0000">Problem</font></strong>: You are using a <strong>company’s application</strong> that requires some special configurations every time that is deployed, and that is also interconnected with other applications (for example: A local database engine, Java Runtime Environment or some other particular requirement). It demands you several hours every week to support end-users for deploying or troubleshooting configurations.</p>
<p><strong><font color="#008000">Solution</font></strong>: Providing application virtualization you can guarantee end-users to <strong>always have the same configuration deployed, no matter when or where</strong>; since you only need to configure it once and then wrap up the entire set of applications into one package.</p>
<p><strong><font color="#000000"><em>Scenario B</em></font></strong></p>
<p><strong><font color="#ff0000">Problem</font></strong>: You have a <strong>dynamic base operating system image that changes constantly</strong>, there are several type of base images according to the users, and you not have deployed Microsoft Deployment Toolkit (MDT) combined with System Center Configuration Manager (SCCM) to maintain images. You have two options: Manually and locally change the desktop image on every client by installing or removing applications; or providing end-users with local administrator privileges to achieve some kind of auto-management (don’t get me started on that).</p>
<p><strong><font color="#008000">Solution</font></strong>: Implement application virtualization with a clean base image will help you to <strong>minimize the impact every time there’s a change</strong>. With a centralized management of the applications you can make all the necessary changes and implement those instantly. Adding also <strong>granularity on the type of images</strong>,<strong> special applications can only be distributed to selected group of users. </strong></p>
<p>Did you read the scenario problems and feel like “<em>been there, done that</em>”? Then you definitely should continue reading these posts.</p>
<h5>Existing Platforms</h5>
<p>There are several platforms provided to achieve application virtualization, the most common are:</p>
<ul>
<li><strong><a href="http://www.microsoft.com/systemcenter/appv/default.mspx">Microsoft Application Virtualization (App-V).</a></strong> Formerly known as <em>SoftGrid</em>. </li>
<li><strong><a href="http://www.vmware.com/products/thinapp/">VMWare ThinApp.</a></strong> </li>
<li><strong><a href="http://www.citrix.com/english/ps2/products/product.asp?contentid=186">Citrix XenApp.</a></strong> </li>
<li><strong><a href="http://www.symantec.com/business/endpoint-virtualization-suite">Symantec Software Virtualization Solutions (SVS).</a></strong> </li>
</ul>
<p>To name a few <strong>differences</strong> among them:</p>
<ul>
<li><strong>ThinApp is the only one that supports 64 bits OS deployments. </strong></li>
<li><strong>App-V, SVS and XenApp use a set of kernel mode drivers</strong> and supporting services to manage virtualization process. <strong>ThinApp includes the entire virtual environment directly into the application package. </strong></li>
</ul>
<p>This set of posts will be focused on reviewing the components and process within an App-V environment. As well as providing an step by step deployment.</p>
<h3><font size="3"><strong>App-V Components </strong></font></h3>
<p>App-V is the solution provided by Microsoft to achieve a <strong>secure, scalable and high performing applications deployment</strong>. Here’s a quick review about which components are involved.</p>
<h5>App-V Management Server</h5>
<p>In charge of <strong>delivering sequenced applications</strong> on-demand to selected clients. Any Management Server needs a<strong> SQL data store</strong> (multiple Management Servers can access the same data store) where it retrieves information like application assignments, records and permissions within the App-V management environment.</p>
<h5>App-V Management System</h5>
<p>Composed by the <strong>App-V Management Console and the App-V Management Service</strong>. It represents the <strong>communication channel between the MMC and the SQL data store</strong>, controlling any read/write requests to the database. It can be installed together with the Management Server or in a separate computer with IIS.</p>
<h5>App-V Sequencer</h5>
<p>In charge of <strong>producing the application package</strong>. It is basically a tool installed on a computer (preferred using the same OS as App-V clients) that captures the installation of the applications to generate the package, that consists in several files: <strong>Open Software Description </strong>(.osd file that links other files); <strong>sequenced application file</strong> (.sft file); <strong>icon files</strong> (.ico);<strong> XML manifest and a project file</strong> (.sprj). Optionally an <strong>MSI</strong> file can be included for offline deployments, but we’ll see how to do that later.</p>
<h5>App-V Streaming Server</h5>
<p>This server will have a the role of <strong>streaming applications</strong> to the clients where these do not have an <strong>acceptable connection to the Management Server</strong>, like a branch office. Streaming applications is the only functionality enabled for this server, and it represents, on most cases, as an <strong>optional role to be installed. </strong></p>
<h5>App-V Client</h5>
<p>Installed on the end-user operating system, <strong>interacts with the App-V Server</strong>. Manages package streaming into cache and publishing refresh. Stores user-specific information related to the virtual applications in each user profile, so every time the client reboots the machine, the virtualized applications conserves last changes made. This client it is also represented with “Terminal Services” version, the only obvious reason is that the applications are published using Terminal Services virtual desktop.</p>
<p>Here’s a graphical description of the entire App-V environment</p>
<p><img src="http://augustoalvarez.files.wordpress.com/2009/05/appv02.png?w=541&#038;h=367" width="541" height="367" /></p>
<h3><font size="3"><strong>Resources</strong></font></h3>
<p>Here are some of the recommended resources you can find about the technology</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/appvirtualization/cc843994.aspx">Application Virtualization 4.5 Documentation</a> </li>
<li><a href="http://www.microsoft.com/windows/enterprise/technologies/mdop.aspx">Microsoft Desktop Optimization Pack Home Page</a> </li>
<li><a href="http://technet.microsoft.com/en-us/appvirtualization/dd277292.aspx">Microsoft Application Virtualization 4.5 Resource Kit Tools</a> </li>
<li><a href="http://blogs.technet.com/softgrid/default.aspx">App-V Team Blog</a> </li>
<li><a href="http://technet.microsoft.com/en-us/library/cc843778.aspx">Planning and Deployment Guide for the Application Virtualization System</a> </li>
</ul>
<p>On the next posts I’ll use more practical examples and show you how to deploy an entire environment for virtualizing application. Stay tuned.</p>
<p><em>Other posts in this series:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/07/12/implementing-app-v-part-ii-choosing-and-preparing-the-environment/"><strong>Implementing App-V – Part II: Choosing and Preparing the Environment</strong></a></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/">Implementing App-V – Part III: Integrating Clients</a></strong></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2010/01/18/implementing-app-v-part-iv-sequencing-applications/">Implementing App-V – Part IV: Sequencing Applications</a></strong></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/11/07/implementing-app-v-part-iii-integrating-clients/"></a></strong></p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/232/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=232&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/05/26/implementing-app-v-part-i-introduction-to-application-virtualization/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://augustoalvarez.files.wordpress.com/2009/05/appv02.png" medium="image" />
	</item>
		<item>
		<title>May Free E-Book: Windows Server 2008 Terminal Services Resource Kit</title>
		<link>http://blog.augustoalvarez.com.ar/2009/05/20/may-free-e-book-windows-server-2008-terminal-services-resource-kit/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/05/20/may-free-e-book-windows-server-2008-terminal-services-resource-kit/#comments</comments>
		<pubDate>Wed, 20 May 2009 16:49:29 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Terminal Services]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/05/20/may-free-e-book-windows-server-2008-terminal-services-resource-kit/</guid>
		<description><![CDATA[&#160;
Disclaimer: Remember that these books are available as a free download for a limited period of time.&#160; 
Microsoft Press released two new e-books to continue celebrating their 25th anniversary:
Windows Server 2008 Terminal Services Resource Kit

On this book you’ll find detailed information about what’s new in Windows Server 2008 regarding Terminal Services and common scenarios to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=229&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><strong>Disclaimer</strong>: <em>Remember that these books are available as a free download for a limited period of time.&#160; </em></p>
<p><a href="http://www.microsoft.com/learning/books/default.mspx"><strong>Microsoft Press</strong></a> released two new e-books to continue celebrating their 25th anniversary:</p>
<p align="center"><a href="http://csna01.libredigital.com/?urws8un4p7"><strong>Windows Server 2008 Terminal Services Resource Kit</strong></a></p>
<p><a href="http://csna01.libredigital.com/?urws8un4p7"><img style="display:block;float:none;margin-left:auto;margin-right:auto;" src="http://augustoalvarez.files.wordpress.com/2009/05/terminalservices.png?w=278&#038;h=340" width="278" height="340" /></a></p>
<p>On this book you’ll find detailed information about <strong>what’s new in Windows Server 2008 regarding Terminal Services</strong> and <strong>common scenarios</strong> to use a Terminal Services ecosystem.</p>
<p>As an always requested topic regarding to Terminal Services, you’ll see how the <strong>applications publications</strong> works within these environments, using <strong>Terminal Services RemoteApps</strong> (TS RemoteApps).</p>
<p>Some of the topics:</p>
<ul>
<li>Planning and installing Terminal Server environment. </li>
<li>Creating and maintaining user work environment. </li>
<li>Installing and Publishing Applications. </li>
<li>Terminal Services ecosystem management. </li>
</ul>
<p>Also, on the <strong>devs</strong> side again, you can find this another “<strong>best practices</strong>” book:</p>
<p align="center">“<a href="http://csna01.libredigital.com/?urrs4gt63d"><strong>The Practical Guide to Defect Prevention</strong></a>”. Techniques to meet the demand for more reliable software.</p>
<p><a href="http://csna01.libredigital.com/?urrs4gt63d"><img style="display:block;float:none;margin-left:auto;margin-right:auto;" src="http://augustoalvarez.files.wordpress.com/2009/05/defectprevention.png?w=212&#038;h=260" width="212" height="260" /></a></p>
<p>Enjoy and don’t forget to share the links. </p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=229&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/05/20/may-free-e-book-windows-server-2008-terminal-services-resource-kit/feed/</wfw:commentRss>
		<slash:comments>0</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/05/terminalservices.png" medium="image" />

		<media:content url="http://augustoalvarez.files.wordpress.com/2009/05/defectprevention.png" medium="image" />
	</item>
		<item>
		<title>GFI WebMonitor 2009: Review and Common Configurations</title>
		<link>http://blog.augustoalvarez.com.ar/2009/05/11/gfi-webmonitor-2009-review-and-common-configurations/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/05/11/gfi-webmonitor-2009-review-and-common-configurations/#comments</comments>
		<pubDate>Mon, 11 May 2009 13:09:24 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[GFI WebMonitor]]></category>
		<category><![CDATA[ISA Server]]></category>
		<category><![CDATA[Traffic Monitoring]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/05/11/gfi-webmonitor-2009-review-and-common-configurations/</guid>
		<description><![CDATA[&#160;
For those that never heard about GFI WebMonitor; it’s an ISA Server (2004 or 2006) “add-on” that helps you monitor in real time the network traffic inside your organization, it also complements with ISA Server giving you the chance to directly configure white/black lists, set some access rules to the internet and scan all the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=223&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>For those that never heard about <a href="http://www.gfi.com/webmon">GFI WebMonitor</a>; it’s an <strong>ISA Server (2004 or 2006) “add-on” that helps you monitor in real time the network traffic inside your organization</strong>, it also complements with ISA Server giving you the chance to directly <strong>configure white/black lists, set some access rules to the internet and scan all the traffic for virus and malware. </strong></p>
<p>In this post I’ll try to review the functionality, pros and cons, as well as the process of installing and configuring. </p>
<h3><font size="3"><strong>GFI WebMonitor 2009 Requirements </strong></font></h3>
<p>I’m evaluating the <strong>GFI UnifiedProtection Edition</strong> (that combines <strong>WebFilter</strong> and <strong>WebSecurity</strong>) in one package. </p>
<p><strong>Hardware</strong></p>
<ul>
<li><strong>Processor</strong>: 1.8ghz </li>
<li><strong>Memory</strong>: 2GB RAM </li>
<li><strong>Hard Disk</strong>: 10/15 GB free </li>
</ul>
<p><strong>Operating System and Software</strong></p>
<ul>
<li>Windows Server 2000 SP4 / Windows Server 2003 </li>
<li>ISA Server 2004 SP3 / ISA Server 2006 </li>
<li>Internet Explorer 6 or later </li>
<li>.Net Framework 2.0 </li>
</ul>
<p>&#160;</p>
<h3><font size="3"><strong>GFI WebMonitor Installation</strong></font></h3>
<p>You can download the trial version for GFI WebMonitor from <a href="http://www.gfi.com/downloads/register.aspx?pid=webmon&amp;lid=EN">this link</a>. </p>
<p>The installation process it’s <strong>simple</strong>, you shouldn’t have any problem with this.</p>
<p><img src="http://farm4.static.flickr.com/3545/3498116029_db7de84cef.jpg?v=0" width="404" height="305" /></p>
<p><strong>Access Permissions</strong>. Here you can set from which of the IP address the GFI web configuration will be accessible. Take note that you can specify the users that can access it. </p>
<p><img src="http://farm4.static.flickr.com/3609/3498930704_617daf5e0b.jpg?v=0" width="406" height="305" /></p>
<p><strong>Mail Settings</strong>. Configure it to receive mail notifications about when, for example, a user is trying to infringe a configured policy in WebMonitor. </p>
<p><img src="http://farm4.static.flickr.com/3411/3498930270_5a27e7e1b0.jpg?v=0" width="410" height="309" /></p>
<p><strong>Testing mail notifications.</strong></p>
<p><img src="http://farm4.static.flickr.com/3629/3498930542_9101e84f70.jpg?v=0" width="442" height="152" /></p>
<p>Once the installation is complete, <strong>two new access rules</strong> are configured in your <strong>ISA Server</strong> <strong>Firewall Policy</strong>: One to allow access to the WebMonitor tool from a browser, and the other for updates. </p>
<p><img src="http://farm4.static.flickr.com/3360/3498932232_1a8615c16b.jpg?v=0" /></p>
<h3><font size="3"><strong>GFI WebMonitor Dashboard</strong></font></h3>
<p>You can access the main window from the Program Menu of from your web browser. </p>
<p>Always having a dashboard it’s a good idea, specially with this kind of tool. Making a quick look here you’ll get most of the necessary information that WebMonitor provides:<strong> Bandwidth consumed, active connections, blocked content, etc. </strong></p>
<p>Including also a <strong>graphical presentation of the data</strong>, that, of course, helps you a lot to discover any anomaly. </p>
<p><img src="http://farm4.static.flickr.com/3363/3498931290_5e5ec8b6bf.jpg?v=0" /></p>
<h3><strong><font size="3">Monitoring</font></strong></h3>
<p>Within this section you’ll find all of<strong> data parsed</strong> and sorted in a very user-friendly way. They are pretty much self-explained. </p>
<p><img src="http://farm4.static.flickr.com/3543/3498118865_a8c2780010.jpg?v=0" /></p>
<p>All of this information is sorted also from a calendar, so if you want to take a look from previous dates, just use the <strong>“&lt;” “&gt;”</strong> buttons from upper right corner. </p>
<p><strong>Active and Past Connections.</strong> </p>
<p><img src="http://farm4.static.flickr.com/3604/3498119325_0835f18af4.jpg?v=0" /></p>
<p><strong>Bandwidth Consumption and Distribution.</strong> </p>
<p><img src="http://farm4.static.flickr.com/3395/3498119137_87b7ea57d8.jpg?v=0" /></p>
<p><strong>Top Policy Breakers</strong>. Users marked that tried to access or download blocked content. In my case, only IPs are showing but remember this tool is highly integrated with ISA Client and ISA Server authentication that associates traffic with specific users. </p>
<p><img src="http://farm4.static.flickr.com/3332/3498118761_a64f316b7d.jpg?v=0" width="525" height="75" /></p>
<p>If that’s not enough for you, check the <strong>charts</strong> options for specific URLs:</p>
<p><img src="http://farm4.static.flickr.com/3384/3498932378_ddcf83b07e.jpg?v=0" /></p>
<h3><font size="3">White/Black Lists</font></h3>
<p>By default, there are a few sites configured already in the white list. </p>
<p><img src="http://farm4.static.flickr.com/3578/3498931946_fd684e2f73.jpg?v=0" /></p>
<p>As an interesting option, you also have a “<strong>temporary white list</strong>” to allow specific sites for a few hours. </p>
<p><img src="http://farm4.static.flickr.com/3386/3498118067_e17136c0bf.jpg?v=0" width="338" height="208" /></p>
<p>When a black listed site is trying to be browsed, the client will receive this <strong>message</strong>. </p>
<p><img src="http://farm4.static.flickr.com/3338/3498117767_8b2016b647.jpg?v=0" /></p>
<h3><font size="3"><strong>Web Filtering Policies</strong></font></h3>
<p>Here you can <strong>create rules and policies for your network traffic</strong>. You have a “<strong>Default Web Filtering Policy</strong>” that allows all contents from all categories; you can modify this one or create a new one for a specific user or IP.</p>
<p><img src="http://farm4.static.flickr.com/3593/3498933606_1e9b6e3d77.jpg?v=0" width="524" height="86" /></p>
<p><strong>Creating a new policy it’s quite simple and intuitive.</strong> </p>
<p><strong>Policy name and schedule.</strong></p>
<p><img src="http://farm4.static.flickr.com/3552/3498120147_d9a8e91e5d.jpg?v=0" width="446" height="438" /></p>
<p><strong>Categories to be blocked and allowed by the policy.</strong></p>
<p><img src="http://farm4.static.flickr.com/3392/3498120569_95887ac6ba.jpg?v=0" width="462" height="337" /></p>
<p><strong>Applies to (users, groups or IPs).</strong></p>
<p><img src="http://farm4.static.flickr.com/3385/3498934306_478f95d50f.jpg?v=0" width="436" height="293" /></p>
<p><strong>Notification options when a user intents to access blocked content.</strong> </p>
<p><img src="http://farm4.static.flickr.com/3648/3498934570_941012541c.jpg?v=0" width="356" height="415" /></p>
<p>To define a website category a query is run to the <strong>WebGrade Database</strong>, that also receives updates periodically.</p>
<p><img src="http://farm4.static.flickr.com/3600/3498121339_742ef05900.jpg?v=0" width="529" height="217" /></p>
<p>You can also <strong>run queries manually to the database</strong> and find out the <strong>category</strong> for a specific site. </p>
<p>&#160;</p>
<h3><font size="3"><strong>Web Security Policies</strong></font></h3>
<p>These policies have the same functionality that the filtering policies, but are defined for <strong>file downloads, IM access and virus scanning.</strong></p>
<h5>Download Policies</h5>
<p>By default, all content is allowed for download. </p>
<p><img src="http://farm4.static.flickr.com/3577/3498935058_46ea27f178.jpg?v=0" width="367" height="381" /></p>
<p>As an alternative policy to blocked downloads is the “<strong>quarantine</strong>” option.</p>
<p><img src="http://farm4.static.flickr.com/3609/3498935162_19b5309413.jpg?v=0" width="332" height="258" /></p>
<h5>IM Control Policies</h5>
<p>This an option that is constantly asked and requested by ISA Server administrators, how to block IM on their networks.</p>
<p>Unfortunately, using this tool, <strong>you can only block MSN and Live Messenger traffic using HTTP connections.</strong></p>
<h5>Virus Scanning Policies</h5>
<p>By default any suspicious download will be scanned by <strong>three different antivirus engines</strong>: <a href="http://www.bitdefender.com/"><strong>BitDefender</strong></a><strong>, </strong><a href="http://www.kaspersky.com/"><strong>Kaspersky</strong></a><strong> and </strong><a href="http://www.norman.com/"><strong>Norman</strong></a>; that, of course are updated constantly. </p>
<p>The default files that are scanned: <strong>Microsoft Office documents, PDFs, ZIP and RAR, executables and MSI. </strong></p>
<p>Whenever any of these files are downloaded, the client will open the <strong>GFI WebMonitor Secure Download</strong> window that validates the file it’s not infected.&#160; </p>
<p><img src="http://farm4.static.flickr.com/3374/3498119703_a1a5f87446.jpg?v=0" /></p>
<p><strong>Download and virus scan completed.</strong> </p>
<p><img src="http://farm4.static.flickr.com/3603/3498119525_f2f9404688.jpg?v=0" /></p>
<h3><font size="3"><strong>Conclusions</strong></font></h3>
<h5><font color="#008000">Pros</font></h5>
<ul>
<li>It is one of the <strong>best monitoring tools</strong> for <strong>bandwidth consumption</strong> available in the market. With a <strong>nice data parsing</strong> as well. </li>
<li>It represents a <strong>great complement for ISA Server access and deny rules.</strong> </li>
<li>Rules and policies are <strong>very easy to add and configure. </strong></li>
<li><strong>Minimum overhead in network connectivity.</strong> </li>
<li><strong>Antivirus Integration</strong>: This is probably my favorite feature. Has almost the <strong>same</strong> <strong>functionality than an corporative antivirus solution</strong> that controls any suspicious packet in the network. </li>
</ul>
<h5><font color="#ff0000">Cons </font></h5>
<ul>
<li><strong>Hardware requirements</strong>. It is not recommendable to use GFI WebMonitor on a machine with <strong>less than 2gb of RAM.</strong> </li>
<li>Even though the data parsing is great, <strong>there’s no easy way to export those reports to a document or even a CSV file. </strong></li>
<li>There are <strong>no options available for</strong> <strong>export/import WebMonitor configurations</strong>. It is not possible to replicate the same configuration on another server or make a backup in a simple way. </li>
</ul>
<p>If you are an IT Administrator that continuously perceive that your <strong>network is slow or it does not has the performance that it should</strong>,<strong> this tool can give you a lot of help.</strong> As a bonus, it will <strong>simplify configuring access rules and provide you with an excellent protection with 3 antivirus engines scanning packets. </strong></p>
<p>But if you are using a <strong>small resources machine as your gateway, don’t bother installing it</strong>, it would give you a lot more problems than solutions. </p>
<p>Hope that you find this useful,</p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/223/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=223&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/05/11/gfi-webmonitor-2009-review-and-common-configurations/feed/</wfw:commentRss>
		<slash:comments>1</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/3545/3498116029_db7de84cef.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3609/3498930704_617daf5e0b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3411/3498930270_5a27e7e1b0.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3629/3498930542_9101e84f70.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3360/3498932232_1a8615c16b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3363/3498931290_5e5ec8b6bf.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3543/3498118865_a8c2780010.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3604/3498119325_0835f18af4.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3395/3498119137_87b7ea57d8.jpg?v=0" medium="image" />

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

		<media:content url="http://farm4.static.flickr.com/3384/3498932378_ddcf83b07e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3578/3498931946_fd684e2f73.jpg?v=0" medium="image" />

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

		<media:content url="http://farm4.static.flickr.com/3338/3498117767_8b2016b647.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3593/3498933606_1e9b6e3d77.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3552/3498120147_d9a8e91e5d.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3392/3498120569_95887ac6ba.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3385/3498934306_478f95d50f.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3648/3498934570_941012541c.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3600/3498121339_742ef05900.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3577/3498935058_46ea27f178.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3609/3498935162_19b5309413.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3374/3498119703_a1a5f87446.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3603/3498119525_f2f9404688.jpg?v=0" medium="image" />
	</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 this time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=219&subd=augustoalvarez&ref=&feed=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/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&blog=5820778&post=219&subd=augustoalvarez&ref=&feed=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>Windows Embedded Standard 2009 Step-by-Step Deployment &#8211; Part III</title>
		<link>http://blog.augustoalvarez.com.ar/2009/04/26/windows-embedded-standard-2009-step-by-step-deployment-part-iii/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/04/26/windows-embedded-standard-2009-step-by-step-deployment-part-iii/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 18:51:41 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Embedded]]></category>
		<category><![CDATA[Windows Embedded 2009]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/04/26/windows-embedded-standard-2009-step-by-step-deployment-part-iii/</guid>
		<description><![CDATA[&#160;
Check also:
Windows Embedded Standard 2009 Step-by-Step Deployment – Part I
Windows Embedded Standard 2009 Step-by-Step Deployment – Part II
After reviewing the necessary steps for preparing our environment (Post I) and building a custom image for a thin client (Post II); we’ll prepare the remote boot process as well as the remote boot server that will deploy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=214&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><em>Check also:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/03/29/windows-embedded-standard-2009-step-by-step-deployment-part-i/"><strong>Windows Embedded Standard 2009 Step-by-Step Deployment – Part I</strong></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/04/21/windows-embedded-standard-2009-step-by-step-deployment-part-ii/"><strong>Windows Embedded Standard 2009 Step-by-Step Deployment – Part II</strong></a></p>
<p>After reviewing the necessary steps for preparing our environment (<a href="http://blog.augustoalvarez.com.ar/2009/03/29/windows-embedded-standard-2009-step-by-step-deployment-part-i/">Post I</a>) and building a custom image for a thin client (<a href="http://blog.augustoalvarez.com.ar/2009/04/21/windows-embedded-standard-2009-step-by-step-deployment-part-ii/">Post II</a>); we’ll prepare the <strong>remote boot process</strong> as well as the remote boot server that will deploy that image on diskless devices.</p>
<p>If you prepared the same environment with the XP Embedded version, the process does not have much differences. </p>
<h3><strong><font size="3">1. Set the Image Ready</font></strong></h3>
<p>Even though the building process of the image is complete, we need to run a few steps to set the image ready for deployment. </p>
<p>The <strong>First Boot Agent (FBA)</strong> needs to be executed one time to complete this process. By booting the image one time, the FBA makes a hardware detection and finishing some other tasks like network configuration. Also, these tasks executed by the agent can be customized; check <a href="http://msdn.microsoft.com/en-us/library/ms912927(WinEmbedded.5).aspx">this link</a> about FBA.&#160; </p>
<p>The image is already built, so we are going to take those files to a <strong>new disk</strong> (virtual in my case) and boot a client machine from there.</p>
<p><strong>1.1</strong> Add a <strong>second disk</strong> to the machine acting as Remote Boot Server. <strong>Create a new partition and set it to “Active”. </strong></p>
<p>&#160;<img src="http://farm4.static.flickr.com/3563/3395485074_846215fcf1.jpg?v=0" /></p>
<p><strong>1.2</strong> <strong>Copy the image files</strong> to that new logical disk. </p>
<p><img src="http://farm4.static.flickr.com/3428/3394675355_58ed461994.jpg?v=0" /></p>
<p><strong>1.3</strong> Like I said, I’m using a virtual environment, so my next step would be to <strong>create a new virtual machine</strong>, <strong>attach the virtual hard disk as primary and start the virtual machine. </strong></p>
<p><img src="http://farm4.static.flickr.com/3582/3395485152_3528465013.jpg?v=0" width="468" height="416" /></p>
<p>Since FBA contains several tasks to execute, could take a few moments to complete.</p>
<p>Soon as it completes, this message should appear: “<strong>Machine Released! Click to shutdown or reboot.</strong>”. </p>
<p><img src="http://farm4.static.flickr.com/3452/3395485236_c216b07c21.jpg?v=0" width="469" height="350" /></p>
<p><strong>1.4</strong> Select “<strong>Shutdown</strong>”. And I bet the next window will get you back some good old memories :)</p>
<p><img src="http://farm4.static.flickr.com/3651/3394675625_96f5533ec5.jpg?v=0" width="465" height="347" /></p>
<p>Here comes an important note if you are planning a remote boot environment:</p>
<p>Since we’ve added the “<strong>System Cloning Tool</strong>” component and the image task sequences are now complete, <strong>every time this image is now booted will generate a new computer name, SID and other tasks that the fbreseal process executes to guarantee that there’ll be no cloned images on your environment</strong>. Quite similar as the <strong>sysprep</strong> process. </p>
<p>And it means that <strong>this image cannot be booted any more</strong>, otherwise the fbreseal process will be lost for next deployments.</p>
<p><strong>1.5</strong> Now you can attach the virtual disk back to the Windows Embedded remote boot server. </p>
<h3><strong><font size="3">2. SDI Loader</font></strong></h3>
<p>The Storage Device Image Loader will be in charge of emulating those set of files to act as booteable storage for your clients.</p>
<p><strong>2.1</strong> Open <strong>SDI Loader</strong> from Windows Embedded Studio.</p>
<p><img src="http://farm4.static.flickr.com/3541/3395485370_cc25698524.jpg?v=0" width="361" height="457" /></p>
<p><strong>2.2</strong> Click “<strong>Yes</strong>” to install the <strong>SDI Driver</strong>.</p>
<p><img src="http://farm4.static.flickr.com/3600/3395485394_ea11f5789b.jpg?v=0" /></p>
<p><strong>2.3</strong> Click on “<strong>Add Disk</strong>” to generate a new .sdi file where the image will be stored. </p>
<p><img src="http://farm4.static.flickr.com/3431/3394675871_f247ee5345.jpg?v=0" /></p>
<p><strong>2.4</strong> Choose <strong>name and location</strong> for the file.</p>
<p><img src="http://farm4.static.flickr.com/3577/3394675845_5d9e97a891.jpg?v=0" /></p>
<p><strong>2.5</strong> Choose <strong>the size of the file</strong>. This .sdi file should be, at least, <strong>25% bigger</strong> than the image size.</p>
<p><img src="http://farm4.static.flickr.com/3625/3394675911_c7677a75c0.jpg?v=0" /></p>
<p>Once it’s selected, the new device is added to SDI Loader and to your operating system as a new drive. </p>
<p><img src="http://farm4.static.flickr.com/3643/3395485616_e62081fe9e.jpg?v=0" /></p>
<p><strong>2.6</strong> Open “<strong>Disk Management</strong>” to prepare the new virtual drive added to the system. <strong>Initialize disk.</strong></p>
<p><img src="http://farm4.static.flickr.com/3563/3394675993_a46fb3b903.jpg?v=0" /></p>
<p><strong>2.7</strong> Prepare the <strong>new volume</strong> following the wizard selecting it as “<strong>Primary Partition</strong>”. </p>
<p>&#160;<img src="http://farm4.static.flickr.com/3195/3395485704_109715633b.jpg?v=0" /></p>
<p><strong>2.8</strong> <strong>Copy the image files</strong> (from the virtual disk that was used to boot one time) to the new virtual partition. </p>
<p><img src="http://farm4.static.flickr.com/3625/3394676175_ddf3af4b44.jpg?v=0" /></p>
<h3><strong><font size="3">3. SDI Manager</font></strong></h3>
<p>Ok, now it is time to use some of options from the SDI Manager, that let us handle offline .sdi files.</p>
<p>We will generate a new SDI file that “Remote Boot Manager” will use to deploy on remote devices and machines. </p>
<p><strong>3.1</strong> Open a “<strong>cmd</strong>” and locate Windows Embedded Utilities “<strong>C:\Program Files\Windows Embedded\utilities</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3601/3395485936_552dc4d754.jpg?v=0" /></p>
<p><strong>3.2</strong> Create a new .sdi file using “<strong>SDImgr.wsf: cscript SDImgr.wsd /new c:\ramdisk.sdi</strong>”</p>
<p><img src="http://farm4.static.flickr.com/3570/3395486110_c1976f21c5.jpg?v=0" /></p>
<p>With the new file created, the next step is to read the image files located in the virtual partition (in my case, this partition is associated with the<strong> F:\</strong> drive) to complete the process.</p>
<p><strong>3.3</strong> From “<strong>cmd</strong>” run: “<strong>cscript SDImgr.wsf c:\ramdisk.sdi /readpart:F:</strong>”</p>
<p><img src="http://farm4.static.flickr.com/3649/3476851660_644d0e0b94.jpg?v=0" /></p>
<h3>64bits Operating System Issue</h3>
<p><strong>The SDI driver has an issue if you are using x64 operating system</strong>, like Windows Server 2008. If you try running any of the <strong>SDI Manager</strong> options, like the ones mentioned above, you will see this error:</p>
<p><strong>“ActiveX component can’t create object: ‘SDIAUT.SDI’”</strong></p>
<p><img src="http://farm4.static.flickr.com/3641/3394676309_50227f7996.jpg?v=0" /></p>
<p>Even though the script used by x86 and x64 operating systems is the same, on a 32bit environment you won’t see this issue. </p>
<h3><strong><font size="3">4. Configuring Remote Boot Manager</font></strong></h3>
<p>Remote Boot Manager and the DHCP role configured earlier, will be in charge of answering remote and diskless clients with the proper boot image. </p>
<p><strong>4.1</strong> Place the “<strong>ramdisk.sdi</strong>” file configured earlier inside this folder “<strong>C:\Program Files\Windows Embedded\Remote Boot Service\Downloads</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3600/3395486180_cb8a236550.jpg?v=0" /></p>
<p><strong>4.2</strong> Open &quot;<strong>Remote Boot Manager</strong>” from Windows Embedded Studio.</p>
<p><img src="http://farm4.static.flickr.com/3596/3395486264_d5ec8cab20.jpg?v=0" width="335" height="422" /></p>
<p><strong>4.3</strong> Click “<strong>Yes</strong>” to create a new configuration file.</p>
<p><img src="http://farm4.static.flickr.com/3575/3395486296_0e34793a2a.jpg?v=0" width="371" height="130" /></p>
<p>Once the Remote Boot Manager window opens, you need to add each client device or machine with their specific <strong>MAC Address</strong>. For that, we’ll take a look at the virtual machine client’s configuration. </p>
<p><strong>4.4</strong> To achieve booting from the network when you are using Hyper-V, you need to add a “<strong>Legacy Network Adapter</strong>” on the client machine and specify an <strong>static MAC Address</strong>.</p>
<p><strong>4.5</strong> With that, you are ready to complete the data from Remote Boot Manager.</p>
<p><img src="http://farm4.static.flickr.com/3625/3395486384_9f48d9d4b1.jpg?v=0" width="472" height="259" /></p>
<p><strong>Client MAC Address</strong>: Assigned statically.     <br /><strong>Description</strong>: (optional).     <br /><strong>Boot Server</strong>: Default value (0.0.0.0) to select local machine.     <br /><strong>Boot Program</strong>: startrom.n12. This program will request F12 confirmation for booting from the network. You can also select startrom to access directly to the boot image without requiring confirmation.     <br /><strong>Boot Image</strong>: ramdisk.sdi. Remember that the image should be placed inside “C:\Program Files\Windows Embedded\Remote Boot Service\Downloads”.     <br /><strong>Boot Parameters:</strong> (optional). </p>
<p><img src="http://farm4.static.flickr.com/3642/3395486462_310989602c.jpg?v=0" /></p>
<p><strong>Now your environment is set to go.</strong> </p>
<p>Make sure that your client machine has the correct configuration to boot from the network. </p>
<p><img src="http://farm4.static.flickr.com/3561/3395486592_d21bc9613c.jpg?v=0" width="457" height="291" /></p>
<p><strong><em>Loading the image remotely.</em></strong></p>
<p><img src="http://farm4.static.flickr.com/3076/3115942233_003f3b084e.jpg?v=0" /></p>
<p><strong><em>Windows Embedded image booting.</em></strong></p>
<p><img src="http://farm4.static.flickr.com/3594/3395486692_75da5cd3f0.jpg?v=0" /></p>
<p><strong><em>Desktop ready for use.</em></strong></p>
<p><img src="http://farm4.static.flickr.com/3035/3394677047_e63dc29fff.jpg?v=0" /></p>
<p>Enjoy!</p>
<p><em>Check also:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/03/29/windows-embedded-standard-2009-step-by-step-deployment-part-i/"><strong>Windows Embedded Standard 2009 Step-by-Step Deployment – Part I</strong></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/04/21/windows-embedded-standard-2009-step-by-step-deployment-part-ii/"><strong>Windows Embedded Standard 2009 Step-by-Step Deployment – Part II</strong></a></p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=214&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/04/26/windows-embedded-standard-2009-step-by-step-deployment-part-iii/feed/</wfw:commentRss>
		<slash:comments>11</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/3563/3395485074_846215fcf1.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3428/3394675355_58ed461994.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3582/3395485152_3528465013.jpg?v=0" medium="image" />

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

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

		<media:content url="http://farm4.static.flickr.com/3541/3395485370_cc25698524.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3600/3395485394_ea11f5789b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3431/3394675871_f247ee5345.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3577/3394675845_5d9e97a891.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3625/3394675911_c7677a75c0.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3643/3395485616_e62081fe9e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3563/3394675993_a46fb3b903.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3195/3395485704_109715633b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3625/3394676175_ddf3af4b44.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3601/3395485936_552dc4d754.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3570/3395486110_c1976f21c5.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3649/3476851660_644d0e0b94.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3641/3394676309_50227f7996.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3600/3395486180_cb8a236550.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3596/3395486264_d5ec8cab20.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3575/3395486296_0e34793a2a.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3625/3395486384_9f48d9d4b1.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3642/3395486462_310989602c.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3561/3395486592_d21bc9613c.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3076/3115942233_003f3b084e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3594/3395486692_75da5cd3f0.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3035/3394677047_e63dc29fff.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Windows Embedded Standard 2009 Step-by-Step Deployment &#8211; Part II</title>
		<link>http://blog.augustoalvarez.com.ar/2009/04/21/windows-embedded-standard-2009-step-by-step-deployment-part-ii/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/04/21/windows-embedded-standard-2009-step-by-step-deployment-part-ii/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 03:39:54 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Embedded]]></category>
		<category><![CDATA[Windows Embedded 2009]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/04/21/windows-embedded-standard-2009-step-by-step-deployment-part-ii/</guid>
		<description><![CDATA[&#160;
Check also:
Windows Embedded Standard 2009 Step-by-Step Deployment – Part I
Windows Embedded Standard 2009 Step-by-Step Deployment – Part III
After reviewing Post I we’ve set our environment to start building the images. 
The process it’s practically the same that we executed on XP Embedded (Post I, Post II and Post III). And again, as I mentioned before, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=211&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><em>Check also:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/03/29/windows-embedded-standard-2009-step-by-step-deployment-part-i/"><strong>Windows Embedded Standard 2009 Step-by-Step Deployment – Part I</strong></a></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/04/26/windows-embedded-standard-2009-step-by-step-deployment-part-iii/">Windows Embedded Standard 2009 Step-by-Step Deployment – Part III</a></strong></p>
<p>After reviewing Post I we’ve set our environment to start <strong>building the images</strong>. </p>
<p>The process it’s practically the same that we executed on <strong>XP Embedded</strong> (<a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-i-setting-up-the-environment/"><strong>Post I</strong></a><strong>, </strong><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-ii-building-images/"><strong>Post II</strong></a> and <a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-iii-using-remote-boot/"><strong>Post III</strong></a>). And again, as I mentioned before, this deployment is oriented to Embedded images booting on diskless devices, so there will be steps that are not necessary if you are not looking for a remote boot environment with Windows Embedded Standard 2009 images. </p>
<h3><font size="3"><strong>Building the Image</strong></font></h3>
<h5>1. Get hardware information from your target</h5>
<p>This step is done with <strong>Target Analyzer</strong>, that is just an .exe file that compiles all of the <strong>hardware necessary information</strong> to be included on the image you are building. With the information gathered here, the corresponding <strong>drivers</strong> will be added to the image.</p>
<p>Since I’m using virtual machines in the same physical server, I’m going to collect hardware data in the same machine where I’m going to build the target image. </p>
<p><strong>1.1</strong> Open a <strong>cmd</strong> and focus on “<strong>C:\Program Files\Windows Embedded\utilities</strong>”.</p>
<p><strong>1.2</strong> Run “<strong>tap.exe</strong>”. </p>
<p><img src="http://farm4.static.flickr.com/3570/3394673113_c4bcb4a17b.jpg?v=0" /></p>
<p>You’ll see that the program recollects information about your devices, and creates a new file on the same folder called “<strong>devices.pmq</strong>” containing all that data.&#160; </p>
<p><em><strong>Target analyzer collecting information</strong></em></p>
<p><img src="http://farm4.static.flickr.com/3450/3394673167_d16fca5c9f.jpg?v=0" /></p>
<p><em><strong>The files devices.pmq contains all the hardware information</strong></em></p>
<p><img src="http://farm4.static.flickr.com/3552/3395482864_835b05591a.jpg?v=0" /></p>
<h5>2. Adding the Drivers to the Image</h5>
<p>The image builder from the Windows Embedded Standard 2009 suite is still <strong>Target Designer</strong>. </p>
<p><strong>2.1</strong> Open <strong>Target Designer</strong> from Windows Embedded Studio.</p>
<p><img src="http://farm4.static.flickr.com/3421/3394673367_8cd671bed3.jpg?v=0" width="298" height="374" /></p>
<p><strong>2.2</strong> Select create a <strong>new image</strong> and we are going to name it Embedded2009</p>
<p><img src="http://farm4.static.flickr.com/3424/3395482986_98f42f029d.jpg?v=0" /></p>
<p><img src="http://farm4.static.flickr.com/3060/3394673467_389d385b32.jpg?v=0" width="386" height="143" /></p>
<p>Now you have to start creating the image from scratch and the first thing we are going to do is <strong>import the hardware information we gathered from Target Analyzer.</strong></p>
<p><strong>2.3</strong> From “<strong>File</strong>” menu select “<strong>Import</strong>” and select “<strong>devices.pmq</strong>” created recently.</p>
<p><img src="http://farm4.static.flickr.com/3551/3395483118_14363b6662.jpg?v=0" width="422" height="195" /></p>
<p><img src="http://farm4.static.flickr.com/3538/3395483200_e1ee6d19ba.jpg?v=0" width="434" height="346" /></p>
<p><strong>2.4</strong> On the “<strong>Import File</strong>” window click “<strong>Start</strong>” and the importing process will begin. </p>
<p><img src="http://farm4.static.flickr.com/3588/3395483240_48c4bfe986.jpg?v=0" width="399" height="308" /></p>
<p>Once it’s completed, you can check any <strong>warnings generated</strong>. In my case, there are several warnings regarding <strong>virtual machines synthetic drivers,</strong> those can be ignored for now.</p>
<p><img src="http://farm4.static.flickr.com/3640/3395483288_a9edae5c9a.jpg?v=0" width="397" height="306" /></p>
<p>The image now is loaded with a bunch of <strong>hardware components</strong> that the image will use. </p>
<p><img src="http://farm4.static.flickr.com/3619/3394673807_802aaa3fe1.jpg?v=0" /></p>
<h5>3. Using Design Templates and Adding Components </h5>
<p><strong>3.1</strong> Check on the Target Designer left pane and expand the “Design Templates”.</p>
<p><img src="http://farm4.static.flickr.com/3615/3394673867_e2497dbfa8.jpg?v=0" /></p>
<p>Here you’ll find common templates used when you are creating Embedded images. To find more information about each one, right click on the component and select “<strong>Help</strong>”. </p>
<p>I’m going to select the “<strong>Thin Client</strong>” component. You can drag and drop the objects to your customized image or right-click and select “<strong>Add</strong>”. </p>
<p><img src="http://farm4.static.flickr.com/3449/3394673903_0527bb2570.jpg?v=0" /></p>
<p>This component will generate the necessary requirements that, when the dependency check is run, will add other components included on the database. We’ll see that step later on this post.</p>
<p><img src="http://farm4.static.flickr.com/3574/3394673971_5e0b1940e4.jpg?v=0" /></p>
<p>Since we are using a remote boot environment, two special components are needed to achieve it:<strong> RAM Disk Driver</strong> (will allow booting from RAM) and<strong> System Cloning Tool</strong> (will include a kind of sysprep step, called fbreseal, to make each image unique and avoid cloning SID, computer name, etc each time is deployed).</p>
<p><strong>3.2</strong> From the left pane, use the “<strong>Search</strong>” box and insert “<strong>RAM Disk Driver</strong>”.</p>
<p><strong>3.3</strong> The component is shown. Right-click on it and select “<strong>Add</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3650/3394674075_d352d12983.jpg?v=0" /></p>
<p><strong>3.4</strong> Repeat the step for “<strong>System Cloning Tool</strong>” component. </p>
<p><img src="http://farm4.static.flickr.com/3636/3394674185_ff1ca8b072.jpg?v=0" /></p>
<p>Here’s the chance for you to add any other special component that you want on your image.</p>
<p><strong><em>.Net Framework 3.5</em></strong></p>
<p><img src="http://farm4.static.flickr.com/3638/3395484282_a07ed656f3.jpg?v=0" /></p>
<p><strong><em>Silverlight 1.0</em></strong></p>
<p><img src="http://farm4.static.flickr.com/3581/3395484246_50a06cfb5b.jpg?v=0" width="276" height="419" /></p>
<p>Or even more, you can set some of the components properties at this stage. For example: Windows Firewall. </p>
<p>Access <strong>Windows Firewall component settings</strong></p>
<p><img src="http://farm4.static.flickr.com/3606/3394674743_97f2e0058e.jpg?v=0" /></p>
<p>In here you’ll find much more options that the ones shown on XP Embedded</p>
<p><strong><em>Turn on/off the Firewall by default on your image</em></strong></p>
<p><img src="http://farm4.static.flickr.com/3550/3394674783_fc1d34d137.jpg?v=0" width="432" height="209" /></p>
<p><strong><em>Setting Firewall’s exceptions</em></strong></p>
<p><img src="http://farm4.static.flickr.com/3653/3394674819_433f58b8fd.jpg?v=0" /></p>
<p><strong><em>Authorizing applications</em></strong></p>
<p><img src="http://farm4.static.flickr.com/3538/3394674883_846be65e81.jpg?v=0" /></p>
<p><strong><em>Opening ports</em></strong></p>
<p><img src="http://farm4.static.flickr.com/3272/3395484546_8e953ceb66.jpg?v=0" width="413" height="258" /></p>
<h5>4. Checking and Solving Dependencies</h5>
<p>The <strong>main step</strong> of the building process is checking the dependencies that are created soon as you add a component to your image. </p>
<p>At this point you’ve configured your image with the proper drivers, customized it adding components and setting their properties; now let’s check what dependencies are been set.</p>
<p>4.1 From “<strong>Configuration</strong>” select “<strong>Check Dependencies</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3600/3394674221_ed42e2a024.jpg?v=0" width="274" height="199" /></p>
<p>4.2 In the “<strong>Dependency Check</strong>” windows click on “<strong>Start</strong>”.</p>
<p>The process will start, it will take a few moments to complete. At the end of the process, you’ll see in the <strong>lower pane</strong> window all the messages that need attention before building the image.</p>
<p><img src="http://farm4.static.flickr.com/3449/3395483896_53a9e677e4.jpg?v=0" width="451" height="295" /></p>
<p>Just <strong>double click</strong> on each of them to select the proper component to be added and solve the dependency. </p>
<p>Here are some of the common messages that you should see:</p>
<p><img src="http://farm4.static.flickr.com/3659/3395483944_1df851fe2a.jpg?v=0" /></p>
<p><strong>Component: “Base Component”.</strong> To solve it I’m selecting an standard component “<strong>Standard PC</strong>”. </p>
<p><img src="http://farm4.static.flickr.com/3547/3395484014_491b109240.jpg?v=0" width="450" height="355" /></p>
<p><strong>Component: “Compression and Expansion Tools”.</strong> Solving it with “<strong>NTFS</strong>” component.</p>
<p><img src="http://farm4.static.flickr.com/3613/3395484044_81c14a6c64.jpg?v=0" width="451" height="355" /></p>
<p><strong>Component: “Regional and Language Options”.</strong> “<strong>English Language Support</strong>” to resolve. </p>
<p><img src="http://farm4.static.flickr.com/3156/3394674549_48bda301f3.jpg?v=0" width="451" height="358" /></p>
<p><strong>Component: “Windows Logon”.</strong> I’m selecting <strong>“Explorer Shell”.</strong> </p>
<p><img src="http://farm4.static.flickr.com/3649/3394674617_f7e46663b4.jpg?v=0" width="456" height="361" /></p>
<p>Soon as you click on “<strong>Add</strong>” on your last dependency, your image would seem to be ready to the build process, but <strong>not quite</strong>.</p>
<p>Since you’ve add new components with the dependency check, it’s <strong>highly recommended that you run the dependency check again for the new ones.</strong></p>
<p>Soon as you finish this new “<strong>Dependency Check</strong>” and new and highly important component will appear to be added.</p>
<p><img src="http://farm4.static.flickr.com/3442/3394675057_6fcba7c635.jpg?v=0" width="451" height="355" /></p>
<p>Select your <strong>boot loader</strong>. In my case I’m using the default loader for XP and 2003 environments: “<strong>NT Loader</strong>”. If you are trying to protect from any change to your boot environment, you can select “<strong>EWF NTLDR</strong>” component.</p>
<h5>5. Building the Image</h5>
<p>Ok, now that we’ve resolved all of the dependencies on our image, we can start building it.</p>
<p><strong>5.1</strong> From “Configuration” select “Build Target Image”.</p>
<p><img src="http://farm4.static.flickr.com/3659/3395484606_878aa58d1f.jpg?v=0" /></p>
<p><strong>5.2</strong> Select the folder where the image will be stored. The default folder is “<strong>C:\Windows Embedded Images</strong>”. Click on “<strong>Build</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3572/3394675013_e3075c81a4.jpg?v=0" width="429" height="280" /></p>
<p>Once the build process is complete, you can check the files and folders created.</p>
<p><img src="http://farm4.static.flickr.com/3643/3395484852_ab72419856.jpg?v=0" /></p>
<p>And verify the <strong>image size</strong>. In my case is 255mb. </p>
<p><img src="http://farm4.static.flickr.com/3561/3395484890_e589570ca6.jpg?v=0" width="344" height="445" /></p>
<p>Now the image is completed and ready to be used on any of your targets. </p>
<p>Check the next post about preparing the same image for remote boot on diskless devices. </p>
<p><em>Check also:</em> </p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/03/29/windows-embedded-standard-2009-step-by-step-deployment-part-i/"><strong>Windows Embedded Standard 2009 Step-by-Step Deployment – Part I</strong></a> </p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/04/26/windows-embedded-standard-2009-step-by-step-deployment-part-iii/">Windows Embedded Standard 2009 Step-by-Step Deployment – Part III</a></strong></p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=211&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/04/21/windows-embedded-standard-2009-step-by-step-deployment-part-ii/feed/</wfw:commentRss>
		<slash:comments>4</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/3570/3394673113_c4bcb4a17b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3450/3394673167_d16fca5c9f.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3552/3395482864_835b05591a.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3421/3394673367_8cd671bed3.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3424/3395482986_98f42f029d.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3060/3394673467_389d385b32.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3551/3395483118_14363b6662.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3538/3395483200_e1ee6d19ba.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3588/3395483240_48c4bfe986.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3640/3395483288_a9edae5c9a.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3619/3394673807_802aaa3fe1.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3615/3394673867_e2497dbfa8.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3449/3394673903_0527bb2570.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3574/3394673971_5e0b1940e4.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3650/3394674075_d352d12983.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3636/3394674185_ff1ca8b072.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3638/3395484282_a07ed656f3.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3581/3395484246_50a06cfb5b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3606/3394674743_97f2e0058e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3550/3394674783_fc1d34d137.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3653/3394674819_433f58b8fd.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3538/3394674883_846be65e81.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3272/3395484546_8e953ceb66.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3600/3394674221_ed42e2a024.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3449/3395483896_53a9e677e4.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3659/3395483944_1df851fe2a.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3547/3395484014_491b109240.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3613/3395484044_81c14a6c64.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3156/3394674549_48bda301f3.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3649/3394674617_f7e46663b4.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3442/3394675057_6fcba7c635.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3659/3395484606_878aa58d1f.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3572/3394675013_e3075c81a4.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3643/3395484852_ab72419856.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3561/3395484890_e589570ca6.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Free eBook: Windows Small Business Server 2008 Administrator&#8217;s Companion</title>
		<link>http://blog.augustoalvarez.com.ar/2009/04/15/free-ebook-windows-small-business-server-2008-administrators-companion/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/04/15/free-ebook-windows-small-business-server-2008-administrators-companion/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 12:16:00 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows SBS 2008]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/04/15/free-ebook-windows-small-business-server-2008-administrators-companion/</guid>
		<description><![CDATA[Again, Microsoft Press is releasing a brand new book for you to download it completely free:
Windows Small Business Server 2008 Administrator’s Companion

But you should know that this book is going to be available for download for a short period of time: April 15 to April 22. So you better hurry up and get yourself a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=210&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Again, <a href="http://www.microsoft.com/learning/books/default.mspx">Microsoft Press</a> is releasing a brand new book for you to download it completely free:</p>
<p><strong><a href="http://csna01.libredigital.com/?urws8un4p7">Windows Small Business Server 2008 Administrator’s Companion</a></strong></p>
<p><a href="http://csna01.libredigital.com/?urws8un4p7"><img src="http://farm4.static.flickr.com/3615/3444656168_8e99b96c08.jpg?v=0" width="289" height="352" /></a></p>
<p>But you should know that this book is going to be<strong> available for download for a short period of time: April 15 to April 22</strong>. So you better hurry up and get yourself a copy!</p>
<p>The SBS platform that was introduced with Windows Server 2003 is <strong>oriented to small-medium organizations</strong> (between 5 and 75 computers) and gives you all the <strong>possibilities and solutions that you may need to use on your organization within a single server</strong>: Active Directory, Exchange Server, Internet Information Services (IIS), Sharepoint, SQL, Terminal Services, etc. Avoiding, this way, to consider the implementation of several servers and their hardware and licensing costs.</p>
<p>Also, on the devs side, you can find this book also available: </p>
<p><a href="http://csna01.libredigital.com/?urrs4gt63d"><strong>Microsoft® Visual Basic® 2008 Express Edition: Build a Program Now!</strong></a></p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=210&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/04/15/free-ebook-windows-small-business-server-2008-administrators-companion/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/3615/3444656168_8e99b96c08.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Windows Embedded Standard 2009 Step-by-Step Deployment &#8211; Part I</title>
		<link>http://blog.augustoalvarez.com.ar/2009/03/29/windows-embedded-standard-2009-step-by-step-deployment-part-i/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/03/29/windows-embedded-standard-2009-step-by-step-deployment-part-i/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 00:30:42 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Embedded]]></category>
		<category><![CDATA[Windows Embedded 2009]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/03/29/windows-embedded-standard-2009-step-by-step-deployment-part-i/</guid>
		<description><![CDATA[Check also:
Windows Embedded Standard 2009 Step-by-Step Deployment – Part II
Windows Embedded Standard 2009 Step-by-Step Deployment – Part III
I’ve been reviewing, for a while now, the opportunities that Embedded operating systems has to offer. If you take a look to previous posts of mine that I’ve prepared about XP Embedded you’ll find a quick introduction to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=207&subd=augustoalvarez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><em>Check also:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/04/21/windows-embedded-standard-2009-step-by-step-deployment-part-ii/"><strong><span style="color:#0b76ae;">Windows Embedded Standard 2009 Step-by-Step Deployment – Part II</span></strong></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/04/26/windows-embedded-standard-2009-step-by-step-deployment-part-iii/"><strong><span style="color:#0b76ae;">Windows Embedded Standard 2009 Step-by-Step Deployment – Part I</span>II</strong></a></p>
<p>I’ve been reviewing, for a while now, the opportunities that Embedded operating systems has to offer. If you take a look to previous posts of mine that I’ve prepared about <strong>XP Embedded</strong> you’ll find a quick <strong>introduction to the platform + the steps for building, preparing and deploying XP Embedded images in your environment, including deploying it on diskless devices (remote boot):</strong></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-i-setting-up-the-environment/">Preparing and Installing Windows XP Embedded Images &#8211; Part I: Setting up the Environment</a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-ii-building-images/">Preparing and Installing Windows XP Embedded Images &#8211; Part II: Building Images</a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-iii-using-remote-boot/">Preparing and Installing Windows XP Embedded Images &#8211; Part III: Using Remote Boot</a></p>
<h3><strong>Windows Embedded 2009 Standard Overview</strong></h3>
<p><img src="http://farm4.static.flickr.com/3659/3396032647_403555daa4.jpg?v=0" alt="" /></p>
<p><strong>Windows Embedded 2009 Standard</strong> is the newest version of the Embedded operating systems released by Microsoft, <strong>succeeding Windows XP Embedded</strong>. These operating systems are<strong> oriented to special devices or computers, where you need a secure, small, reliable and manageable OS</strong>. WES 2009 contains the <strong>same kernel as Windows XP</strong> with a few improvements:</p>
<ul>
<li><strong>Windows XP kernel with SP3 included </strong></li>
<li><strong>Internet Explorer 7 </strong></li>
<li><strong>Windows Media Player 11 </strong></li>
<li><strong>Silverlight 1.0 </strong></li>
<li><strong>.Net Framework 3.5 (including also 1.0, 1.1 and 2.0). </strong></li>
<li><strong>IPv6 support</strong></li>
</ul>
<p>For more information about Windows Embedded Standard 2009 check the <strong>following links</strong>:</p>
<p>- <a href="http://www.microsoft.com/windowsembedded/en-us/products/westandard/default.mspx"><strong>Windows Embedded Standard 2009 Home</strong></a><br />
- <a href="http://download.microsoft.com/download/0/8/a/08a3c3a2-7bd0-49ce-b232-b63c7e075f17/Windows%20Embedded%20Standard%20Overview.pdf"><strong>[PDF] Windows Embedded Standard 2009 Overview</strong></a><br />
- <a href="http://download.microsoft.com/download/b/6/0/b603257c-b437-4c4f-ab9d-0ef6c91e81e7/Windows%20Embedded%20Standard%20datasheet_original_052308.pdf"><strong>[PDF] Windows Embedded Standard 2009 Datasheet</strong></a><br />
- <a href="http://download.microsoft.com/download/7/c/6/7c69fe14-5499-49a5-901c-6c10a76b8765/WindowsEmbeddedEnterpriseKioskBrochure-FINAL-web.pdf"><strong>[PDF] Windows Embedded Kiosk Solutions</strong></a><br />
- <strong><a href="https://profile.microsoft.com/RegSysProfileCenter/wizard.aspx?wizid=863232b6-ff33-49bc-9772-7b0f8c9e75fe&amp;lcid=1033&amp;fu=https%3a%2f%2fwww.microsoft.com%2fwindowsembedded%2fen-us%2feval%2fthankyou.aspx%3fPID%3dSTDTrialDownload&amp;cu=http%3a%2f%2fwww.microsoft.com%2fwindowsembedded%2fen-us%2fdownloads%2fdefault.mspx">Download Windows Embedded Standard 2009 Trial</a></strong></p>
<p>So, after a quick review, let’s start with the <strong>step-by-step guide for building and deploying Windows Embedded 2009 Standard images, including the remote boot process.</strong></p>
<h3><strong>Requirements</strong></h3>
<p>We will consider installing <strong>all the WES roles within the same machine</strong>, including the <strong>DHCP</strong> server (necessary for the remote boot environment).</p>
<blockquote><p><span><strong>Valid Operating Systems</strong></span></p>
<p><span>- Windows XP Pro SP2 or higher<br />
- Windows Server 2003 SP1 or higher<br />
- Windows Vista<br />
- Windows Server 2008</span></p>
<p><span><strong>Roles</strong></span></p>
<div><span><strong>- DHCP Server</strong> available on the network<br />
<em>On our case we’ll have this role on the same machine. </em></span></div>
<p><span> </p>
<p></span><span><strong>Valid Database Engines</strong></span></p>
<p><span>- SQL Server 2005 SP1 or higher<br />
- SQL Server 2005 Express Edition SP1 or higher <strong>*</strong><br />
- SQL Server 2008<br />
- SQL Server 2008 Express Edition</span></p>
<p><span><strong>* </strong>: <em>Windows Embedded Standard 2009 installation media already includes the SQL Server 2005 Express Edition SP2.</em> </span></p>
<p> </p>
<p> </p>
<p> </p></blockquote>
<h3><strong>DHCP Configuration</strong></h3>
<p>Remember that this role and configuration it’s used only to achieve <strong>remote boot on diskless devices</strong>. It’s to necessary if that’s not your environment.</p>
<p>The same procedure used for XP Embedded is needed. Check <a href="http://msdn.microsoft.com/en-us/library/dd128762.aspx">this link</a> for more information.</p>
<blockquote><p><em><strong>C:\WINDOWS\system32&gt;netsh<br />
netsh&gt;dhcp<br />
netsh dhcp&gt;server \\&lt;server_machine_name&gt;<br />
netsh dhcp&gt;add optiondef 60 PXEClient String 0 comment=PXE support<br />
netsh dhcp&gt;set optionvalue 60 STRING PXEClient</strong></em> </p></blockquote>
<p><img src="http://farm4.static.flickr.com/3420/3395486618_048a51b1d0.jpg?v=0" alt="" /></p>
<p>To verify the correct configuration, an option should be added and set on your DHCP server. You can check it on the DHCP Snap-In &gt; Server Options.</p>
<p><img src="http://farm4.static.flickr.com/3561/3395486050_ba9a314385.jpg?v=0" alt="" /></p>
<h3><strong>Windows Embedded 2009 Standard Installation Step-by-Step</strong></h3>
<p>Well the process is quite simple, so you should not have any problem following it. But you&#8217;ll probably find a small issue within the procedure, let’s take a look:</p>
<p><strong>1.</strong> Using the WES 2009 media, start the wizard from the <strong>autorun</strong> <strong>menu</strong>.</p>
<p><img src="http://farm4.static.flickr.com/3642/3394672061_d1483e9125.jpg?v=0" alt="" width="461" height="343" /></p>
<p><strong>2.</strong> Insert the <strong>Product Key</strong> that you were given when you registered for the download.</p>
<p><img src="http://farm4.static.flickr.com/3642/3394672121_894c61cf72.jpg?v=0" alt="" width="461" height="346" /></p>
<p><strong>3.</strong> Select “<strong>Custom</strong>” installation.</p>
<p><img src="http://farm4.static.flickr.com/3456/3394672177_eedba9143c.jpg?v=0" alt="" width="465" height="350" /></p>
<p><strong>4.</strong> On the components to be installed, check also the entire feature for “<strong>Remote Boot Service</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3464/3395481698_f1820520c7.jpg?v=0" alt="" width="472" height="353" /></p>
<p><strong>5.</strong> For the TFTP server, select “<strong>On this machine</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3542/3394672291_73b885d549.jpg?v=0" alt="" width="476" height="358" /></p>
<p><strong>6.</strong> Accept the default directory and click on “<strong>Next</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3610/3395481850_48a62c8043.jpg?v=0" alt="" width="480" height="361" /></p>
<p><strong>7.</strong> Now select the SQL Server where the DB should be stored. I’m selecting it the <strong>local SQL Server Express instance already installed</strong>. Click on “<strong>Next</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3661/3395481924_13062cac2a.jpg?v=0" alt="" width="482" height="362" /></p>
<p><strong>8.</strong> On the summary click on “<strong>Install</strong>”.</p>
<p><img src="http://farm4.static.flickr.com/3442/3394672473_af8077a6b8.jpg?v=0" alt="" width="480" height="360" /></p>
<p>Here’s where you should find a <strong>problem</strong>. In the middle of the installation process <strong>this</strong> <strong>message will appear</strong>:</p>
<p><strong><span style="color:#ff0000;">Windows Embedded Standard Error: WeUpdate. <br />
D:\Setup\WMP11.exe failed. Return value = 0&#215;40</span></strong></p>
<p><img src="http://farm4.static.flickr.com/3643/3395482506_d847e5394e.jpg?v=0" alt="" /></p>
<p><span>(Also the message could appear using other components besides WMP11, Windows Media Player).</span></p>
<p>The <strong>log file</strong> should have this message:</p>
<blockquote><p><em><strong>Windows XP Embedded Service Pack 3 Installer<br />
Cannot connect to the database &#8211; please check the database.<br />
Setup cannot continue.<br />
No objects or files were imported to the database (local)\SQLEXPRESS.<br />
WEUpdate Exiting with return code: 64<br />
*** End of Run *** </strong></em> </p></blockquote>
<h5>Solution</h5>
<p><span><strong>Wait 5-10 minutes and click on “Retry”.</strong> </span></p>
<p><span>You don’t believe it? Check <a href="http://msdn.microsoft.com/en-us/library/bb521687.aspx">this MSDN article</a> about it. It’s related about how the installer <strong>access and closes the database during the installation process</strong>. </span></p>
<p><span>After that the installation should complete normally and you can access Windows Embedded 2009 Standard from the Start Menu.</span></p>
<p><img src="http://farm4.static.flickr.com/3548/3394672965_df83a05db3.jpg?v=0" alt="" width="481" height="360" /></p>
<p><img src="http://farm4.static.flickr.com/3571/3395482652_fedd2c6ab2.jpg?v=0" alt="" width="317" height="397" /></p>
<p>We’ll review the rest of the process on the following posts.</p>
<p><em>Check also:</em></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/04/21/windows-embedded-standard-2009-step-by-step-deployment-part-ii/"><strong><span style="color:#0b76ae;">Windows Embedded Standard 2009 Step-by-Step Deployment – Part II</span></strong></a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/04/26/windows-embedded-standard-2009-step-by-step-deployment-part-iii/"><strong><span style="color:#0b76ae;">Windows Embedded Standard 2009 Step-by-Step Deployment – Part I</span>II</strong></a></p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&blog=5820778&post=207&subd=augustoalvarez&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/03/29/windows-embedded-standard-2009-step-by-step-deployment-part-i/feed/</wfw:commentRss>
		<slash:comments>2</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/3659/3396032647_403555daa4.jpg?v=0" medium="image" />

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

		<media:content url="http://farm4.static.flickr.com/3561/3395486050_ba9a314385.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3642/3394672061_d1483e9125.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3642/3394672121_894c61cf72.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3456/3394672177_eedba9143c.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3464/3395481698_f1820520c7.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3542/3394672291_73b885d549.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3610/3395481850_48a62c8043.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3661/3395481924_13062cac2a.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3442/3394672473_af8077a6b8.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3643/3395482506_d847e5394e.jpg?v=0" medium="image" />

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

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