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

<channel>
	<title>SharePoint George</title>
	<atom:link href="http://sharepointgeorge.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointgeorge.com</link>
	<description>Everyday experiences on SharePoint, Exchange and most things Microsoft</description>
	<lastBuildDate>Mon, 08 Mar 2010 11:45:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Warm up your SharePoint Web Applications on Windows 2008 R2 using the IIS 7.5 Application Warm-Up module</title>
		<link>http://sharepointgeorge.com/2010/warm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module/</link>
		<comments>http://sharepointgeorge.com/2010/warm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 11:45:00 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Application Pool]]></category>
		<category><![CDATA[Recycle]]></category>
		<category><![CDATA[Warm Up]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1316</guid>
		<description><![CDATA[Recycling is all about stopping any current w3wp.exe processes that are running for a particular Web Application Pool and starting a new one.  The purpose of this maintenance routine is to clear the cache and start afresh! This routine obviously causes SharePoint to be quite slow when accessed for the first time after the recycling process.  This is because when accessing a SharePoint Site/Page for the first time, that information needs to be re-compiled and loaded into memory again.]]></description>
			<content:encoded><![CDATA[<p>I have just recently built a new SharePoint 2007 farm on a complete Windows 2008 R2 server platform and part of my standard build procedure is to implement a warm up routine, usually in the form of a script that is scheduled every morning to launch my SharePoint Web Applications.  Most of you will most likely know what I am referring to here, the slowness that end users experience when loading a SharePoint site for the first time in the morning!?</p>
<p>By default IIS will recycle its worker processes during the night, in my case IIS 7.5 tells me this happens at 1:04 AM.  You can locate this information in IIS Manager / Application Pools / Highlight your application pool in question and select Recycling under Actions / Edit Application Pool.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/03/image.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/03/image_thumb.png" border="0" alt="image thumb Warm up your SharePoint Web Applications on Windows 2008 R2 using the IIS 7.5 Application Warm Up module" width="660" height="490" /></a></p>
<p>So what is recycling all about?  Here is a brief primer;</p>
<p>Recycling is all about stopping any current w3wp.exe processes that are running for a particular Web Application Pool and starting a new one.  The purpose of this maintenance routine is to clear the cache and start afresh! This routine obviously causes SharePoint to be quite slow when accessed for the first time after the recycling process.  This is because when accessing a SharePoint Site/Page for the first time, that information needs to be re-compiled and loaded into memory again.</p>
<p>So what can we do about this first time slowness that occurs every morning?  Wake SharePoint up!</p>
<p>There are an array of scripts that have been developed by 3rd party developers that can be scheduled to run straight after the recycle occurs.  These scripts are usually required to be modified for your Web applications in question.</p>
<p>With the introduction of IIS 7.5 and Windows 2008 R2 however, there is an actual module developed by the IIS team that will integrate directly with IIS allowing you to seamlessly enable your application pools to load your web applications after a recycle occurs.  You can download the extension here; <a href="http://www.iis.net/expand/ApplicationWarmUp">http://www.iis.net/expand/ApplicationWarmUp</a> At the time of this writing, the Application Warm-Up module is still in beta, but I have been using it on our production servers for over a month without any hiccups.</p>
<p>So let’s begin our step by step guide.  Download and launch the executable from the above site.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/03/image51.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/03/image5_thumb.png" border="0" alt="image5 thumb Warm up your SharePoint Web Applications on Windows 2008 R2 using the IIS 7.5 Application Warm Up module" width="633" height="500" /></a></p>
<p>Click Install and then click Finish.  As you can see, the installation process is quite simple.</p>
<p>Launch IIS Manager and click on one of your SharePoint Sites.  In the middle pane, you will notice a new item listed under IIS titled, Application Warm-Up.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/03/image2.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/03/image_thumb2.png" border="0" alt="image thumb2 Warm up your SharePoint Web Applications on Windows 2008 R2 using the IIS 7.5 Application Warm Up module" width="644" height="212" /></a></p>
<p>Double Click on Application Warm-Up.</p>
<p>Under Actions located on the far right pane, select Settings</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/03/image3.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/03/image_thumb3.png" border="0" alt="image thumb3 Warm up your SharePoint Web Applications on Windows 2008 R2 using the IIS 7.5 Application Warm Up module" width="527" height="484" /></a></p>
<p>Ensure that both options available are selected and ticked.</p>
<p>We also now need to add a request which is usually the main page of your SharePoint Site.  This is achieved under Actions, Select Add Request and enter the URL of your SharePoint Site.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/03/image4.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/03/image_thumb4.png" border="0" alt="image thumb4 Warm up your SharePoint Web Applications on Windows 2008 R2 using the IIS 7.5 Application Warm Up module" width="540" height="484" /></a></p>
<p>The last area that you will need to venture into is also located under Actions / Edit User Context.  Here you will need to specify your Authentication settings, otherwise the module will not work and you will receive the below warning message in your Windows Application Even Log.</p>
<p><span style="font-family: 'Courier New'; font-size: x-small;">Log Name:      Application<br />
Source:        IIS Application Warmup Module<br />
Date:          8/03/2010 7:31:43 AM<br />
Event ID:      1003<br />
Task Category: None<br />
Level:         Warning<br />
Keywords:      Classic<br />
User:          N/A<br />
Computer:      SERVERNAME</span></p>
<p><span style="font-family: 'Courier New'; font-size: x-small;">Description:<br />
The description for Event ID 1003 from source IIS Application Warmup Module cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer. </span></p>
<p><span style="font-family: 'Courier New'; font-size: x-small;">If the event originated on another computer, the display information had to be saved with the event. </span></p>
<p><span style="font-family: 'Courier New'; font-size: x-small;">The following information was included with the event: </span></p>
<p><span style="font-family: 'Courier New'; font-size: x-small;">/default.aspx<br />
MACHINE/WEBROOT/APPHOST/SharePoint Central Administration v3/<br />
Unauthorized</span></p>
<p>Here I have specified “Set Username and Type only” for the mode and “Windows” for the Type.  Lastly, specify an account that has access to load the SharePoint Web Application.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/03/image5.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2010/03/image_thumb5.png" border="0" alt="image thumb5 Warm up your SharePoint Web Applications on Windows 2008 R2 using the IIS 7.5 Application Warm Up module" width="644" height="464" /></a></p>
<p>That’s all that is to it.  All you need to do now is replicate this for each SharePoint Web application on each of your SharePoint Web Front Ends.</p>
<p>This neat little module has a number of advantages over scheduled scripts as it seamlessly warms up your SharePoint Web applications regardless of when the Application Pool is recycled including when you re-start your servers or re-start IIS.  Please note, this little module also works with all ASP.Net applications!</p>
<p>Before I let you go, if you are after a neat utility for IIS7, <a href="http://www.harbar.net" target="_blank">Spencer Harbar</a> has developed an Application Pool Recycle Utility which also incorporates a Warm Up tool  You can download it here; <a href="http://www.harbar.net/articles/apm.aspx">http://www.harbar.net/articles/apm.aspx</a></p>
<p><strong>Resources</strong></p>
<p>IIS.Net – Application Warm up <a href="http://www.iis.net/expand/ApplicationWarmUp">http://www.iis.net/expand/ApplicationWarmUp</a></p>
<p>IIS.Net – Using the IIS Application Warm-Up Module <a href="http://learn.iis.net/page.aspx/688/using-the-iis-application-warm-up-module/">http://learn.iis.net/page.aspx/688/using-the-iis-application-warm-up-module/</a></p>



If you enjoyed this article, consider sharing it with one of the below social networking sites:


	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;title=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module&amp;notes=Recycling%20is%20all%20about%20stopping%20any%20current%20w3wp.exe%20processes%20that%20are%20running%20for%20a%20particular%20Web%20Application%20Pool%20and%20starting%20a%20new%20one.%20%20The%20purpose%20of%20this%20maintenance%20routine%20is%20to%20clear%20the%20cache%20and%20start%20afresh%21%20This%20routine%20obviously%20causes%20SharePoint%20to%20be%20quite%20slow%20when%20accessed%20for%20the%20first%20time%20after%20the%20recycling%20process.%20%20This%20is%20because%20when%20accessing%20a%20SharePoint%20Site%2FPage%20for%20the%20first%20time%2C%20that%20information%20needs%20to%20be%20re-compiled%20and%20loaded%20into%20memory%20again." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;title=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module&amp;bodytext=Recycling%20is%20all%20about%20stopping%20any%20current%20w3wp.exe%20processes%20that%20are%20running%20for%20a%20particular%20Web%20Application%20Pool%20and%20starting%20a%20new%20one.%20%20The%20purpose%20of%20this%20maintenance%20routine%20is%20to%20clear%20the%20cache%20and%20start%20afresh%21%20This%20routine%20obviously%20causes%20SharePoint%20to%20be%20quite%20slow%20when%20accessed%20for%20the%20first%20time%20after%20the%20recycling%20process.%20%20This%20is%20because%20when%20accessing%20a%20SharePoint%20Site%2FPage%20for%20the%20first%20time%2C%20that%20information%20needs%20to%20be%20re-compiled%20and%20loaded%20into%20memory%20again." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;title=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module&amp;annotation=Recycling%20is%20all%20about%20stopping%20any%20current%20w3wp.exe%20processes%20that%20are%20running%20for%20a%20particular%20Web%20Application%20Pool%20and%20starting%20a%20new%20one.%20%20The%20purpose%20of%20this%20maintenance%20routine%20is%20to%20clear%20the%20cache%20and%20start%20afresh%21%20This%20routine%20obviously%20causes%20SharePoint%20to%20be%20quite%20slow%20when%20accessed%20for%20the%20first%20time%20after%20the%20recycling%20process.%20%20This%20is%20because%20when%20accessing%20a%20SharePoint%20Site%2FPage%20for%20the%20first%20time%2C%20that%20information%20needs%20to%20be%20re-compiled%20and%20loaded%20into%20memory%20again." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;t=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;title=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=Recycling%20is%20all%20about%20stopping%20any%20current%20w3wp.exe%20processes%20that%20are%20running%20for%20a%20particular%20Web%20Application%20Pool%20and%20starting%20a%20new%20one.%20%20The%20purpose%20of%20this%20maintenance%20routine%20is%20to%20clear%20the%20cache%20and%20start%20afresh%21%20This%20routine%20obviously%20causes%20SharePoint%20to%20be%20quite%20slow%20when%20accessed%20for%20the%20first%20time%20after%20the%20recycling%20process.%20%20This%20is%20because%20when%20accessing%20a%20SharePoint%20Site%2FPage%20for%20the%20first%20time%2C%20that%20information%20needs%20to%20be%20re-compiled%20and%20loaded%20into%20memory%20again." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;t=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;title=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;title=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;title=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;h=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;title=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module&amp;body=Recycling%20is%20all%20about%20stopping%20any%20current%20w3wp.exe%20processes%20that%20are%20running%20for%20a%20particular%20Web%20Application%20Pool%20and%20starting%20a%20new%20one.%20%20The%20purpose%20of%20this%20maintenance%20routine%20is%20to%20clear%20the%20cache%20and%20start%20afresh%21%20This%20routine%20obviously%20causes%20SharePoint%20to%20be%20quite%20slow%20when%20accessed%20for%20the%20first%20time%20after%20the%20recycling%20process.%20%20This%20is%20because%20when%20accessing%20a%20SharePoint%20Site%2FPage%20for%20the%20first%20time%2C%20that%20information%20needs%20to%20be%20re-compiled%20and%20loaded%20into%20memory%20again." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;title=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module&amp;selection=Recycling%20is%20all%20about%20stopping%20any%20current%20w3wp.exe%20processes%20that%20are%20running%20for%20a%20particular%20Web%20Application%20Pool%20and%20starting%20a%20new%20one.%20%20The%20purpose%20of%20this%20maintenance%20routine%20is%20to%20clear%20the%20cache%20and%20start%20afresh%21%20This%20routine%20obviously%20causes%20SharePoint%20to%20be%20quite%20slow%20when%20accessed%20for%20the%20first%20time%20after%20the%20recycling%20process.%20%20This%20is%20because%20when%20accessing%20a%20SharePoint%20Site%2FPage%20for%20the%20first%20time%2C%20that%20information%20needs%20to%20be%20re-compiled%20and%20loaded%20into%20memory%20again." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Fwarm-sharepoint-web-applications-windows-2008-r2-iis-75-application-warmup-module%2F&amp;submitHeadline=Warm%20up%20your%20SharePoint%20Web%20Applications%20on%20Windows%202008%20R2%20using%20the%20IIS%207.5%20Application%20Warm-Up%20module&amp;submitSummary=Recycling%20is%20all%20about%20stopping%20any%20current%20w3wp.exe%20processes%20that%20are%20running%20for%20a%20particular%20Web%20Application%20Pool%20and%20starting%20a%20new%20one.%20%20The%20purpose%20of%20this%20maintenance%20routine%20is%20to%20clear%20the%20cache%20and%20start%20afresh%21%20This%20routine%20obviously%20causes%20SharePoint%20to%20be%20quite%20slow%20when%20accessed%20for%20the%20first%20time%20after%20the%20recycling%20process.%20%20This%20is%20because%20when%20accessing%20a%20SharePoint%20Site%2FPage%20for%20the%20first%20time%2C%20that%20information%20needs%20to%20be%20re-compiled%20and%20loaded%20into%20memory%20again.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1316</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restoring Data Protection Manager (DPM) Database onto a new server</title>
		<link>http://sharepointgeorge.com/2010/restoring-or-moving-data-protection-manager-dpm-server/</link>
		<comments>http://sharepointgeorge.com/2010/restoring-or-moving-data-protection-manager-dpm-server/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 12:00:44 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[Data Protection Manager]]></category>
		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1282</guid>
		<description><![CDATA[I’m currently using Microsoft’s Data Protection Manager (DPM) 2007 to provide consolidated disk based snapshots of our File Shares, Exchange, SharePoint and SQL databases]]></description>
			<content:encoded><![CDATA[<p>I’m currently using Microsoft’s Data Protection Manager (DPM) 2007 to provide consolidated disk based snapshots of our File Shares, Exchange, SharePoint and SQL databases.  I am in the process of upgrading our servers to Windows 2008 R2 and DPM was next on my list.  I really didn’t want to re-create the wheel and start from scratch (I have over 5TB’s worth of replicas on my Dell MD1000 and a plethora of protection groups setup).</p>
<p>In today’s post, I will provide you with a step by step guide in restoring your DPM server whilst retaining your DPM database and DPM replicas, and also explain a few gotcha&#8217;s that are worth noting that I had encountered during the process.</p>
<p>First item that we need to address is taking a backup of the DPM database itself.  TechNet have an article on “Backing up DPM Databases” <a href="http://technet.microsoft.com/en-us/library/bb795642.aspx">http://technet.microsoft.com/en-us/library/bb795642.aspx</a> and in summary you can backup the DPM Database to Tape by using a separate protection group within DPM itself and selecting short-term protection using tape.  Please note that you cannot protect the DPM databases as replicas to disk.  The other 2 methods of protecting your DPM database is by utilising 3rd party backup software or a secondary DPM server.  You can also for good measure take a file copy of the DPM database if you are utilising SQL 2005 Express.  The Database file by default is located under &#8220;\%programfiles%\Microsoft DPM\DPM\DPMDB&#8221;.  You will obviously need to stop the SQL service first before attempting a file copy.  Microsoft also recommend to take a copy of the configuration folder located under \Program Files\Microsoft DPM\DPM\Config.  This folder contains the DPMA.xml file which is the tape drive remapping file .</p>
<p>So now that we have a copy of the database, here are the steps required to perform a database recovery onto a new server;</p>
<ul>
<li>Install Windows operating system and DPM’s requirements.  In my case I installed Windows 2008 R2. (Just a word of note, Windows setup may seem to hang at the partition screen if you have many volumes due to your existing replicas.  I had to wait 30 minutes in my case)</li>
<li>Ensure that the replicas partition are intact and not accidently deleted.</li>
<li>Re-install Data Protection Manager and all it&#8217;s service packs.</li>
<li>Using the DpmSync command line tool, run the following command to synchronize the backed up DPM database. </li>
</ul>
<pre style="background-color: #fbfbfb; min-height: 40px; width: 650px; overflow: auto; border: #cecece 1px solid; padding: 5px;">
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,'Courier New',courier,monospace; font-size: 11px;">DpmSync –RestoreDb –DbLoc location –InstanceName server\instance]</pre>
</pre>
<p>In my case, I was restoring from a local copy of the DPM database, so I utilised the following command;</p>
<pre style="background-color: #fbfbfb; min-height: 40px; width: 650px; overflow: auto; border: #cecece 1px solid; padding: 5px;">
<pre style="background-color: #fbfbfb; margin: 0em; width: 100%; font-family: consolas,'Courier New',courier,monospace; font-size: 11px;">DpmSync –RestoreDb -DbLoc C:\DPMDB2007rtm.bak</pre>
</pre>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture1.png"><img style="display: inline; border-width: 0px;" title="Capture1" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture1_thumb.png" border="0" alt="Capture1 thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="671" height="207" /></a></p>
<ul>
<li>After successfully restoring the DPM database, you will also need to run the DpmSync –Sync command to synchronise the recently restored database.</li>
</ul>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture2.png"><img style="display: inline; border-width: 0px;" title="Capture2" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture2_thumb.png" border="0" alt="Capture2 thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="663" height="134" /></a></p>
<p>If we now launch the DPM 2007 Administrator Console and navigate to the Protection Tab you will notice that all your protection Groups are listed, albeit in a consistent state.  This is the best way in confirming that your original DPM database was successfully restored and synced correctly.</p>
<p>You should at this stage force a consistency check against all your protection groups to ensure you have the most up to date copy of your data.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture3.png"><img style="display: inline; border-width: 0px;" title="Capture3" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture3_thumb.png" border="0" alt="Capture3 thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="660" height="228" /></a></p>
<p>In the second part of this post I will outline some of the issues that I had encountered with the re-installation of DPM 2007 on a Windows 2008 R2 server.  First issue that I ran into was the below error message that I had received when clicking on the Reporting Tab within DPM 2007 Administrator Console;</p>
<p>“DPM could not connect to SQL Reporting Services server because IIS connectivity issues. ID: 3013”</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture8a.png"><img style="display: inline; border-width: 0px;" title="Capture8a" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture8a_thumb.png" border="0" alt="Capture8a thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="516" height="219" /></a></p>
<p>The below message states that I should restart the World Wide Web Publishing Service which in my case did not fix my issue.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture8b.png"><img style="display: inline; border-width: 0px;" title="Capture8b" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture8b_thumb.png" border="0" alt="Capture8b thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="660" height="121" /></a></p>
<p>The issue is a little deeper than just a simple restart of the WWW Publishing Service and is actually directly related to inadequate permissions attached to the ReportServer Virtual Directory in IIS 7.5.  This issue actually first arose with Windows 2008 and IIS 7 and obviously flows through to Windows 2008 R2 and IIS 7.5.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture4.png"><img style="display: inline; border-width: 0px;" title="Capture4" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture4_thumb.png" border="0" alt="Capture4 thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="278" height="133" /></a></p>
<p>The fix is quite simple which I will outline in the following steps;</p>
<ul>
<li>Navigate to Administrative Tools / Internet Information Services (IIS) Manager, expand Sites / Default Web Site / ReportServer$MS$DPM2007$.</li>
<li>Under IIS on the middle navigation pane, double click on Handler Mappings</li>
</ul>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture5.png"><img style="display: inline; border-width: 0px;" title="Capture5" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture5_thumb.png" border="0" alt="Capture5 thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="660" height="234" /></a></p>
<ul>
<li>Under Actions, click on Edit Feature Permissions …</li>
</ul>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture6.png"><img style="display: inline; border-width: 0px;" title="Capture6" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture6_thumb.png" border="0" alt="Capture6 thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="212" height="232" /></a></p>
<ul>
<li>Ensure that only Read and Script are selected.</li>
</ul>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture7.png"><img style="display: inline; border-width: 0px;" title="Capture7" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture7_thumb.png" border="0" alt="Capture7 thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="312" height="206" /></a></p>
<ul>
<li>Finally, restart IIS for good measure.</li>
</ul>
<p>If we now navigate back to the Reporting Tab, we are presented with our Report categories as per the below screen capture.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture9.png"><img style="display: inline; border-width: 0px;" title="Capture9" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture9_thumb.png" border="0" alt="Capture9 thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="660" height="341" /></a></p>
<p>The next issue encountered is that I had noticed my Exchange Servers Protection group that I had setup was stating that my Replica’s were inconsistent, even though I had attempted to “Perform a consistency check..”</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture9a.png"><img style="display: inline; border-width: 0px;" title="Capture9a" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture9a_thumb.png" border="0" alt="Capture9a thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="644" height="139" /></a></p>
<p>DPM in most instances provides you with some detailed descriptions to their alerts and low and behold my eseutil.exe and ese.dll were missing or were the incorrect version.  It is important to ensure these are up to date in particular with later Exchange service packs.  In my case, I needed to copy the latest versions from my Exchange 2007 Server which was now running Service Pack 2.  There are 2 ways to accomplish this;</p>
<ol>
<li>Install the latest Microsoft Exchange Server 2007 management tools on the DPM server that matches the version and service pack level of Exchange that you are running (in my case it was Service Pack 2). </li>
<li>Copy the eseutil.exe and ese.dll files from your Exchange 2007 server to c:\program files\Microsoft DPM\DPM\bin\.  These files are located under c:\Program Files\Microsoft\Exchange\bin on your Exchange Server.</li>
</ol>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture10.png"><img style="display: inline; border-width: 0px;" title="Capture10" src="http://sharepointgeorge.com/wp-content/uploads/2010/01/Capture10_thumb.png" border="0" alt="Capture10 thumb Restoring Data Protection Manager (DPM) Database onto a new server" width="660" height="143" /></a></p>
<p>That’s it!  Hopefully I have provided you with a fairly straightforward method on re-installing Data Protection Manager onto new or existing hardware without recreating the original protection groups and or existing replicas.</p>
<p>As this is my first post for the year, I would like to wish everyone a “belated” Happy Prosperous New Year and looking forward to all your comments and feedback.</p>
<p><strong> </strong></p>
<p><strong>References</strong></p>
<p>Using DpmSync &#8211; TechNet <a href="http://technet.microsoft.com/en-us/library/bb808877.aspx">http://technet.microsoft.com/en-us/library/bb808877.aspx</a></p>
<p>Protected Computer Software Prerequisites -TechNet <a title="http://technet.microsoft.com/en-us/library/bb808827.aspx" href="http://technet.microsoft.com/en-us/library/bb808827.aspx">http://technet.microsoft.com/en-us/library/bb808827.aspx</a></p>



If you enjoyed this article, consider sharing it with one of the below social networking sites:


	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;title=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server&amp;notes=I%E2%80%99m%20currently%20using%20Microsoft%E2%80%99s%20Data%20Protection%20Manager%20%28DPM%29%202007%20to%20provide%20consolidated%20disk%20based%20snapshots%20of%20our%20File%20Shares%2C%20Exchange%2C%20SharePoint%20and%20SQL%20databases" title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;title=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server&amp;bodytext=I%E2%80%99m%20currently%20using%20Microsoft%E2%80%99s%20Data%20Protection%20Manager%20%28DPM%29%202007%20to%20provide%20consolidated%20disk%20based%20snapshots%20of%20our%20File%20Shares%2C%20Exchange%2C%20SharePoint%20and%20SQL%20databases" title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;title=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server&amp;annotation=I%E2%80%99m%20currently%20using%20Microsoft%E2%80%99s%20Data%20Protection%20Manager%20%28DPM%29%202007%20to%20provide%20consolidated%20disk%20based%20snapshots%20of%20our%20File%20Shares%2C%20Exchange%2C%20SharePoint%20and%20SQL%20databases" title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;t=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;title=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=I%E2%80%99m%20currently%20using%20Microsoft%E2%80%99s%20Data%20Protection%20Manager%20%28DPM%29%202007%20to%20provide%20consolidated%20disk%20based%20snapshots%20of%20our%20File%20Shares%2C%20Exchange%2C%20SharePoint%20and%20SQL%20databases" title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;t=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;title=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;title=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;title=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;h=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;title=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server&amp;body=I%E2%80%99m%20currently%20using%20Microsoft%E2%80%99s%20Data%20Protection%20Manager%20%28DPM%29%202007%20to%20provide%20consolidated%20disk%20based%20snapshots%20of%20our%20File%20Shares%2C%20Exchange%2C%20SharePoint%20and%20SQL%20databases" title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;title=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server&amp;selection=I%E2%80%99m%20currently%20using%20Microsoft%E2%80%99s%20Data%20Protection%20Manager%20%28DPM%29%202007%20to%20provide%20consolidated%20disk%20based%20snapshots%20of%20our%20File%20Shares%2C%20Exchange%2C%20SharePoint%20and%20SQL%20databases" title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2010%2Frestoring-or-moving-data-protection-manager-dpm-server%2F&amp;submitHeadline=Restoring%20Data%20Protection%20Manager%20%28DPM%29%20Database%20onto%20a%20new%20server&amp;submitSummary=I%E2%80%99m%20currently%20using%20Microsoft%E2%80%99s%20Data%20Protection%20Manager%20%28DPM%29%202007%20to%20provide%20consolidated%20disk%20based%20snapshots%20of%20our%20File%20Shares%2C%20Exchange%2C%20SharePoint%20and%20SQL%20databases&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1282</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading your Content Database to SharePoint 2010 &#8211; Database Attach method</title>
		<link>http://sharepointgeorge.com/2009/upgrading-content-database-sharepoint-2010-database-attach-method/</link>
		<comments>http://sharepointgeorge.com/2009/upgrading-content-database-sharepoint-2010-database-attach-method/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 12:36:12 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Pre-Upgrade]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1158</guid>
		<description><![CDATA[Welcome back to the second half of this series on upgrading a SharePoint 2007 content database to SharePoint 2010.  Today we will complete our upgrade journey utilising one of the 3 upgrade models that are available to you by Microsoft.]]></description>
			<content:encoded><![CDATA[<p>Welcome back to the second article in this series on upgrading a SharePoint 2007 content database to SharePoint 2010.  In<a href="http://sharepointgeorge.com/2009/upgrading-content-db-sharepoint-2010-part-1-preupgradecheck/" target="_blank"> part 1 </a>we deep dived into the preupgrade tool that Microsoft made available with SharePoint 2007 SP2 and today we will complete our upgrade journey utilising one of the 3 upgrade models that are available to you by Microsoft.  These are listed as follows;</p>
<ol>
<li>In-place upgrade</li>
<li>Database attach upgrade to a new farm</li>
<li>Hybrid approach (Read –only databases or Detach databases)</li>
</ol>
<p>There is a wealth of information regarding these different approaches on the Microsoft TechNet site under the <a href="http://technet.microsoft.com/en-au/sharepoint/ee517214.aspx" target="_blank">Upgrade and Migration Resource Center for SharePoint 2010.</a> I will also outline other resources at the end of this article for convenience.</p>
<p>The upgrade model that I have chosen in this article series is the Database attach upgrade approach in which I will outline in this step by step guide.  The upgrade choice you choose is dependent on a number of factors such as how much down time can you afford and whether you are moving onto newer hardware.  All three options have their strong and weak points which is outlined in the following TechNet article; <a href="http://technet.microsoft.com/en-us/library/cc263447(office.14).aspx" target="_blank">Determine Upgrade approach (SharePoint 2010)</a></p>
<p>This article is assuming that your SharePoint 2010 environment is up and running (albeit in beta form).  I have published a 3 part series in getting your SharePoint 2010 environment up and running that you can access from the following links;</p>
<ol>
<li><a href="http://sharepointgeorge.com/2009/installing-sharepoint-2010-beta-windows-2008-r2-server/" target="_blank">Installing SharePoint 2010 Beta on a Windows 2008 R2 Server</a></li>
<li><a href="http://sharepointgeorge.com/2009/configuring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization/" target="_blank">Configuring SharePoint 2010 (Beta) Service Applications and User Profile Service Synchronization</a></li>
<li><a href="http://sharepointgeorge.com/2009/creating-web-application-site-collection-sharepoint-2010/" target="_blank">Creating your first SharePoint 2010 Beta Web Application and Site Collection</a></li>
</ol>
<p>When using the database attach method to upgrade your databases to SharePoint 2010, you need to be aware that none of your configuration settings in SharePoint 2007 will migrate.  You will need to ensure that you have replicated your 2007 environment in the newly created 2010 farm.  Some of the items to consider include the following;</p>
<ul>
<li>Outgoing email server</li>
<li>Alternate Access Mappings (AAM)</li>
<li>Quota templates</li>
<li>Included paths</li>
<li>Install any custom or 3rd party features, including web parts, solutions</li>
<li>Custom site definitions</li>
<li>Custom CSS</li>
</ul>
<p>In order for you to perform a database attach upgrade into your SharePoint 2010 environment you need to ensure that you have created a new web application.  If you have not done so, you can follow my step by step guide on <a href="http://sharepointgeorge.com/2009/creating-web-application-site-collection-sharepoint-2010/" target="_blank">Creating your first SharePoint 2010 Beta Web Application and Site Collection</a>.</p>
<p><strong>Step 1 :: Restoring a copy of your SharePoint 2007 content database </strong></p>
<p>Now that we have ensured that all our configuration settings are in place, and that all custom features, web parts and solutions have been re-instated, we can now proceed with our upgrade.  You will need to firstly backup and take a copy of your SharePoint 2007 content database and restore it to the newly created SharePoint 2010 farm.</p>
<p>I’m performing my database restore utilising SQL 2008 Management Console.  Right click on Databases and select Restore Database.</p>
<p>Select your source and destination as follows;</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image11.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb11.png" border="0" alt="image thumb11 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="706" height="410" /></a></p>
<p>Click on Options and ensure you have selected Overwrite the existing database.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image12.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb12.png" border="0" alt="image thumb12 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="712" height="377" /></a></p>
<p>Click OK.</p>
<p>We should receive the following confirmation message once the database has been successfully restored.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image13.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb13.png" border="0" alt="image thumb13 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="435" height="129" /></a></p>
<p><strong>Step 2 :: Verifying the Content Database</strong></p>
<p>As you have already noticed from our first article, in particular with the introduction of the preupgrade check tool, Microsoft have done a great job in providing us with the necessary tools to ensure a successful upgrade.  The next tool that we will be using is the Test-SPContentDatabase Windows PowerShell cmdlet.  This cmdlet will test and verify that any custom components that are required for this content database has been installed and configured in the SharePoint 2010 environment.</p>
<div>
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">Test-SPContentDatabase –Name &lt;database name&gt; -WebApplication &lt;URL&gt;</pre>
</div>
<div>Launch the SharePoint 2010 Management Shell and type the above command, ensuring you have entered your Database Name and URL. e.g. below</div>
<div>
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">Test-SPContentDatabase –Name WSS_Content_Intranet -WebApplication <a href="http://intranet.georgekhalil.com">http://intranet.georgekhalil.com</a></pre>
</div>
<div>The Test-SPContentDatabase is a great reporting tool that will list any missing setup files, web parts and provide you with information on how to remedy any errors.  It will also specify whether these missing features will block the upgrade from succeeding.</div>
<div><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image14.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb14.png" border="0" alt="image thumb14 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="680" height="345" /></a></div>
<div>You can either attend to these missing features pre or post-upgrade but this depends on whether there are any items that will block the upgrade from proceeding.  Once you have remedied the above, we can proceed with our next tool, which will add the content database to our Web Application.  The stsadm  addcontenddb command line parameter is as follows;</div>
<div>
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">stsadm -o addcontentdb -url &lt;URL&gt; -databasename &lt;database name&gt;</pre>
</div>
<div>Before proceeding, ensure that there are currently no databases connected to the web application that we will be attaching to.  You can check this via Central Administration / Application Management / Manage content databases.</div>
<div><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image15.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb15.png" border="0" alt="image thumb15 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="660" height="115" /></a></div>
<p>If one is listed, you can remove the existing attached database by clicking on the actual database name and then clicking on the &#8220;Remove content database&#8221; check box.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image16.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb16.png" border="0" alt="image thumb16 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="687" height="333" /></a></p>
<p>You will receive the above warning which is safe to ignore.  In this instance we are not deleting the actual database but disassociating it from the selected Web Application.  This is the exact same behaviour that was available to us in SharePoint 2007.</p>
<p>We can now proceed and attach our restored SharePoint 2007 database via the following stsadm command line;</p>
<div id="codeSnippetWrapper">
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">stsadm -o addcontentdb -url &lt;URL&gt; -databasename &lt;database name&gt;</pre>
</div>
<p>In my instance, the command looked as follows;</p>
<div>
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">stsadm -o addcontentdb -url http:<span style="color: #008000">//intranet.georgekhalil.com -databasename WSS_Content_Intranet</span></pre>
</div>
<div>This will initiate the upgrade process as per the below screen capture.</div>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image17.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb17.png" border="0" alt="image thumb17 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="669" height="110" /></a></p>
<p>You will eventually receive a message similar to the below advising that the upgrade was completed albeit with errors in my case.  You should review the upgrade log file which is quite extensive and lengthy, and sure enough the errors were all related to missing features etc which I was already aware of.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image18.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb18.png" border="0" alt="image thumb18 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="673" height="137" /></a></p>
<p>We can now verify that the upgrade was completed successfully by first navigating back to Central Administration / Application Management / Manage content databases, which now displays the upgraded database under my designated Web Application.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image19.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb19.png" border="0" alt="image thumb19 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="660" height="137" /></a></p>
<p>We can also view the upgrade status page which is located within Central Administration / Upgrade and Migration / Check upgrade status.  The page will list all previous upgrade attempts and summarise the number of errors and warnings that may have been encountered.  In my case, there were a number of features that were not installed in the new SharePoint 2010 farm that the current portal relies on.  All of the upgrade logs are located in the following location, providing you with finer detail on the errors and warnings encountered;</p>
<div id="codeSnippetWrapper">
<div id="codeSnippetWrapper" style="border: 1px solid silver; text-align: left; padding: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; width: 97.5%; font-family: 'Courier New',courier,monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; cursor: text;">
<pre id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS</pre>
</div>
</div>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image20.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb20.png" border="0" alt="image thumb20 Upgrading your Content Database to SharePoint 2010   Database Attach method" width="660" height="366" /></a></p>
<p>By default, your site will retain it’s 2007 theme which Microsoft have done on purpose and you will need to manually change this 2010 if you wish to do so.  This is referred to as the “Visual Upgrade”, providing site administrators the ability to switch to the new look and feel at their own leisure.  This is a great move by the SharePoint product team as the new interface can be quite overwhelming to begin with.  Think about the move from Office 2003-2007 with the introduction of the new ribbon interface.   There was a week or two of frustration for most users before eventually getting the hang of it and finding the new interface to be more productive.</p>
<p>The below screen capture is my upgraded SharePoint 2010 portal running in “SharePoint 2007 theme mode”.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12007.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Capture12007" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12007_thumb.png" border="0" alt="Capture12007 thumb Upgrading your Content Database to SharePoint 2010   Database Attach method" width="619" height="396" /></a></p>
<p>To perform the Visual upgrade, navigate to Site Actions / Visual Upgrade.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12007a.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Capture12007a" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12007a_thumb.png" border="0" alt="Capture12007a thumb Upgrading your Content Database to SharePoint 2010   Database Attach method" width="427" height="624" /></a></p>
<p><strong> </strong></p>
<p>Here you are provided with 3 options in which I will select “Use the new SharePoint user interface, and don’t ask me again”.  After clicking on OK, I am now presented with the same site utilising the default SharePoint 2010 theme.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12010.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Capture12010" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/Capture12010_thumb.png" border="0" alt="Capture12010 thumb Upgrading your Content Database to SharePoint 2010   Database Attach method" width="692" height="455" /></a></p>
<p>We have now successfully upgraded one of our SharePoint 2010 content databases housing our main Intranet portal, albeit with some missing web parts and features.  So what’s next on the agenda?  Upgrading My Sites of course!  This will involve attaching and upgrading your Shared Service Provider (SSP) to upgrade your user profile information followed by upgrading the My Sites content database.  This process will be left for a future post.</p>
<p>I hope you have found this 2 part series useful and I am interested hear how many of you have attempted a SharePoint 2010 upgrade and your experiences.</p>
<p><strong>Resources from TechNet</strong></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc263447(office.14).aspx" target="_blank">Determine Upgrade approach (SharePoint 2010)</a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e8b66eb3-27c7-4a39-a2e1-3e7d18b12ee1&amp;displaylang=en" target="_blank">Microsoft SharePoint 2010 Products Upgrade Approaches</a> – Diagrams</p>
<p><a href="http://technet.microsoft.com/en-au/library/cc303420(office.14).aspx" target="_blank">Upgrading to SharePoint Server 2010</a></p>
<p><a href="http://blogs.technet.com/tothesharepoint/archive/2009/11/10/3292072.aspx" target="_blank">Preparing to upgrade to SharePoint 2010 Products</a></p>
<p><a href="http://technet.microsoft.com/en-au/library/cc263299(office.14).aspx" target="_blank">Attach databases and upgrade to SharePoint Server 2010</a></p>
<p>_______________________________________________________________</p>
<p><strong>Articles in this series</strong></p>
<ol>
<li><a href="http://sharepointgeorge.com/2009/upgrading-content-db-sharepoint-2010-part-1-preupgradecheck/" target="_blank">Upgrading your Content DB to SharePoint 2010 – Part 1, The preupgradecheck</a></li>
<li><a href="http://sharepointgeorge.com/2009/upgrading-content-database-sharepoint-2010-database-attach-method/" target="_self">Upgrading your Content DB to SharePoint 2010 – Part 2, Database Attach method</a></li>
</ol>



If you enjoyed this article, consider sharing it with one of the below social networking sites:


	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;notes=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;bodytext=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;annotation=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;t=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;t=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;h=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;body=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;title=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;selection=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-database-sharepoint-2010-database-attach-method%2F&amp;submitHeadline=Upgrading%20your%20Content%20Database%20to%20SharePoint%202010%20-%20Database%20Attach%20method&amp;submitSummary=Welcome%20back%20to%20the%20second%20half%20of%20this%20series%20on%20upgrading%20a%20SharePoint%202007%20content%20database%20to%20SharePoint%202010.%20%20Today%20we%20will%20complete%20our%20upgrade%20journey%20utilising%20one%20of%20the%203%20upgrade%20models%20that%20are%20available%20to%20you%20by%20Microsoft.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1158</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading your Content DB to SharePoint 2010 &#8211; Part 1, The preupgradecheck</title>
		<link>http://sharepointgeorge.com/2009/upgrading-content-db-sharepoint-2010-part-1-preupgradecheck/</link>
		<comments>http://sharepointgeorge.com/2009/upgrading-content-db-sharepoint-2010-part-1-preupgradecheck/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 11:30:32 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Pre-Upgrade]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1141</guid>
		<description><![CDATA[In this two part series I will be providing you with a guide to upgrading your SharePoint 2007 content databases to SharePoint 2010.]]></description>
			<content:encoded><![CDATA[<p>I’m sure there are a lot of SharePointers out there who are excited about the 2010 release and as I have been working my way through the installation and configuration of this updated beast, I have also been providing you with posts along the way sharing my experiences.  Today isn’t any different, and in this two part series I will be providing you with a guide to upgrading your SharePoint 2007 content databases to SharePoint 2010.  There are already some great resources out there regarding upgrade options and preparation guidance including those from Microsoft on the TechNet Site and others which I will list at the end of this article. The prime focus of part 1 of this 2 part series will be to outline the many tools that are available to you at no cost, assisting and ensuring that your SharePoint  farm and SharePoint databases are up to scratch and ready for 2010.  The series will proceed as follows;</p>
<ol>
<li>Upgrading your Content DB to SharePoint 2010 –The preupgradecheck</li>
<li>Upgrading your Content DB to SharePoint 2010 – Using the Database Attach method</li>
</ol>
<p>First and foremost, Microsoft have provided us with the pre-upgrade command line stsadm parameter switch in SharePoint 2007 Service Pack 2, which has been further updated with the latest <a href="http://support.microsoft.com/kb/976730" target="_blank">October 2009 Cumulative Update (CU),</a>. This will be our primary analysis and reporting tool providing us with invaluable information regarding your SharePoint 2007 farm and actions that may be required to be taken prior to upgrading to SharePoint 2010, so let’s begin our journey here.</p>
<p>Launch a Windows command prompt on your SharePoint Server and type the following stsadm command from the following directory;</p>
<p>%COMMONPROGRAMFILES%\Microsoft Shared\Web Server Extensions\12\bin</p>
<div id="codeSnippetWrapper">
<pre id="codeSnippet" style="text-align: left; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New', courier, monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible; border-style: none; padding: 0px;">stsadm.exe -o preupgradecheck</pre>
<p>This will begin the pre-upgrade process checks which will display the relevant steps in your command prompt window.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb.png" border="0" alt="image thumb Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="668" height="272" /></a></p>
<p>When the pre-upgrade process completes, you will receive the following “Operation completed successfully” message in which it will then launch your web browser displaying the results in HTML format, titled “SharePoint Products and Technologies Pre-Upgrade Check Report”.  These results can also be located under the following location;</p>
<p>%COMMONPROGRAMFILES%\Microsoft Shared\Web Server Extensions\12\Logs\</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb1.png" border="0" alt="image thumb1 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="678" height="192" /></a></p>
<p>What you will notice is that the report being displayed does a great job in not only notifying you of any issues regarding your SharePoint farm such as missing Site Definition Information or missing Feature Information, but it also provides you with a blueprint of your SharePoint Farm setup.  Such useful information which will be required to be taken into consideration when upgrading to SharePoint 2010 includes the following items;</p>
<ul>
<li>Search content sources and start addresses</li>
<li>Office Server Search topology</li>
<li>Servers in the current farm</li>
<li>SharePoint version and list of components running in the farm</li>
<li>Supported upgrade types (Inplace Upgrade and Content Database Attach)</li>
<li>Site Definition and Feature Information</li>
<li>Language pack information</li>
<li>Alternate Access Mappings (AAM) that will need to be recreated</li>
<li>Customized List views (these will not be upgraded)</li>
<li>Customized field types (these will not be upgraded)</li>
<li>WSS Search topology</li>
<li>List of Content Databases and SQL server location</li>
</ul>
<p>Joel Oleson does a great job in explaining these items in great detail in his blog post <a href="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=238">Preparing for Upgrade to 2010 Today &#8211; Part 1 Preupgradecheck</a>, however I will outline some of the issues that I personally encountered with my SharePoint 2007 content database.</p>
<p>The majority of your issues will most likely evolve around Missing Site Definition and or missing Feature Information.  These missing items are listed at the bottom of each of these respective sections in the pre-upgrade report.  My first problem area was a missing Site Definition.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb2.png" border="0" alt="image thumb2 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="638" height="173" /></a></p>
<p>name = Unknown, language = 1033, template id = 75816, count = 5, <strong><span style="color: #ff0000">status = Missing</span></strong></p>
<p><span style="color: #000000">Notice that the name of this feature is  “unknown”, which isn’t of much help, however this is where Google (or your preferred search engine provider) comes into play.  The key identifier is the template id which in this case is 75816, and after typing this ID number in my search criteria I was immediately presented with a number of results all pointing to the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=CE90D6D7-7B96-47BF-A22F-A7E8C5D40647&amp;displaylang=en" target="_blank">Help Desk Fab 40 template</a>.  Aha! my eyes lit up and I recall back in the day installing some of the <a href="http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb407286.aspx" target="_blank">Fab 40 templates</a> (I’m sure many did at the time of release).  So I downloaded the solution from the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=CE90D6D7-7B96-47BF-A22F-A7E8C5D40647&amp;displaylang=en" target="_blank">Microsoft Download Center</a> and re-installed the template. I then re-ran the preupgrade check and whalla! my missing site definition now has a name against it with a status of &#8220;Installed&#8221;.</span></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb3.png" border="0" alt="image thumb3 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="648" height="192" /></a></p>
<p>My next problematic area was a plethora of missing features. Now this will all depend on how much history is attached against your current SharePoint farm environment and how many 3rd party solutions and or custom development have been installed or uninstalled over time.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image4.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb4.png" border="0" alt="image thumb4 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="660" height="225" /></a></p>
<p>One thing you will learn throughout this process is that the preupgrade check utility does a great job in naming features against GUID’s when they are installed, but fails miserably in displaying names when they are missing.  Once again, Google quickly becomes a point of reference and 9 times out of 10, utilising the GUID in your search criteria will yield the results that you are after, and that is the actual name of the missing feature.   A few of mine were features from the <a href="http://www.codeplex.com" target="_blank">Codeplex</a> site so I was easily able to identify whether I needed to re-install or remove these rogue items.  In most instances, if they are missing, they are missing due to failed uninstalls, so this is where the stsadm becomes your next best friend.</p>
<p>Let’s take a single example where the following GUID was listed as being missing; 758a6fdf-005a-bcaa-0ea0-1d4931979fec.  You will need to run the following stsadm –o deactivatefeature command to remove the rogue entry.  More information on the this command can be located in the following <a href="http://technet.microsoft.com/en-us/library/cc288714.aspx" target="_blank">TechNet article</a>.</p>
<div id="codeSnippetWrapper" style="text-align: left; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; width: 97.5%; font-family: 'Courier New', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; cursor: text; border: silver 1px solid; padding: 4px;">
<pre id="codeSnippet" style="text-align: left; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New', courier, monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible; border-style: none; padding: 0px;">STSADM -o deactivatefeature -id 758a6fdf-005a-bcaa-0ea0-1d4931979fec -url http://intranet.georgekhalil.com -force</pre>
</div>
</div>
<p>In addition to the STSADM command line tool, there are a couple of other tools that really assisted with the process of removing rogue features where the stsadm actually failed.  The first tool which is provided by <a href="http://www.gilham.org/Blog/Lists/Posts/Post.aspx?List=aab85845-88d2-4091-8088-a6bbce0a4304&amp;ID=229" target="_blank">Gilham Consulting</a> , is the <a href="http://code.msdn.microsoft.com/WssAnalyzeFeatures" target="_blank">WssAnalyzeFeatures</a> tool, which will assist in listing features against their GUID similar to that of the preupgrade report.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image5.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb5.png" border="0" alt="image thumb5 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="566" height="287" /></a></p>
<p>The second tool required as part of the removal process is the <a href="http://code.msdn.microsoft.com/WssRemoveFeatureFrom" target="_blank">WssRemoveFeatureFromSite</a> which will remove rogue features installed in your SharePoint farm where the stsadm –o deactivate feature might fail.  Eventually you would want the output of the WssAnalyzeFeatures command to display no problems.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image6.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb6.png" border="0" alt="image thumb6 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="428" height="171" /></a></p>
<p>So after re-installing or removing any rogue features and site definitions we should be ready to proceed with our SharePoint 2010 upgrade, taking into account that there were no other problematic areas that were outlined in the preupgrade check.</p>
<p>There are several other tools worth mentioning that also assisted with outputting information and configuration details of my farm and assisted with the SharePoint farm cleansing process.</p>
<p>The <a href="http://featureadmin.codeplex.com/" target="_blank">SharePoint Feature Administration and Clean Up Tool</a> which you can download from the <a href="http://www.codeplex.com" target="_blank">Codeplex</a> site,  does a great job in listing Feature Definitions across Site Collections and Sub Webs and cleanly uninstalling them.  My favourite feature in this tool is its ability to locate any faulty features and then providing you with the ability to remove them from your entire farm.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image7.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb7.png" border="0" alt="image thumb7 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="553" height="500" /></a></p>
<p>Clicking on the Find Faulty Feature in Farm should hopefully return the following “No Faulty Feature was found” message.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image8.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb8.png" border="0" alt="image thumb8 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="295" height="165" /></a></p>
<p><a href="http://spm.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22762" target="_blank">SharePoint Manager 2007</a> (note there is already a SharePoint Manager 2010 available) can also be downloaded from the CodePlex Site and is a great tool for administrators and developers in providing an understanding of any SharePoint farm topology.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image9.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb9.png" border="0" alt="image thumb9 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="235" height="341" /></a></p>
<p>My last tool of choice is from <a href="http://store.bamboosolutions.com/" target="_blank">Bamboo Solutions</a>, namely the <a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/11/07/introducing-bamboo-sharepoint-analyzer.aspx" target="_blank">Bamboo SharePoint Analyzer</a>.  Similar to that of SharePoint Manager 2007, this utility also does a great job is listing everything you need to know about your SharePoint environment and your entire farm topology.  This is also available as a <a href="http://community.bamboosolutions.com/media/p/7160.aspx" target="_blank">free download</a> and should be installed as part of any SharePoint Farm deployment.  These tools will also greatly assist in replicating your environment for your SharePoint 2010 deployment.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/12/image10.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://sharepointgeorge.com/wp-content/uploads/2009/12/image_thumb10.png" border="0" alt="image thumb10 Upgrading your Content DB to SharePoint 2010 &ndash; Part 1, The preupgradecheck" width="330" height="447" /></a></p>
<p>Hopefully I have provided you with a comprehensive list of tools and tips to assist you in getting your Content DB’s primed for your SharePoint 2010 upgrade.  In the next part of this series I will focus on the actual upgrade itself utilising the Database attach method, so stay tuned!</p>
<p><a href="http://sharepointgeorge.com/2009/creating-web-application-site-collection-sharepoint-2010/"></a></p>
<p><strong>References:</strong></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc303420(office.14).aspx" target="_blank">Upgrading to SharePoint Server 2010</a> &#8211; TechNet</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc262231(office.14).aspx" target="_blank">Run the pre-upgrade checker (SharePoint Server 2010)</a> &#8211; TechNet</p>
<p><a href="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=259" target="_blank">5 Reasons SharePoint 2010 PreUpgradeCheck is better than Prescan</a> – SharePoint Joel</p>
<p><a href="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=238" target="_blank">Preparing for Upgrade to 2010 Today &#8211; Part 1 Preupgradecheck</a> – SharePoint Joel</p>
<p><a href="http://www.chandima.net/Blog/archive/2009/11/13/planning-for-sharepoint-2010-%E2%80%93-upgrade-planning-part-4-%E2%80%93-using-preupgradecheck.aspx" target="_blank">Planning for SharePoint 2010 – Upgrade Planning Part 4 – Using preupgradecheck</a> – Chandima.Net</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:bd13b384-0d10-4427-be4c-13e320fac8a6" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">
<div>
<div id="__ss_1925988" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast" href="http://www.slideshare.net/joeloleson/preparing-for-upgrade-to-sharepoint-2010-with-joel-oleson-quest-software-webcast">Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=preparingforupgradesharepoint2010olesonquestwebcastfinal-090830014557-phpapp02&amp;stripped_title=preparing-for-upgrade-to-sharepoint-2010-with-joel-oleson-quest-software-webcast" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=preparingforupgradesharepoint2010olesonquestwebcastfinal-090830014557-phpapp02&amp;stripped_title=preparing-for-upgrade-to-sharepoint-2010-with-joel-oleson-quest-software-webcast" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/joeloleson">Joel Oleson</a>.</div>
</div>
</div>
</div>



If you enjoyed this article, consider sharing it with one of the below social networking sites:


	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;notes=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;bodytext=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;annotation=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;t=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;t=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;h=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;body=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;title=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;selection=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fupgrading-content-db-sharepoint-2010-part-1-preupgradecheck%2F&amp;submitHeadline=Upgrading%20your%20Content%20DB%20to%20SharePoint%202010%20%26ndash%3B%20Part%201%2C%20The%20preupgradecheck&amp;submitSummary=In%20this%20two%20part%20series%20I%20will%20be%20providing%20you%20with%20a%20guide%20to%20upgrading%20your%20SharePoint%202007%20content%20databases%20to%20SharePoint%202010.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1141</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating your first Web Application &amp; Site Collection in SharePoint 2010</title>
		<link>http://sharepointgeorge.com/2009/creating-web-application-site-collection-sharepoint-2010/</link>
		<comments>http://sharepointgeorge.com/2009/creating-web-application-site-collection-sharepoint-2010/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 11:30:16 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Site Collection]]></category>
		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1125</guid>
		<description><![CDATA[In this post I will be providing you with a step by step guide in creating your first SharePoint Web Application and Site Collection to host your sub webs]]></description>
			<content:encoded><![CDATA[<p>We are at the final article in this series in getting your SharePoint 2010 environment up and running, however the fun doesn’t end here (there will be plenty more posts on 2010 now that our test environment is up and running) .  In this post I will be providing you with a step by step guide in creating your first SharePoint Web Application and Site Collection to host your sub webs.  If you need to catch up on my previous posts in this series you can access them from the following links;</p>
<ol>
<li><a style="outline-style: none; color: #1f9ebe; text-decoration: none" href="http://sharepointgeorge.com/2009/installing-sharepoint-2010-beta-windows-2008-r2-server/" target="_blank">Installing SharePoint 2010 Beta on a Windows 2008 R2 Server</a></li>
<li><a style="outline-style: none; color: #1f9ebe; text-decoration: none" href="http://sharepointgeorge.com/2009/configuring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization/" target="_self">Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization</a></li>
</ol>
<p>Now that you are up to speed, let’s begin by navigating to SharePoint 2010 Central Administration / Application Management. You will notice that the redesigned interface organises and categorises items in an orderly fashion, with a lot of familiarity with SharePoint 2007.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0012.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image001" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image001_thumb2.png" border="0" alt="clip image001 thumb2 Creating your first Web Application &amp; Site Collection in SharePoint 2010" width="632" height="374" /></a></p>
<p>The first step in the process is creating your first Web Application to host our Site Collections.</p>
<p>Under the section Web Applications, click on Manage web applications.</p>
<p>On the new fluent ribbon UI, click on New.  (By the way, I think the ribbon UI is a welcome addition to the 2010 interface making it easier for administrators and end users to make decisions and change details within a couple of clicks).</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0021.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image002_thumb1.png" border="0" alt="clip image002 thumb1 Creating your first Web Application &amp; Site Collection in SharePoint 2010" width="487" height="420" /></a></p>
<p>The all so familiar Create New Web Application window appears albeit as a pop up window which does make navigation a lot nicer.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0032.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image003" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image003_thumb2.png" border="0" alt="clip image003 thumb2 Creating your first Web Application &amp; Site Collection in SharePoint 2010" width="613" height="727" /></a></p>
<p>There are a couple of enhancements and improvements worth noting, with the first being the two types of authentication that you are provided with when creating your new web application, being Claims Based Authentication vs. Classic Mode Authentication. In summary, SharePoint 2010 is now “claims aware” making SharePoint a lot easier to work with systems such as Active Directory and providing single sign on for on-premises and cloud based applications across organisations. The following link provides a great overview on Claims Based Authentication and the role it will play within SharePoint 2010.</p>
<p><a href="http://blogs.technet.com/ritaylor/archive/2009/06/03/claims-based-authentication-an-overview.aspx">http://blogs.technet.com/ritaylor/archive/2009/06/03/claims-based-authentication-an-overview.aspx</a></p>
<p>Proceed and fill out the Create New Web Application Form. As a guide, I have provided sample answers below .</p>
<p><strong>Authentication: </strong>Claims Based Authentication</p>
<h4>IIS Web Site<strong>: </strong></h4>
<p><strong>Create a new IIS web site</strong></p>
<p><strong>Name: </strong>SharePoint Intranet Portal<strong> (</strong>Always best practice to create a new IIS website for each new SharePoint Web Application.)</p>
<p><strong>Port: </strong>80</p>
<p><strong>Host Header: </strong>Leave Blank or specify a preferred host header. (If you specify a host header, the alternate access mapping will be created for you automatically.  Please ensure that you also create the relevant A record in DNS.</p>
<p><strong>Path:</strong> Leave default C:\inetpub\wwwroot\wss\VirtualDirectories\80 (This is usually determined by Port number and or Host Header Input)</p>
<h4>Security Configuration</h4>
<p><strong>Allow Anonymous: </strong>No</p>
<p><strong>Use Secure Sockets Layer (SSL): </strong>No</p>
<h4>Identity Providers</h4>
<p><strong>Enable Windows Authentication: </strong>Negotiate (Kerberos or NTLM)</p>
<h4>Sign in Page URL</h4>
<p><strong>Default Sign In Page</strong></p>
<h4>Public URL</h4>
<p><strong>Keep default Entry against your Default Zone.</strong></p>
<h4>Application Pool</h4>
<p><strong>Create new Application pool: </strong>SharePoint Intranet Portal (I have matched the pool name against my IIS website name for consistency, again it’s best practice to create a new application pool for each SharePoint Web Application that you create.</p>
<h4>Database Name and Authentication</h4>
<p>Specify your Database Server, Database Name and keep Windows authentication which is recommended.</p>
<h4>Failover Server</h4>
<p>This is a new feature in SharePoint 2010 providing you with the ability to specify a second SQL server that is participating in database mirroring, allowing you to easily failover if the primary SQL server fails. This is a welcome addition providing a means of high availability.</p>
<h4>Service Application Connections:</h4>
<p><strong>Edit the following group of connections: </strong>default</p>
<p>Note, SharePoint 2010 allows you to connect a web application to all service applications available in a farm or a subset that you define.  This can be changed at any time.</p>
<h4>Customer Experience Improvement Program</h4>
<p><strong>Enable Customer Experience Improvement Program: </strong>Yes or No</p>
<p>Click OK to initiate the creation process.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0041.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image004_thumb1.png" border="0" alt="clip image004 thumb1 Creating your first Web Application &amp; Site Collection in SharePoint 2010" width="580" height="310" /></a></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0053.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image005" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image005_thumb3.png" border="0" alt="clip image005 thumb3 Creating your first Web Application &amp; Site Collection in SharePoint 2010" width="549" height="293" /></a></p>
<p>Click OK</p>
<p>Our new Web Application will now be listed along side our SharePoint Central Administration v4 Web Application under Central Administration/ Application Management / Manage web applications</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image007.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image007" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image007_thumb.jpg" border="0" alt="clip image007 thumb Creating your first Web Application &amp; Site Collection in SharePoint 2010" width="622" height="200" /></a></p>
<p>We are now ready to create our first site collection. Navigate to Central Administration / Application Management / Create Site collections.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0091.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image009" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image009_thumb1.jpg" border="0" alt="clip image009 thumb1 Creating your first Web Application &amp; Site Collection in SharePoint 2010" width="622" height="329" /></a></p>
<p>As you can see, the interface hasn’t changed at all from SharePoint 2007.</p>
<p>Ensure that the newly created Web Application is selected.</p>
<p>Enter a Title and Description. Under Template Selection I will click on the Collaboration Tab and select the trusty Team Site as this will be my starter site hierarchy for my development Intranet Portal.</p>
<p>Enter the Primary and Secondary Site collection administrators and then click OK.</p>
<p>That’s it. Our first site collection is up and running.</p>
<p>This is only the beginning of our journey.  In upcoming posts I will delve into the nitty gritty and get my hands dirty discussing the new features of SharePoint 2010.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0111.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image011" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image011_thumb1.jpg" border="0" alt="clip image011 thumb1 Creating your first Web Application &amp; Site Collection in SharePoint 2010" width="622" height="277" /></a></p>
<p>This concludes our series on getting the basics of SharePoint 2010 up and running and will serve as a base for all future posts on introducing SharePoint 2010.  So stay tuned and be notified on upcoming posts by subscribing to my <a href="http://feeds.feedburner.com/sharepointgeorge" target="_blank">RSS feed.</a></p>
<p>______________________________________________________</p>
<p><strong>Articles in this series;</strong></p>
<ol>
<li><a style="outline-style: none; color: #1f9ebe; text-decoration: none" href="http://sharepointgeorge.com/2009/installing-sharepoint-2010-beta-windows-2008-r2-server/" target="_blank">Installing SharePoint 2010 Beta on a Windows 2008 R2 Server</a></li>
<li><a style="outline-style: none; color: #1f9ebe; text-decoration: none" href="http://sharepointgeorge.com/2009/configuring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization/" target="_self">Configuring SharePoint 2010 (Beta) Service Applications and User Profile Service Synchronization</a></li>
<li><a href="http://sharepointgeorge.com/2009/creating-web-application-site-collection-sharepoint-2010/" target="_blank">Creating your first SharePoint 2010 Beta Web Application and Site Collection</a></li>
</ol>



If you enjoyed this article, consider sharing it with one of the below social networking sites:


	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;title=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010&amp;notes=In%20this%20post%20I%20will%20be%20providing%20you%20with%20a%20step%20by%20step%20guide%20in%20creating%20your%20first%20SharePoint%20Web%20Application%20and%20Site%20Collection%20to%20host%20your%20sub%20webs" title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;title=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010&amp;bodytext=In%20this%20post%20I%20will%20be%20providing%20you%20with%20a%20step%20by%20step%20guide%20in%20creating%20your%20first%20SharePoint%20Web%20Application%20and%20Site%20Collection%20to%20host%20your%20sub%20webs" title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;title=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010&amp;annotation=In%20this%20post%20I%20will%20be%20providing%20you%20with%20a%20step%20by%20step%20guide%20in%20creating%20your%20first%20SharePoint%20Web%20Application%20and%20Site%20Collection%20to%20host%20your%20sub%20webs" title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;t=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;title=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=In%20this%20post%20I%20will%20be%20providing%20you%20with%20a%20step%20by%20step%20guide%20in%20creating%20your%20first%20SharePoint%20Web%20Application%20and%20Site%20Collection%20to%20host%20your%20sub%20webs" title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;t=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;title=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;title=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;title=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;h=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;title=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010&amp;body=In%20this%20post%20I%20will%20be%20providing%20you%20with%20a%20step%20by%20step%20guide%20in%20creating%20your%20first%20SharePoint%20Web%20Application%20and%20Site%20Collection%20to%20host%20your%20sub%20webs" title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;title=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010&amp;selection=In%20this%20post%20I%20will%20be%20providing%20you%20with%20a%20step%20by%20step%20guide%20in%20creating%20your%20first%20SharePoint%20Web%20Application%20and%20Site%20Collection%20to%20host%20your%20sub%20webs" title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fcreating-web-application-site-collection-sharepoint-2010%2F&amp;submitHeadline=Creating%20your%20first%20Web%20Application%20%26amp%3B%20Site%20Collection%20in%20SharePoint%202010&amp;submitSummary=In%20this%20post%20I%20will%20be%20providing%20you%20with%20a%20step%20by%20step%20guide%20in%20creating%20your%20first%20SharePoint%20Web%20Application%20and%20Site%20Collection%20to%20host%20your%20sub%20webs&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1125</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization</title>
		<link>http://sharepointgeorge.com/2009/configuring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization/</link>
		<comments>http://sharepointgeorge.com/2009/configuring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 12:50:07 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Service Applications]]></category>
		<category><![CDATA[User Profiles]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1098</guid>
		<description><![CDATA[Today’s article will extend our setup and I will be providing another step by step guide in configuring SharePoint 2010 Service Applications in particular the User Profile Service in which I will create an Active Directory connection to import our users.  Before delving into the step by step guide, let me provide you with a primer on Service Applications in SharePoint 2010.]]></description>
			<content:encoded><![CDATA[<p>Welcome back to part 2 of this series in getting the basic bits and pieces of SharePoint 2010 beta up and running.  If you recall in <a href="http://sharepointgeorge.com/2009/installing-sharepoint-2010-beta-windows-2008-r2-server/" target="_blank">part 1</a>, I provided a step by step guide in installing SharePoint 2010 Beta on a Windows 2008 R2 server.  Today’s article will extend our setup and I will be providing another step by step guide in configuring SharePoint 2010 Service Applications in particular the User Profile Service in which I will create an Active Directory connection to import our users.  Before delving into the step by step guide, let me provide you with a primer on Service Applications in SharePoint 2010.</p>
<p>Service Applications is the new model adopted by Microsoft in SharePoint 2010 to replace the Shared Services Provider (SSP) model that was introduced in SharePoint Server (MOSS) 2007. Service Applications in SharePoint 2010 is aimed at allowing for greater flexibility over the legacy SSP model and is now incorporated into WSS 4 or commonly referred to as SharePoint Foundation 2010.  Some of the notable enhancements with Service Applications over SSP include the following;</p>
<ul>
<li>different sets of services can be associated with different web applications</li>
<li>web applications can be configured to only use the services that they need</li>
<li>publishing a service application allows for sharing across multiple server farms (applies to some services only)</li>
<li>3rd party integration into the service applications model is now possible</li>
<li>There isn’t a separate site for service applications (i.e. accessible via Central Administration and not via a separate site as is the case with SSP in SharePoint Server 2007.</li>
</ul>
<p>In <a href="http://sharepointgeorge.com/2009/installing-sharepoint-2010-beta-windows-2008-r2-server/" target="_blank">part 1</a> of this series, we finished off with the installation of SharePoint 2010.  Upon completion of the installation, the Farm Configuration Wizard should launch automatically, however you can also invoke the same wizard by navigating to SharePoint Central Administration / Configuration Wizards.</p>
<p>Under farm configuration, click on Launch the Farm configuration wizard</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0011.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image001" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image001_thumb1.png" border="0" alt="clip image001 thumb1 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="506" height="380" /></a></p>
<p>As this is our first time in configuring the SharePoint Farm, click on “Walk me through the settings using this wizard” option and click Next.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image003.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image003" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image003_thumb.jpg" border="0" alt="clip image003 thumb Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="621" height="157" /></a></p>
<p>The following screen provides you with the ability to set your Service Account.  It would be best practice to select “Create new Managed account”, however with all the issues around beta and service accounts I would recommend using your Domain Administrator account.  Remember, SharePoint 2010 is still in beta and should only be setup in a development environment for testing purposes.</p>
<p>A list of the service applications is also displayed below and I will keep the default services selected which is everything excluding the Lotus Notes Connector.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0051.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image005" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image005_thumb1.jpg" border="0" alt="clip image005 thumb1 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="621" height="359" /></a></p>
<p>Click Next.  I’ve seen the following “Processing” screen a few times now with the SharePoint  2010 install and is very re-assuring if I must say.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0064.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image006_thumb4.png" border="0" alt="clip image006 thumb4 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="624" height="240" /></a></p>
<p>You will be greeted with the Create Site Collection page in which we will Skip in this instance. I will be providing you with a step by step guide in creating your first Web Application and Site Collection in part 3 of this series which will follow shortly after this post. Stay tuned <img src='http://sharepointgeorge.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" /> </p>
<p>This now completes the Farm Configuration Wizard which is a breeze I must say.  Below are all the services that are running by default.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0081.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image008" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image008_thumb1.jpg" border="0" alt="clip image008 thumb1 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="622" height="311" /></a></p>
<p>Click Finish</p>
<p>If we now navigate to Central Administration / System Settings / Manage servers in this farm, you will notice that our Services Running in the farm has expanded to include the Application Services.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image010.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image010" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image010_thumb.jpg" border="0" alt="clip image010 thumb Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="622" height="295" /></a></p>
<p>This concludes the first part of this article in getting SharePoint 2010 service applications up and running.  We will now focus our efforts in configuring our user profile service application.  Word of warning, there are elements below that are workarounds around potential issues you may encounter with the beta.  But if you follow my instructions, you should reach the final outcome, which is successfully importing your users.  <em><span style="color: #ff0000;">Note:  Please ensure you read the rest of the article in its entirety before proceeding with your own configuration, as this will ensure you won’t need to double up in any step (you will know what I mean when you read on)</span></em></p>
<p>Let’s begin by navigating to SharePoint 2010 Central Administration / Application Management / Manage service applications / User Profile Service Application.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image014.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image014" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image014_thumb.jpg" border="0" alt="clip image014 thumb Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="622" height="217" /></a></p>
<p>You will notice on the far right that our user and organization properties are present but our user profiles are currently non existent.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0152.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image015" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image015_thumb2.png" border="0" alt="clip image015 thumb2 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="407" height="297" /></a></p>
<p>Under Synchronization, select Configure Synchronization Connections.</p>
<p>Click on Create New Connection</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0162.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image016" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image016_thumb2.png" border="0" alt="clip image016 thumb2 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="463" height="162" /></a></p>
<p>Enter the details as follows;</p>
<p><strong>Connection Name: </strong>My Active Directory Domain<br />
<strong>Type: </strong>Active Directory<br />
<strong>Connection Settings: </strong>Specify a domain controller (type in the fully qualified domain name (fqdn) of your Active Directory Server) – Note: I had issues populating the containers when using the Auto discover method (details and error below)<br />
<strong>Authentication Provider Type: </strong>Windows Authentication<br />
<strong>Account name: </strong>Domain\Administrator<br />
<strong>Password: </strong>*************</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image018.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image018" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image018_thumb.jpg" border="0" alt="clip image018 thumb Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="621" height="291" /></a></p>
<p>Click on Populate Containers which should enumerate your Active Directory Tree.  This is a welcome enhancement in SharePoint 2010 removing the need to type in the correct active directory lookup syntax.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image020.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image020" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image020_thumb.jpg" border="0" alt="clip image020 thumb Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="621" height="202" /></a></p>
<p>Note from above: I actually needed to specify a domain controller. The Auto discover option above did not work for me and kept giving me the below error “The distinguished name contains invalid syntax “ when attempting to “Populate Containers”  I would be interested to know if others have encountered the same issue.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0212.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image021" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image021_thumb2.png" border="0" alt="clip image021 thumb2 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="375" height="95" /></a></p>
<p>After selecting your container, click OK.</p>
<p>Now, the bugs begin. The page redirects back to the “Create New Connection” page but it’s blank!  I was actually able to reproduce this issue on 2 separate installs and farm configurations.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0222.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image022" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image022_thumb2.png" border="0" alt="clip image022 thumb2 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="453" height="173" /></a></p>
<p>The issue lies with the Forefront Identity Manager (FIM) Services which I have listed as follows.  I launched Services under Windows 2008 R2 Administrative Tools on my SharePoint server to find the following 2 services in the following state.</p>
<ul>
<li>Forefront Identity Manager Service – Logon as Local System <strong>(Disabled)</strong></li>
<li>Forefront Identity Manager Synchronization Service &#8211; Log on as \ <strong>(Disabled)</strong></li>
</ul>
<p>The Microsoft SharePoint Team Blog goes in some detail regarding these services in which I have provided a link below as reference.</p>
<p>In order to fix our FIM services state we need to navigate to Central Administration / System Settings / Manage services on server. You will be presented with a list of your application services and you will notice that both the User Profile Service and User Profile Synchronisation Service are actually started (well in my case they were).</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image024.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image024" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image024_thumb.jpg" border="0" alt="clip image024 thumb Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="622" height="68" /></a></p>
<p>Click on Stop for both services and then start them again. This will fix the Forefront Identity service issues and you will notice that these will now be set to automatic with the correct logon permissions; We are now cooking with gas!</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0252.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image025" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image025_thumb2.png" border="0" alt="clip image025 thumb2 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="627" height="59" /></a></p>
<p>If your connection is still not listed under Synchronization Connections then you will need to <strong>re-create</strong> it as per the instructions provided above.  Yes! painful, but I guarantee it will work the second time, now that our FIM services have started correctly in Windows services.  As you can see from the below screen shot, I was eventually able to create my first Active Directory Connection.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0272.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image027" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image027_thumb2.jpg" border="0" alt="clip image027 thumb2 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="622" height="99" /></a></p>
<p>We are now ready to click on Start Profile Synchronization!</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0292.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image029" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image029_thumb2.jpg" border="0" alt="clip image029 thumb2 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="622" height="124" /></a></p>
<p>Click on Start Incremental Synchronization.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0311.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image031" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image031_thumb1.jpg" border="0" alt="clip image031 thumb1 Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="621" height="75" /></a></p>
<p>Click OK.</p>
<p>It may look like that nothing is actually occurring but the synchronization process is actually happening in the background. To confirm that this is the case, if I click on Start Profile Synchronization soon after, I will receive the below popup message;</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image032.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image032" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image032_thumb.png" border="0" alt="clip image032 thumb Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="424" height="196" /></a></p>
<p>Note: This process took approximately 10 minutes for 8 users in my environment, but again this is beta. Hopefully things will speed up when SharePoint 2010 RTM’s.</p>
<p>Let’s now venture to Manage User Profiles;</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image033.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image033" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image033_thumb.png" border="0" alt="clip image033 thumb Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="436" height="157" /></a></p>
<p>You will be greeted with “There are no results to display” and no user profiles listed, (even though it specifies a total number of profiles being 8 in my case) .</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image034.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image034" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image034_thumb.png" border="0" alt="clip image034 thumb Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="522" height="247" /></a></p>
<p>This is another gotcha and it looks like things have changed here a little and you will now need to search for your users, as opposed to them automatically appearing.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image035.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image035" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image035_thumb.png" border="0" alt="clip image035 thumb Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization" width="604" height="211" /></a></p>
<p>We have now successfully completed our import of our Active Directory users into our user profile service application.  In the next article in this series I will provide you with the steps required to create your first Web Application and Site Collection.  This will provide us with a nice base to play around with, and begin exploring the plethora of goodies that are available with SharePoint 2010.</p>
<p>Be sure to add your own experiences in configuring the user profile service application below.</p>
<p>Stay tuned, the journey with SharePoint 2010 has only just begun.</p>
<p><strong>References:</strong></p>
<p>Path to User Profile Synchronization success in SharePoint 2010 Beta <a href="http://blogs.msdn.com/sharepoint/archive/2009/11/18/path-to-user-profile-synchronization-success-in-sharepoint-2010-beta.aspx">http://blogs.msdn.com/sharepoint/archive/2009/11/18/path-to-user-profile-synchronization-success-in-sharepoint-2010-beta.aspx</a></p>
<p>Configure Profile Synchronization (SharePoint Server 2010) <a href="http://technet.microsoft.com/en-us/library/ee721049(office.14).aspx">http://technet.microsoft.com/en-us/library/ee721049(office.14).aspx</a></p>
<p>______________________________________________________</p>
<p><strong>Articles in this series;</strong></p>
<ol>
<li><a href="http://sharepointgeorge.com/2009/installing-sharepoint-2010-beta-windows-2008-r2-server/" target="_blank">Installing SharePoint 2010 Beta on a Windows 2008 R2 Server</a></li>
<li><a href="http://sharepointgeorge.com/2009/configuring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization/" target="_self">Configuring SharePoint 2010 (Beta) Service Applications and User Profile Service Synchronization</a></li>
<li><a href="http://sharepointgeorge.com/2009/creating-web-application-site-collection-sharepoint-2010/" target="_blank">Creating your first SharePoint 2010 Beta Web Application and Site Collection</a></li>
</ol>



If you enjoyed this article, consider sharing it with one of the below social networking sites:


	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;title=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization&amp;notes=Today%E2%80%99s%20article%20will%20extend%20our%20setup%20and%20I%20will%20be%20providing%20another%20step%20by%20step%20guide%20in%20configuring%20SharePoint%202010%20Service%20Applications%20in%20particular%20the%20User%20Profile%20Service%20in%20which%20I%20will%20create%20an%20Active%20Directory%20connection%20to%20import%20our%20users.%20%20Before%20delving%20into%20the%20step%20by%20step%20guide%2C%20let%20me%20provide%20you%20with%20a%20primer%20on%20Service%20Applications%20in%20SharePoint%202010." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;title=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization&amp;bodytext=Today%E2%80%99s%20article%20will%20extend%20our%20setup%20and%20I%20will%20be%20providing%20another%20step%20by%20step%20guide%20in%20configuring%20SharePoint%202010%20Service%20Applications%20in%20particular%20the%20User%20Profile%20Service%20in%20which%20I%20will%20create%20an%20Active%20Directory%20connection%20to%20import%20our%20users.%20%20Before%20delving%20into%20the%20step%20by%20step%20guide%2C%20let%20me%20provide%20you%20with%20a%20primer%20on%20Service%20Applications%20in%20SharePoint%202010." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;title=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization&amp;annotation=Today%E2%80%99s%20article%20will%20extend%20our%20setup%20and%20I%20will%20be%20providing%20another%20step%20by%20step%20guide%20in%20configuring%20SharePoint%202010%20Service%20Applications%20in%20particular%20the%20User%20Profile%20Service%20in%20which%20I%20will%20create%20an%20Active%20Directory%20connection%20to%20import%20our%20users.%20%20Before%20delving%20into%20the%20step%20by%20step%20guide%2C%20let%20me%20provide%20you%20with%20a%20primer%20on%20Service%20Applications%20in%20SharePoint%202010." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;t=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;title=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=Today%E2%80%99s%20article%20will%20extend%20our%20setup%20and%20I%20will%20be%20providing%20another%20step%20by%20step%20guide%20in%20configuring%20SharePoint%202010%20Service%20Applications%20in%20particular%20the%20User%20Profile%20Service%20in%20which%20I%20will%20create%20an%20Active%20Directory%20connection%20to%20import%20our%20users.%20%20Before%20delving%20into%20the%20step%20by%20step%20guide%2C%20let%20me%20provide%20you%20with%20a%20primer%20on%20Service%20Applications%20in%20SharePoint%202010." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;t=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;title=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;title=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;title=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;h=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;title=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization&amp;body=Today%E2%80%99s%20article%20will%20extend%20our%20setup%20and%20I%20will%20be%20providing%20another%20step%20by%20step%20guide%20in%20configuring%20SharePoint%202010%20Service%20Applications%20in%20particular%20the%20User%20Profile%20Service%20in%20which%20I%20will%20create%20an%20Active%20Directory%20connection%20to%20import%20our%20users.%20%20Before%20delving%20into%20the%20step%20by%20step%20guide%2C%20let%20me%20provide%20you%20with%20a%20primer%20on%20Service%20Applications%20in%20SharePoint%202010." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;title=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization&amp;selection=Today%E2%80%99s%20article%20will%20extend%20our%20setup%20and%20I%20will%20be%20providing%20another%20step%20by%20step%20guide%20in%20configuring%20SharePoint%202010%20Service%20Applications%20in%20particular%20the%20User%20Profile%20Service%20in%20which%20I%20will%20create%20an%20Active%20Directory%20connection%20to%20import%20our%20users.%20%20Before%20delving%20into%20the%20step%20by%20step%20guide%2C%20let%20me%20provide%20you%20with%20a%20primer%20on%20Service%20Applications%20in%20SharePoint%202010." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fconfiguring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization%2F&amp;submitHeadline=Configuring%20SharePoint%202010%20Beta%20Service%20Applications%20and%20User%20Profile%20Service%20Synchronization&amp;submitSummary=Today%E2%80%99s%20article%20will%20extend%20our%20setup%20and%20I%20will%20be%20providing%20another%20step%20by%20step%20guide%20in%20configuring%20SharePoint%202010%20Service%20Applications%20in%20particular%20the%20User%20Profile%20Service%20in%20which%20I%20will%20create%20an%20Active%20Directory%20connection%20to%20import%20our%20users.%20%20Before%20delving%20into%20the%20step%20by%20step%20guide%2C%20let%20me%20provide%20you%20with%20a%20primer%20on%20Service%20Applications%20in%20SharePoint%202010.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1098</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installing SharePoint 2010 Beta on a Windows 2008 R2 Server</title>
		<link>http://sharepointgeorge.com/2009/installing-sharepoint-2010-beta-windows-2008-r2-server/</link>
		<comments>http://sharepointgeorge.com/2009/installing-sharepoint-2010-beta-windows-2008-r2-server/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 12:00:47 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=1021</guid>
		<description><![CDATA[In this introductory 3 part series I will provide you with step by step guides in the installation and basic configuration of SharePoint 2010 which also includes User Profile Synchronization and the creation of your first Web Application and Site Collection.]]></description>
			<content:encoded><![CDATA[<p>With all the excitement around the recent public release of SharePoint 2010 beta, I am sure there are a lot of you who are installing, contemplating installing or have already installed the most anticipated version of SharePoint to date, albeit in beta form.  In this introductory 3 part series I will provide you with step by step guides in the installation and basic configuration of SharePoint 2010 which also includes User Profile Synchronization and the creation of your first Web Application and Site Collection.  The series will proceed as follows;</p>
<ol>
<li>Installing SharePoint 2010 Beta on a Windows 2008 R2 Server</li>
<li>Configuring SharePoint 2010 Service Applications and User Profile Synchronization</li>
<li>Configuring your first SharePoint 2010 Web Application and Site Collection</li>
</ol>
<p>Before delving into the setup I will illustrate and summarize the proposed install for your testing and or development environment.  I will be utilizing this setup as my base platform for all future posts on SharePoint 2010 beta.  This is by no means based on any best practices for SharePoint 2010 (too early for that) but a means of sharing my experiences to date with the installation and configuration that might assist others in the process.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/SharePoint2010TestingEnvironment.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SharePoint 2010 Testing Environment" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/SharePoint2010TestingEnvironment_thumb.jpg" border="0" alt="SharePoint 2010 Testing Environment" width="676" height="436" /></a></p>
<p><strong>Environment</strong></p>
<ul>
<li>1 x Windows 2008 R2 Active Directory Domain Controller</li>
<li>1 x Windows 2008 R2 with SQL 2008 SP1 with Cumulative Update 2</li>
<li>1 x Windows 2008 R2 SharePoint 2010 Beta Server</li>
<li>1 x Exchange 2010 RTM</li>
<li>1 x Windows 7 running Office 2010 Beta</li>
</ul>
<p>(Note that Windows 2008 R2, SharePoint 2010 and Exchange 2010 are 64 bit only)</p>
<p><strong>Prerequisites </strong></p>
<p>Please note that you will need to patch SQL with the latest cumulative updates for SQL 2008 or SQL 2005 depending on what version you will be running.  At the time of this writing, these are as follows</p>
<p><a href="http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806"></a></p>
<ul>
<li>SQL Server 2005 SP2 CU3 <a href="http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806">http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806</a></li>
<li>SQL Server 2008 SP1 CU2 <a href="http://support.microsoft.com/kb/970315">http://support.microsoft.com/kb/970315</a></li>
<li>WCF Hotfix for Windows (KB976462) &#8211; To be installed after the SharePoint 2010 Preparation Tool has been run which installs the core prerequisites. <a href="http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806">http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806</a></li>
</ul>
<p><strong>The Install</strong></p>
<p>Begin by downloading the actual SharePoint 2010 beta installer from <a title="http://technet.microsoft.com/en-au/evalcenter/ee388573.aspx" href="http://technet.microsoft.com/en-au/evalcenter/ee388573.aspx">http://technet.microsoft.com/en-au/evalcenter/ee388573.aspx</a> and then launch the SharePoint 2010 setup program.  The below splash screen appears.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image001.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image001_thumb.png" border="0" alt="clip image001 thumb Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="643" height="443" /></a></p>
<p>Click on Install software prerequisites;</p>
<p>Tip: Before proceeding with the SharePoint 2010 Preparation tool, ensure that the machine you are installing SharePoint 2010 on has Internet Access as the preparation tool will download any missing components.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image002.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image002_thumb.png" border="0" alt="clip image002 thumb Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="628" height="432" /></a></p>
<p>Click Next</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0041.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image004_thumb1.jpg" border="0" alt="clip image004 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="622" height="435" /></a></p>
<p>Accept the terms and conditions and click Next.</p>
<p>The Preparation tool proceeds to install the necessary components and prerequisites for the SharePoint 2010 beta.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0052.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image005_thumb2.png" border="0" alt="clip image005 thumb2 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="490" height="311" /></a></p>
<p>Hopefully if all goes to plan, and remember this is still in beta, you should receive “installed successfully “confirmation against each of the required prerequisites.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0063.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image006_thumb3.png" border="0" alt="clip image006 thumb3 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="614" height="294" /></a></p>
<p>Click Finish</p>
<p>We are now ready to install the WCF Hotfix for Windows (KB976462) which can be downloaded from the following Microsoft Connect site; <a href="http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806">http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806</a></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0072.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image007" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image007_thumb2.png" border="0" alt="clip image007 thumb2 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="366" height="168" /></a></p>
<p>Upon completion of the WCF Hotfix you will be required to Restart your server.</p>
<p>We can now proceed with the main Install by selecting Install SharePoint Server from the Installation Wizard splash screen.</p>
<p>Copy and paste one of the following product keys and click Continue once the validation process succeeds.</p>
<p><strong>PKXTJ-DCM9D-6MM3V-G86P8-MJ8CY</strong></p>
<p><strong>BV7VC-RMR6B-26P6Y-BTQDG-DX2KQ</strong></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0081.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image008" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image008_thumb1.png" border="0" alt="clip image008 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="579" height="342" /></a></p>
<p>Accept the terms and conditions</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0092.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image009" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image009_thumb2.png" border="0" alt="clip image009 thumb2 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="567" height="497" /></a></p>
<p>Click Continue</p>
<p>You are now presented with two options, Standalone and Server Farm.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0102.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image010" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image010_thumb2.png" border="0" alt="clip image010 thumb2 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="530" height="345" /></a></p>
<p>I will be selecting the Server Farm install option.  As tempted as one can be to select the all in one Standalone option, most SharePoint Admins and IT Pro’s will tell you otherwise.</p>
<p>Again, the dreaded Stand-alone option re-appears on the next screen.  As seasoned IT Pros we will be selecting “Complete”.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0112.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image011" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image011_thumb2.png" border="0" alt="clip image011 thumb2 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="543" height="287" /></a></p>
<p>Click on the File Location tab and make any necessary Drive Adjustments.  I would leave the directory structure in tact.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0121.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image012" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image012_thumb1.png" border="0" alt="clip image012 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="567" height="386" /></a></p>
<p>Click on Install Now</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0131.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image013" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image013_thumb1.png" border="0" alt="clip image013 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="545" height="351" /></a></p>
<p>Upon completion we are presented with the well-known “Run Configuration Wizard” that we have come to love or hate.  Leave “Run the SharePoint Products and Technologies Configuration Wizard now” check box selected.<a name="_GoBack"></a></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0141.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image014" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image014_thumb1.png" border="0" alt="clip image014 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="565" height="332" /></a></p>
<p>After clicking close, you will be presented with the below welcome screen</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0151.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image015" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image015_thumb1.png" border="0" alt="clip image015 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="588" height="406" /></a></p>
<p>Click Next</p>
<p>The following warning will appear regarding services being restarted throughout the process (identical to SharePoint 2007)</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0161.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image016" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image016_thumb1.png" border="0" alt="clip image016 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="448" height="276" /></a></p>
<p>Click Yes</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0171.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image017" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image017_thumb1.png" border="0" alt="clip image017 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="563" height="222" /></a></p>
<p>Click on Create a new server farm and click Next</p>
<p>The below &#8220;Specify Configuration Database Settings&#8221; page is displayed in which we will provide the necessary information including specifying the location of our SQL server, keeping or renaming the SharePoint Configuration database name and finally entering the necessary credentials for our database access account.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0182.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image018" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image018_thumb2.png" border="0" alt="clip image018 thumb2 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="591" height="407" /></a></p>
<p>Tip: Recall from our prerequisites list earlier that you are required to have your SQL server running the latest cumulative updates.  These are as follows;</p>
<ul>
<li>SQL Server 2005 SP2 CU3</li>
<li>SQL Server 2008 SP1 CU2</li>
</ul>
<p>You will receive the below warning advising otherwise;</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0192.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image019" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image019_thumb2.png" border="0" alt="clip image019 thumb2 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="429" height="161" /></a></p>
<p>Click Next</p>
<p>The next screen is new in SharePoint 2010 beta and is requesting that a passphrase is entered.  As mentioned below, this designated passphrase is configured to ensure that no other SharePoint servers can join this farm unless the passphrase is provided.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0202.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image020" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image020_thumb2.png" border="0" alt="clip image020 thumb2 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="599" height="302" /></a></p>
<p>Enter and confirm your passphrase and then click Next.</p>
<p>The next screen allows you to specify a specific port number or the ability to utilise the random one provided for your SharePoint Central Administration (CA) Web Application.  You are also presented with the authentication provider options for your CA Web Application in which it is usually best practice to utilise Kerberos for your SharePoint Web Sites, however NTLM will suffice for your SharePoint CA Web Application.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0211.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image021" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image021_thumb1.png" border="0" alt="clip image021 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="597" height="358" /></a></p>
<p>Click Next</p>
<p>The below summary screen is displayed.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0221.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image022" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image022_thumb1.png" border="0" alt="clip image022 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="568" height="345" /></a></p>
<p>Click Next.</p>
<p>The infamous performing configuration task screen is displayed.  All we can do now is cross our fingers and wait…</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0231.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image023" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image023_thumb1.png" border="0" alt="clip image023 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="568" height="264" /></a></p>
<p>Warning:  It may sit there on the “Creating the configuration database” for a little while. Don’t be alarmed, this is normal and usually speeds up after the database creation.  You will eventually receive confirmation that the Configuration was successful.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0241.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image024" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image024_thumb1.png" border="0" alt="clip image024 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="601" height="358" /></a></p>
<p>After you Click OK, Your web browser should launch the SharePoint 2010 Central Administration page.</p>
<p>Tip: If you receive the below Windows Security Login popup dialog box, place the FQDN of your SharePoint 2010 CA server into Internet Explorer’s Local Intranet Zone.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0251.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image025" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image025_thumb1.png" border="0" alt="clip image025 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="494" height="300" /></a></p>
<p>After logging in you will be presented with the new SharePoint 2010 Central Administration page.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0271.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image027" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image027_thumb1.jpg" border="0" alt="clip image027 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="622" height="329" /></a></p>
<p>That’s all that is to it.  Before signing out, let’s venture into a couple of key areas to confirm the details of our farm configuration and then venture across to our SQL server and launch SQL Management Studio to determine what databases are created by default.</p>
<p>Let&#8217;s begin by navigating to Central Administration / System Settings / Manage servers in this farm</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0291.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image029" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image029_thumb1.jpg" border="0" alt="clip image029 thumb1 Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="622" height="247" /></a></p>
<p>Let&#8217;s next launch SQL Management studio and browse to databases to see our SharePoint 2010 Databases listed in SQL.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image030.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image030" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image030_thumb.png" border="0" alt="clip image030 thumb Installing SharePoint 2010 Beta on a Windows 2008 R2 Server" width="420" height="98" /></a></p>
<p>We have successfully installed our first SharePoint 2010 server farm.  In part 2 of this series we will focus our efforts in creating our first ever SharePoint 2010 Web Application and Site Collection that will house our SharePoint 2010 portal.</p>
<p>I hope you have found this article of use.  Please feel free to extend and expand on your experiences in getting your SharePoint 2010 Beta up and running.  Please note, as this is still in Beta form there are bound to be a plethora of annoying bugs and workarounds.</p>
<p><strong>References</strong></p>
<p>Determine hardware and software requirements (SharePoint Server 2010) <a title="http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx" href="http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx">http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx</a></p>
<p>Jie Li&#8217;s GeekWorld <a title="http://technet.microsoft.com/en-au/evalcenter/ee388573.aspx" href="http://technet.microsoft.com/en-au/evalcenter/ee388573.aspx">http://technet.microsoft.com/en-au/evalcenter/ee388573.aspx</a></p>
<p>Deployment for SharePoint Server 2010 Beta <a title="http://technet.microsoft.com/en-us/library/cc262957(office.14).aspx" href="http://technet.microsoft.com/en-us/library/cc262957(office.14).aspx">http://technet.microsoft.com/en-us/library/cc262957(office.14).aspx</a></p>
<p>_________________________________________</p>
<p>______________________________________________________</p>
<p><strong>Articles in this series;</strong></p>
<ol>
<li><a href="http://sharepointgeorge.com/2009/installing-sharepoint-2010-beta-windows-2008-r2-server/" target="_blank">Installing SharePoint 2010 Beta on a Windows 2008 R2 Server</a></li>
<li><a href="http://sharepointgeorge.com/2009/configuring-sharepoint-2010-beta-service-applications-user-profile-service-synchronization/" target="_self">Configuring SharePoint 2010 (Beta) Service Applications and User Profile Service Synchronization</a></li>
<li><a href="http://sharepointgeorge.com/2009/creating-web-application-site-collection-sharepoint-2010/" target="_blank">Creating your first SharePoint 2010 Beta Web Application and Site Collection</a></li>
</ol>



If you enjoyed this article, consider sharing it with one of the below social networking sites:


	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;title=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server&amp;notes=In%20this%20introductory%203%20part%20series%20I%20will%20provide%20you%20with%20step%20by%20step%20guides%20in%20the%20installation%20and%20basic%20configuration%20of%20SharePoint%202010%20which%20also%20includes%20User%20Profile%20Synchronization%20and%20the%20creation%20of%20your%20first%20Web%20Application%20and%20Site%20Collection." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;title=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server&amp;bodytext=In%20this%20introductory%203%20part%20series%20I%20will%20provide%20you%20with%20step%20by%20step%20guides%20in%20the%20installation%20and%20basic%20configuration%20of%20SharePoint%202010%20which%20also%20includes%20User%20Profile%20Synchronization%20and%20the%20creation%20of%20your%20first%20Web%20Application%20and%20Site%20Collection." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;title=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server&amp;annotation=In%20this%20introductory%203%20part%20series%20I%20will%20provide%20you%20with%20step%20by%20step%20guides%20in%20the%20installation%20and%20basic%20configuration%20of%20SharePoint%202010%20which%20also%20includes%20User%20Profile%20Synchronization%20and%20the%20creation%20of%20your%20first%20Web%20Application%20and%20Site%20Collection." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;t=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;title=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=In%20this%20introductory%203%20part%20series%20I%20will%20provide%20you%20with%20step%20by%20step%20guides%20in%20the%20installation%20and%20basic%20configuration%20of%20SharePoint%202010%20which%20also%20includes%20User%20Profile%20Synchronization%20and%20the%20creation%20of%20your%20first%20Web%20Application%20and%20Site%20Collection." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;t=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;title=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;title=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;title=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;h=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;title=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server&amp;body=In%20this%20introductory%203%20part%20series%20I%20will%20provide%20you%20with%20step%20by%20step%20guides%20in%20the%20installation%20and%20basic%20configuration%20of%20SharePoint%202010%20which%20also%20includes%20User%20Profile%20Synchronization%20and%20the%20creation%20of%20your%20first%20Web%20Application%20and%20Site%20Collection." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;title=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server&amp;selection=In%20this%20introductory%203%20part%20series%20I%20will%20provide%20you%20with%20step%20by%20step%20guides%20in%20the%20installation%20and%20basic%20configuration%20of%20SharePoint%202010%20which%20also%20includes%20User%20Profile%20Synchronization%20and%20the%20creation%20of%20your%20first%20Web%20Application%20and%20Site%20Collection." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Finstalling-sharepoint-2010-beta-windows-2008-r2-server%2F&amp;submitHeadline=Installing%20SharePoint%202010%20Beta%20on%20a%20Windows%202008%20R2%20Server&amp;submitSummary=In%20this%20introductory%203%20part%20series%20I%20will%20provide%20you%20with%20step%20by%20step%20guides%20in%20the%20installation%20and%20basic%20configuration%20of%20SharePoint%202010%20which%20also%20includes%20User%20Profile%20Synchronization%20and%20the%20creation%20of%20your%20first%20Web%20Application%20and%20Site%20Collection.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=1021</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Remote Desktop Services in Windows 2008 R2 &#8211; Part 3 &#8211; RD Web Access &amp; RemoteApp</title>
		<link>http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp/</link>
		<comments>http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 12:00:41 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[Windows 2008 R2]]></category>
		<category><![CDATA[RD Gateway]]></category>
		<category><![CDATA[RD Web Access]]></category>
		<category><![CDATA[Remote Desktop Services]]></category>
		<category><![CDATA[RemoteApp]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=918</guid>
		<description><![CDATA[Welcome back to the 3rd and final article in this series in installing and configuring your Remote Desktop Service in Windows 2008 R2, with the focus of today’s article around Remote Desktop (RD) Web Services (formerly referred to as TS Web Services) and utilising RemoteApp to publish applications to our RD Web Access web page and to the client desktop.]]></description>
			<content:encoded><![CDATA[<p>Welcome back to the 3<sup>rd</sup> and final article in this series in installing and configuring your Remote Desktop Services in Windows 2008 R2, with the focus of today’s article around Remote Desktop (RD) Web Services (formerly referred to as TS Web Services) and utilising RemoteApp to publish applications to our RD Web Access web page and to the client desktop. For those that missed the previous 2 articles, you can access these from the links below;</p>
<ol>
<li><a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-1/">Remote Desktop Services in Windows 2008 R2 -Part 1 – Installation</a></li>
<li><a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-2-gateway/">Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway</a></li>
</ol>
<p>RD Web Access is a component within Remote Desktop Services in Windows Server 2008 R2 which provides your remote users with the ability to access network published applications via Internet Explorer over SSL or commonly referred to as HTTPS.  This type of access breaks all barriers and restrictions where traditional VPN’s were IPSEC based or L2TP and usually required special software to be installed on the client machine which in itself required special configuration.  Not only was it cumbersome and problematic to setup for the non IT savvy, it usually caused potential problems for remote workers that were connected behind restricted Internet connections that only opened up a limited number of ports, namely HTTP and HTTPS.  This is where SSL based VPN’s such as RD Gateway (introduced in <a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-2-gateway/" target="_blank">part 2</a> of this series) and RD Web Access come into play.</p>
<p>To recap, we went through the process of installing the necessary components for Remote Desktop Services including the RD Session Host and RD Web Access role services in <a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-1/" target="_blank">part 1</a> of this series, with today’s focus on completing and fine tuning the configuration of RD Web Access and then shifting our focus on publishing remote applications in the latter half of this post.</p>
<p>So let’s begin by confirming the operation of the RD Web Access role by navigating to<strong> Start / Administrative Tools / Remote Desktop Services / Remote Web Access Configuration.</strong></p>
<p>Because we are running a self-signed certificate on the IIS web site you will receive the usual Internet Explorer Certificate warning. It’s safe for us to click on continue to this website.</p>
<p>The below RD Web Access login screen will appear. Enter your administrative network credentials and then click on sign in.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0022.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image002_thumb2.jpg" border="0" alt="clip image002 thumb2 Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="644" height="442" /></a></p>
<p>The configuration screen will be displayed in which you have the option to select a Remote Desktop (RD) Connection Broker server or specify individual RemoteApp sources.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image008.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image008" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image008_thumb.jpg" border="0" alt="clip image008 thumb Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="620" height="448" /></a></p>
<p>Let me provide you with a primer on the RD Connection Broker Server. Recall this was installed back in <a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-1/" target="_blank">part 1</a> of this series as one of the role services installed for Remote Desktop Services. Formerly known as TS Session Broker, RD Connection Broker provides enhancements and benefits to the users experiences when connecting to an RD Host Server and are accessing RemoteApp and or Remote Desktop connections. These are listed below;</p>
<ul>
<li>Support for load balancing amongst Remote Desktop Servers located within a single farm</li>
<li>Support for seamless user reconnection with farm based setups</li>
<li>A new feature in Windows 2008 R2 is the ability to combine RemoteApp sources from different Remote Desktop Session Host servers that may potentially be housing different RemoteApp programs for compatibility and segregation reasons.</li>
<li>Also a new feature in Windows 2008 R2 is the Direct integration with the newly introduced Virtual Desktop Infrastructure (VDI) – (to be covered in a future post.)</li>
</ul>
<p>Considering that this is a basic single server Remote Desktop Host setup, we do not require to setup the RD Connection Broker, but I will outline the steps for convenience if you decide to go down this path;</p>
<p>1. The RD Connection Broker role service is required to be installed on a server. This could be on any server located on your network and does not necessarily need to be installed on a server running the Remote Desktop Host server or any of the other Remote Desktop Services Roles.</p>
<p>2. Add the RD Session Host servers that you would like to aggregate in your farm setup to the Session Broker Computers local group which is located on the RD Connection Broker server. (screen capture below)</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image004.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image004_thumb.jpg" border="0" alt="clip image004 thumb Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="621" height="389" /></a></p>
<p>3. Navigate to <strong>Start / Administrative Tools / Remote Desktop Services / Remote Desktop Session Host Configuration</strong> and configure each RD Session Host Server that will participate in the farm to become a farm member in the RD Connection Broker. (highlighted below)</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0051.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image005" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image005_thumb1.png" border="0" alt="clip image005 thumb1 Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="610" height="683" /></a></p>
<p>4. Lastly, you can utilise DNS round robin with the RD Connection Broker to provide load balancing. This is as simple as creating an addition A record in DNS to point each Remote Desktop Host Server that is participating in the farm to the farm name. The farm name is specified in the Remote Desktop Session Host Configuration and is common on all Remote Desktop Host Servers. Recall that this is located under <strong>Remote Desktop Session Host configuration / RD Connection Broker / Member of farm</strong> in RD Connection Broker’s properties. <a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0062.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image006_thumb2.png" border="0" alt="clip image006 thumb2 Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="405" height="431" /></a></p>
<p>The above steps have outlined the configuration of an RD Connection Broker server and the necessary steps required to configure your farm .  So going back to the RD Web Access Configuration screen we can either select “An RD Connection Broker server” as our source or individual RemoteApp sources (i.e. individual RD Host Servers).</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image008.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image008" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image008_thumb.jpg" border="0" alt="clip image008 thumb Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="620" height="448" /></a> As this is a single Remote Desktop Host setup, I will select one or more RemoteApp sources (which is selected by default), leave localhost as the source name as this is also our single  RD Host Server and click OK.</p>
<p>The web page will then redirect to the RemoteApp Programs screen which currently is not populated with any published applications &#8230;. but not for long.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0091.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image009" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image009_thumb1.png" border="0" alt="clip image009 thumb1 Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="575" height="406" /></a></p>
<p>This brings us to the second part of this article, Publishing<strong> RemoteApp</strong> Programs. Windows 2008 was the first version of Windows that provided us with the ability to publish individual applications to the Desktop and to TS Web Access or should we now say RD Web Access.</p>
<p>Quite simply, we can only publish applications that are installed on the Remote Desktop Host. Installing client applications on a Terminal Server is not the same as installing on a client computer and to ensure Remote Desktop compatibility it is best practice to still utilise the “Install Application on Remote Desktop” mini wizard provided. This is to ensure that our applications are installed utilising RD Install mode which configures the correct registry entries for a multi user Remote Desktop environment. You can also utilise Windows command prompt to achieve the same;</p>
<p>Change user / install – prior to running setup.exe of the application</p>
<p>Change user /execute  &#8211; after the application installation has completed.</p>
<p>For simplicity, you can access the wizard via <strong>Control Panel / Programs / Install Application on Remote Desktop</strong>.<a name="_GoBack"></a></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0101.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image010" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image010_thumb1.png" border="0" alt="clip image010 thumb1 Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="513" height="317" /></a></p>
<p>This will initiate the wizard.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0111.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image011" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image011_thumb1.png" border="0" alt="clip image011 thumb1 Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="456" height="333" /></a></p>
<p>Click Next, complete the installation, and then click on Finish. Let’s install Office 2007 as our first client application on the Remote Desktop Host.</p>
<p>After installing Office 2007 utilising RD install mode, we now have our first application to publish to RD Web Access and to a Remote Computer desktop such as Windows 7. Lets start with the former first. Navigate to <strong>Start / Administrative Tools / Remote Desktop Services / Remote App Manager.</strong></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0131.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image013" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image013_thumb1.jpg" border="0" alt="clip image013 thumb1 Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="622" height="284" /></a></p>
<p>Under the Actions pane, click on Add RemoteApp Programs.</p>
<p>This will invoke the RemoteApp Wizard.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image014.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image014" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image014_thumb.png" border="0" alt="clip image014 thumb Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="483" height="351" /></a></p>
<p>Click Next.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image015.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image015" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image015_thumb.png" border="0" alt="clip image015 thumb Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="504" height="429" /></a></p>
<p>Choose the application that you would like to publish. I will select Microsoft Office Word 2007 in this example. Before clicking on next, let’s venture into the properties area as there is an enhancement made to Windows 2008 R2 over Windows 2008.</p>
<p>The first tab (properties) as you will see is identical to that provided in Windows 2008 with the ability to change the icon, provide additional command line arguments and a checkbox allowing us to make this published application available through RD Web Access.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image016.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image016" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image016_thumb.png" border="0" alt="clip image016 thumb Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="501" height="488" /></a></p>
<p>The second tab (User Assignment) is new and a welcome enhancement to Windows 2008 R2 allowing us to specify users and or groups whom you want the published application to be visible to.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image017.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image017" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image017_thumb.png" border="0" alt="clip image017 thumb Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="513" height="298" /></a></p>
<p>I will keep All authenticated domain users ticked and click OK.</p>
<p>Click Next to proceed with the wizard.</p>
<p>You will then be presented with the below summary of settings.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0181.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image018" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image018_thumb1.png" border="0" alt="clip image018 thumb1 Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="499" height="261" /></a></p>
<p>Click Finish.</p>
<p>We have now published our first RemoteApp to RD Web Access.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0191.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image019" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image019_thumb1.png" border="0" alt="clip image019 thumb1 Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="572" height="175" /></a></p>
<p>If I now navigate to the RD Web Access URL from any internal client computer, usually in the form of  <a href="https://servername/RDweb">https://servername/RDweb</a> and login, our Microsoft Office 2007 icon will now be listed providing us with the ability to now launch published application singularly via a secure web interface.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0201.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image020" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image020_thumb1.png" border="0" alt="clip image020 thumb1 Remote Desktop Services in Windows 2008 R2 &ndash; Part 3   RD Web Access &amp; RemoteApp" width="588" height="273" /></a></p>
<p>In addition to publishing RemoteApp Programs to RD Web Access, we  are also provided with the ability to publish applications via a Windows Installer Package or via the creation of an .rdp file which both can be assigned to Remote Computers running Windows 7 etc.</p>
<p>Quite simply, right click on the Microsoft Office Word 2007 under RemoteApp Programs within RemoteApp Manager and select either Create .rdp File or Create Windows Installer Package. You can also initiate both wizards under Actions on the right navigation pane. Both have advantages and disadvantages with the .rdp file providing you with flexibility in the distribution method in deploying applications to remote users by providing them with a single .rdp file, whereas the Windows Installer Package is more geared towards Group Policy Software installation with added benefits in specifying shortcuts locations such as specifying that the shortcut icon will appear on client computers Desktop or Start Menu Folder.</p>
<p>This ends the series on Remote Desktop Services. This is by no means an exhaustive complex setup but it gives you a taste of what is possible with the technology and how far it has come since the early days of Windows NT. Every setup will be different and even though I have installed all of the roles on a single server, depending on the size of your organization and deployment these can be easily split across multiple servers with farm configurations and so forth to accommodate for larger number of users.</p>
<p>This article has not gone into great depth or detail with regards to securing your RD Gateway and RD Web Access with trusted 3rd Party Certification Authority Certificates such as those provided by GoDaddy and Verisign, nor have we discussed potentially publishing both RD Web Access and RD Gateway using a reverse proxy firewall such as Microsoft’s Internet and Acceleration Server (ISA) 2006 and the recently announced <a href="http://edge.technet.com/Media/Forefront-TMG-RTM-Overview-Interview/" target="_blank">Forefront Threat Management Gateway (TMG)</a>.  Expect to see future articles on this topic.</p>
<p>Well, I hope you enjoyed this series and please feel free to comment about your experiences or questions you may have.  As always, you can follow me on <a href="http://twitter.com/georgekhalil" target="_blank">Twitter</a> and or subscribe to my <a href="http://feeds.feedburner.com/sharepointgeorge" target="_blank">feed.</a></p>
<p><strong>Resources</strong></p>
<p>Remote Desktop Connection Broker- What’s New; <a href="http://technet.microsoft.com/en-us/library/dd560675(WS.10).aspx">http://technet.microsoft.com/en-us/library/dd560675(WS.10).aspx</a><br />
Remote Desktop Connection Broker; <a href="http://technet.microsoft.com/en-us/library/cc771419.aspx">http://technet.microsoft.com/en-us/library/cc771419.aspx</a><br />
Remote Desktop Web Access; <a href="http://technet.microsoft.com/en-us/library/cc731923.aspx">http://technet.microsoft.com/en-us/library/cc731923.aspx</a><br />
RemoteApp and Desktop Connection – What’s New; <a href="http://technet.microsoft.com/en-us/library/dd560650(WS.10).aspx">http://technet.microsoft.com/en-us/library/dd560650(WS.10).aspx</a><br />
RemoteApp Manager; <a href="http://technet.microsoft.com/en-us/library/cc755261.aspx">http://technet.microsoft.com/en-us/library/cc755261.aspx</a></p>
<p>____________________________________</p>
<p>Articles in this series;</p>
<ol>
<li><a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-1/">Remote Desktop Services in Windows 2008 R2 -Part 1 – Installation</a></li>
<li><a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-2-gateway/">Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway</a></li>
<li><a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp/" target="_blank">Remote Desktop Services in Windows 2008 R2 – Part 3 – RD Web Access &amp; RemoteApp</a></li>
</ol>



If you enjoyed this article, consider sharing it with one of the below social networking sites:


	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp&amp;notes=Welcome%20back%20to%20the%203rd%20and%20final%20article%20in%20this%20series%20in%20installing%20and%20configuring%20your%20Remote%20Desktop%20Service%20in%20Windows%202008%20R2%2C%20with%20the%20focus%20of%20today%E2%80%99s%20article%20around%20Remote%20Desktop%20%28RD%29%20Web%20Services%20%28formerly%20referred%20to%20as%20TS%20Web%20Services%29%20and%20utilising%20RemoteApp%20to%20publish%20applications%20to%20our%20RD%20Web%20Access%20web%20page%20and%20to%20the%20client%20desktop." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp&amp;bodytext=Welcome%20back%20to%20the%203rd%20and%20final%20article%20in%20this%20series%20in%20installing%20and%20configuring%20your%20Remote%20Desktop%20Service%20in%20Windows%202008%20R2%2C%20with%20the%20focus%20of%20today%E2%80%99s%20article%20around%20Remote%20Desktop%20%28RD%29%20Web%20Services%20%28formerly%20referred%20to%20as%20TS%20Web%20Services%29%20and%20utilising%20RemoteApp%20to%20publish%20applications%20to%20our%20RD%20Web%20Access%20web%20page%20and%20to%20the%20client%20desktop." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp&amp;annotation=Welcome%20back%20to%20the%203rd%20and%20final%20article%20in%20this%20series%20in%20installing%20and%20configuring%20your%20Remote%20Desktop%20Service%20in%20Windows%202008%20R2%2C%20with%20the%20focus%20of%20today%E2%80%99s%20article%20around%20Remote%20Desktop%20%28RD%29%20Web%20Services%20%28formerly%20referred%20to%20as%20TS%20Web%20Services%29%20and%20utilising%20RemoteApp%20to%20publish%20applications%20to%20our%20RD%20Web%20Access%20web%20page%20and%20to%20the%20client%20desktop." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;t=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=Welcome%20back%20to%20the%203rd%20and%20final%20article%20in%20this%20series%20in%20installing%20and%20configuring%20your%20Remote%20Desktop%20Service%20in%20Windows%202008%20R2%2C%20with%20the%20focus%20of%20today%E2%80%99s%20article%20around%20Remote%20Desktop%20%28RD%29%20Web%20Services%20%28formerly%20referred%20to%20as%20TS%20Web%20Services%29%20and%20utilising%20RemoteApp%20to%20publish%20applications%20to%20our%20RD%20Web%20Access%20web%20page%20and%20to%20the%20client%20desktop." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;t=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;h=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp&amp;body=Welcome%20back%20to%20the%203rd%20and%20final%20article%20in%20this%20series%20in%20installing%20and%20configuring%20your%20Remote%20Desktop%20Service%20in%20Windows%202008%20R2%2C%20with%20the%20focus%20of%20today%E2%80%99s%20article%20around%20Remote%20Desktop%20%28RD%29%20Web%20Services%20%28formerly%20referred%20to%20as%20TS%20Web%20Services%29%20and%20utilising%20RemoteApp%20to%20publish%20applications%20to%20our%20RD%20Web%20Access%20web%20page%20and%20to%20the%20client%20desktop." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp&amp;selection=Welcome%20back%20to%20the%203rd%20and%20final%20article%20in%20this%20series%20in%20installing%20and%20configuring%20your%20Remote%20Desktop%20Service%20in%20Windows%202008%20R2%2C%20with%20the%20focus%20of%20today%E2%80%99s%20article%20around%20Remote%20Desktop%20%28RD%29%20Web%20Services%20%28formerly%20referred%20to%20as%20TS%20Web%20Services%29%20and%20utilising%20RemoteApp%20to%20publish%20applications%20to%20our%20RD%20Web%20Access%20web%20page%20and%20to%20the%20client%20desktop." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp%2F&amp;submitHeadline=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%26ndash%3B%20Part%203%20-%20RD%20Web%20Access%20%26amp%3B%20RemoteApp&amp;submitSummary=Welcome%20back%20to%20the%203rd%20and%20final%20article%20in%20this%20series%20in%20installing%20and%20configuring%20your%20Remote%20Desktop%20Service%20in%20Windows%202008%20R2%2C%20with%20the%20focus%20of%20today%E2%80%99s%20article%20around%20Remote%20Desktop%20%28RD%29%20Web%20Services%20%28formerly%20referred%20to%20as%20TS%20Web%20Services%29%20and%20utilising%20RemoteApp%20to%20publish%20applications%20to%20our%20RD%20Web%20Access%20web%20page%20and%20to%20the%20client%20desktop.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=918</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Beta 2 released to TechNet &amp; MSDN subscribers – Rest of the public to follow soon.</title>
		<link>http://sharepointgeorge.com/2009/sharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow/</link>
		<comments>http://sharepointgeorge.com/2009/sharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:10:00 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=871</guid>
		<description><![CDATA[SharePoint 2010 Beta 2 released to TechNet &#038; MSDN subscribers – Rest of the public to follow soon.]]></description>
			<content:encoded><![CDATA[<p>This has to be one of the most anticipated releases of the decade, SharePoint 2010 Beta 2.&#160; SharePoint Developers, Architects and Administrators have been waiting anxiously to get their hands on the latest beta which may potentially be a “feature complete” release of SharePoint 2010, albeit in Beta form.&#160; SharePoint 2010 Beta 2, and let’s not forget Office 2010 Beta with its bits and pieces are made available for download to TechNet and MSDN subscribers.&#160; For those that don’t have those subscriptions, the predicted wait may only be a couple of days away, 18th November as stated by <a href="http://blogs.zdnet.com/microsoft/?p=4553&amp;tag=col1;post-4553" target="_blank">Mary Jo</a> from ZDNet.</p>
<p>SharePoint 2010 came out of hiding during the <a href="http://sharepointgeorge.com/2009/sharepoint-2010-word-has-hit-the-streets/" target="_blank">SharePoint 2009 conference</a> in Las Vegas several weeks ago and those who were lucky to attend were privy to hands on sessions and a plethora of seminars.&#160; Well today, Microsoft have done a great job with providing Developers and&#160; IT pros with an abundant amount of information regarding their latest release of SharePoint and in my own opinion are way ahead of where they were during SharePoint 2007 product’s release.</p>
<p>I will leave you with links to some resources from the&#160; Microsoft TechNet site that will assist you with knowing as much as possible about this great framework.&#160; I am sure the amount of resources made available will expand and extend as time goes by and as the product reaches final release and beyond.</p>
<p>For me, It’s download time baby and I can’t wait to get my hands dirty with the product I have come to love over the years.&#160; Expect to see an abundant amount of blog posts sharing my administration and end user experiences of the product.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Download SharePoint 2010" border="0" alt="Download SharePoint 2010" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/image_thumb.png" width="660" height="154" /></a></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Download Office 2010" border="0" alt="Download Office 2010" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/image_thumb1.png" width="660" height="154" /></a></p>
<p><strong>SharePoint 2010 Resources</strong></p>
<p><a href="http://technet.microsoft.com/en-au/sharepoint/ee263917.aspx" target="_blank">SharePoint Server 2010 Beta TechCenter</a>    <br /><a href="http://technet.microsoft.com/en-au/sharepoint/ee263910.aspx" target="_blank">SharePoint Foundation 2010 Beta TechCenter</a>    <br /><a href="http://technet.microsoft.com/en-au/sharepoint/ee518643.aspx" target="_blank">Installation and Deployment Resource Center</a>    <br /><a href="http://technet.microsoft.com/en-us/library/cc262881%28office.14%29.aspx" target="_blank">Downloadable Evaluation guide for SharePoint Server 2010 (for IT Pros)</a>    <br /><a href="http://blogs.msdn.com/sharepoint/" target="_blank">Microsoft SharePoint Product Team Blog</a>    <br /><a href="http://msdn.microsoft.com/en-au/sharepoint/ee514561.aspx" target="_blank">SharePoint 2010 (Beta) Developer Center</a></p>
<p><strong>SharePoint 2010 Upgrade Models </strong></p>
<p><strong></strong></p>
<p><a href="http://technet.microsoft.com/en-us/sharepoint/ee517214.aspx" target="_blank">Upgrade and Migration Resource Center for SharePoint Server 2010 (Beta)</a>    <br /><a href="http://technet.microsoft.com/en-us/sharepoint/ee517215.aspx" target="_blank">Upgrade and Migration Resource Center for SharePoint Foundation 2010 (Beta)</a>    <br /><a href="http://technet.microsoft.com/en-au/library/ee617150%28office.14%29.aspx" target="_blank">What&#8217;s new in upgrade (SharePoint Server 2010)</a>    <br /><a href="http://technet.microsoft.com/en-au/library/cc262483%28office.14%29.aspx" target="_blank">Upgrade process overview (SharePoint Server 2010)</a>    <br /><a href="http://technet.microsoft.com/en-au/library/cc263447%28office.14%29.aspx" target="_blank">Determine upgrade approach (SharePoint Server 2010)</a>    <br /><a href="http://technet.microsoft.com/en-au/library/cc262155%28office.14%29.aspx" target="_blank">Use a trial upgrade to find potential issues (SharePoint Server 2010)</a>    <br /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=eef6f604-9faa-4ea8-b000-569c656b7420&amp;displaylang=en" target="_blank">Microsoft SharePoint Server 2010 Upgrade Planning</a>    <br /><a href="http://www.microsoft.com/downloads/details.aspx?familyid=E8B66EB3-27C7-4A39-A2E1-3E7D18B12EE1&amp;displaylang=en" target="_blank">Microsoft SharePoint Server 2010 Upgrade Approaches</a>    <br /><a href="http://www.microsoft.com/downloads/details.aspx?familyid=D7389D9F-F70F-4226-89AA-A96A05A497F0&amp;displaylang=en" target="_blank">Microsoft SharePoint Server 2010 — Test Your Upgrade Process</a>    <br /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8a6ce527-1ac3-4642-bd04-5e93efc364f6&amp;displaylang=en" target="_blank">Microsoft SharePoint Server 2010 — Services Upgrade</a></p>
<p><strong>SharePoint 2010 Product Details     <br /></strong>    <br /><a href="http://msdn.microsoft.com/en-us/library/ee557323%28office.14%29.aspx" target="_blank">What&#8217;s New in SharePoint Server 2010</a>    <br /><a href="http://www.microsoft.com/downloads/details.aspx?familyid=FD686CBB-8401-4F25-B65E-3CE7AA7DBEAB&amp;displaylang=en" target="_blank">Topologies for SharePoint Server 2010</a>    <br /><a href="http://www.microsoft.com/downloads/details.aspx?familyid=D7C0091E-5766-496D-A5FE-94BEA52C4B15&amp;displaylang=en" target="_blank">Search Technologies for SharePoint 2010 Products</a>    <br /><a href="http://www.microsoft.com/downloads/details.aspx?familyid=5655EACA-22DF-4089-BCD3-38A1F5318140&amp;displaylang=en" target="_blank">Search Environment Planning for Microsoft SharePoint Server 2010</a>    <br /><a href="http://www.microsoft.com/downloads/details.aspx?familyid=B9CA7745-FFA4-43CA-A638-E1AD868187CE&amp;displaylang=en" target="_blank">Services in SharePoint 2010 Products</a></p>



If you enjoyed this article, consider sharing it with one of the below social networking sites:


	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;title=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon.&amp;notes=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;title=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon.&amp;bodytext=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;title=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon.&amp;annotation=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;t=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon.&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;title=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon.&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;t=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;title=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;title=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon.&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;title=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;h=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;title=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon.&amp;body=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;title=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon.&amp;selection=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fsharepoint-2010-beta-2-released-technet-msdn-subscribers-rest-public-follow%2F&amp;submitHeadline=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon.&amp;submitSummary=SharePoint%202010%20Beta%202%20released%20to%20TechNet%20%26%20MSDN%20subscribers%20%E2%80%93%20Rest%20of%20the%20public%20to%20follow%20soon.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=871</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway</title>
		<link>http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-2-gateway/</link>
		<comments>http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-2-gateway/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 12:00:56 +0000</pubDate>
		<dc:creator>George Khalil</dc:creator>
				<category><![CDATA[Windows 2008 R2]]></category>
		<category><![CDATA[RD Gateway]]></category>
		<category><![CDATA[Remote Desktop Services]]></category>

		<guid isPermaLink="false">http://sharepointgeorge.com/?p=857</guid>
		<description><![CDATA[RD Gateway opens up Remote Access barriers providing access to our Terminal Servers via SSL.]]></description>
			<content:encoded><![CDATA[<p>Welcome to the second article in this series on Remote Desktop Services in Windows 2008 R2.  We were first introduced to the Remote Desktop (RD) Gateway in the first release of Windows 2008 and as previously mentioned in <a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-1/" target="_blank">part 1</a> of this series, the RD Gateway was formerly known as Terminal Server (TS) Gateway.  TS Gateway opened up Remote Access barriers providing access to our Terminal Servers via SSL or port 443, as opposed to the conventional “legacy” VPN access through either IPSEC or L2TP. In Windows Server 2008 R2, not much has changed and in today’s article I will provide you with a step by step guide on configuring your RD Gateway which will provide your remote users access to the Remote Desktop Host or RD Web Access via any Internet connection utilising Remote Desktop Connection client over HTTPS.  If you missed part 1 of this series which discussed the installation of your Remote Desktop Role and services, you can access it <a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-1/" target="_blank">here</a>.</p>
<p>There are a number of prerequisites that are required in order for the RD Gateway to function and these were all setup in<a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-1/" target="_blank"> part 1 </a>of this series. For reference I have listed these below;</p>
<ul>
<li> Remote procedure call (RPC) over HTTP Proxy</li>
<li> Internet Information Services</li>
</ul>
<p>Let’s begin by navigating to All Programs / Administrative Tools / Remote Desktop Services / Remote Desktop Gateway Manager. You will be presented with the below screen.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0021.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image002_thumb1.jpg" border="0" alt="clip image002 thumb1 Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="621" height="264" /></a></p>
<p>In the left navigation pane of your RD Gateway Manager MMC console, click on your server and select properties under Actions. We will now go through each tab under the server properties and make any necessary configuration changes.  Let’s refer to this process as post wizard configuration.</p>
<p>Under the General Tab, we are provided with the ability to configure the maximum number of connections that are allowed to connect to this RD Gateway. If you are concerned with server performance, we can set a hard limit of allowed simultaneous connections. We can also disable new connections if we are performing scheduled maintenance on our server.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0031.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image003_thumb1.png" border="0" alt="clip image003 thumb1 Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="496" height="397" /></a></p>
<p>The next tab allows us to secure the RD Gateway by using an SSL certificate.  We can create a self-signed certificate (recall that this was completed during the initial install wizard in <a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-1/" target="_blank">part 1</a> of this series), select an existing certificate that is located on the server under Certificates / Personal store or Import a certificate that we have requested via a 3<sup>rd</sup> Party Certification Authority (CA) or utilising an internal CA. It is deemed best practice to utilise a 3<sup>rd</sup> party CA that participates in the Microsoft Root Certification Members Programme alleviating the headache that is usually involved in exporting the root certificate, distributing them to your end users and then providing them with instructions on how to import them into their local machines. Utilising a self-signed certificate is usually reserved for testing purposes only, and not in a production environment, however it will suffice in this step by step guide.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image004.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image004_thumb.png" border="0" alt="clip image004 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="500" height="455" /></a></p>
<p>The third tab introduces the RD CAP Store and provides us with the ability to utilise our local server running Network Policy Server (NPS) or the ability to specify a central server that is already configured and running NPS.  This was also initially configured during the installation wizard of our Remote Desktop Services role in <a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-1/" target="_blank">part 1.</a></p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image005.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image005_thumb.png" border="0" alt="clip image005 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="494" height="500" /></a></p>
<p>The next tab, Server Farm, allows us to specify farm members for the RD Gateway. As a minimum we need to Add this RD Gateway server below as follows.  You do so by entering the fully qualified domain name of the server and clicking on Add.  It will then add it below under Remote Desktop Gateway server farm status as per the below screen capture.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0061.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image006_thumb1.png" border="0" alt="clip image006 thumb1 Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="483" height="328" /></a></p>
<p>You will notice the above warning regarding the registry not being updated. This warning will disappear and the status will change to OK after clicking on Apply.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0071.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image007" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image007_thumb1.png" border="0" alt="clip image007 thumb1 Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="502" height="315" /></a></p>
<p>The next tab allows you to select or deselect events that you would wish to log. These corresponding events are stored in Event Viewer under <strong>Application and Services Logs\Microsoft\Windows\Terminal Services-Gateway\</strong>.  By default, all items under the Auditing tab are selected to be captured and logged.  The below screen capture is an example of the TerminalServices – Gateway Event Viewer on our Windows 2008 R2 server.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image009.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image009" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image009_thumb.jpg" border="0" alt="clip image009 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="622" height="474" /></a></p>
<p>SSL bridging is next and is required to be configured if you are utilizing Microsoft ISA Server to further secure the RD Gateway.  Microsoft ISA Server is a great application level firewall which offers reverse proxy and can be configured to work hand in hand in providing secure access over SSL.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image010.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image010" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image010_thumb.png" border="0" alt="clip image010 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="522" height="379" /></a></p>
<p>The last tab in the RD Gateway properties is Messaging which was not present in Windows 2008 TS Gateway. This is a welcome addition for administrators to utilise when pre-planning for system maintenance and wanting to advise users with a global system notification, and the also providing the ability to set a logon message such as the company’s logon policy.</p>
<p>The first area within the Messaging tab is the ability to set a timed system message with the ability to set a start date/time and end date/time.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image011.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image011" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image011_thumb.png" border="0" alt="clip image011 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="503" height="314" /></a></p>
<p>When a user logs in via the RD Gateway, they will be presented with the following message that we configured above;</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image012.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image012" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image012_thumb.png" border="0" alt="clip image012 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="621" height="388" /></a></p>
<p>The second area under messaging allows you to specify a message such as your company’s logon policy that will appear each time a user logs into the RD Gateway remote computer. This is simply a text file with the contents within.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image013.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image013" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image013_thumb.png" border="0" alt="clip image013 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="485" height="189" /></a></p>
<p>The below similar notice is what will appear when logging on to your Remote Desktop Host via the RD Gateway</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0151.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image015" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image015_thumb1.jpg" border="0" alt="clip image015 thumb1 Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="622" height="296" /></a></p>
<p>You will notice that the system will not continue to login (the OK button is dimmed) unless you accept the terms of this policy.</p>
<p>The last option allows you to specify that connections to the Remote Desktop Host via the RD Gateway will be restricted to clients that support RD Gateway messaging which is anything greater than Remote Desktop Client version 7.</p>
<p>Now prior to connecting to the RD Gateway and testing our setup, we will need to export the self-signed SSL certificate located on the RD Gateway and install it on our client computer that we will be connecting from. The easiest way to accomplish this is to open the Certificates MMC snap-in, locate the certificate from the Personal / Certificates store, and right click, All Tasks / Export.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image0171.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image017" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image017_thumb1.jpg" border="0" alt="clip image017 thumb1 Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="622" height="278" /></a></p>
<p>This will invoke the below Certificate Export Wizard.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image018.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image018" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image018_thumb.png" border="0" alt="clip image018 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="518" height="271" /></a></p>
<p>Click Next</p>
<p>Select Yes, export the private key.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image019.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image019" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image019_thumb.png" border="0" alt="clip image019 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="511" height="253" /></a></p>
<p>Click Next.</p>
<p>Select, Include all certificates in the certificate path if possible</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image020.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image020" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image020_thumb.png" border="0" alt="clip image020 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="448" height="361" /></a></p>
<p>Click Next. Type and confirm a password and then click Next again.</p>
<p>Specify a name and location to export the pfx certificate file.</p>
<p>Click Next and then Finish.</p>
<p>We can now copy or email the exported certificate to our end users who will then install the certificate to their local personal store. This can be easily achieved by double clicking on the exported certificate and invoking the Certificate Import Wizard. Please ensure that when you come to the Certificate Store section of the Import Wizard that you select “Place all certificates in the following store” and select “Trusted Root Certification Authorities”.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image021.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image021" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image021_thumb.png" border="0" alt="clip image021 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="518" height="276" /></a></p>
<p>Now that we have successfully imported the root self signed certificate authority, we can now test our setup and login to our remote computer via the RD Gateway. Before we begin, you need to ensure that you are running the latest Remote Desktop Connection client which is version 7. This version is already included with Windows 7 and is made available for download to Windows Vista SP1 and SP2 clients and to Windows XP SP3 clients. This can be downloaded from the Microsoft Support site; <a href="http://support.microsoft.com/kb/969084">http://support.microsoft.com/kb/969084</a></p>
<p>The above article also provides you with a comprehensive list of new features and their explanations that are only possible with RDC 7 and Windows 2008 R2.  I have listed these below for convenience;</p>
<ul>
<li>Web Single Sign-On (SSO) and Web forms-based authentication</li>
<li>Access to personal virtual desktops by using RD Connection Broker</li>
<li>Access to virtual desktop pools by using RD Connection Broker</li>
<li>Status &amp; disconnect system tray icon</li>
<li>RD Gateway-based device redirection enforcement</li>
<li>RD Gateway system and logon messages</li>
<li>RD Gateway background authorization &amp; authentication</li>
<li>NAP remediation with RD Gateway</li>
<li>Windows Media Player redirection</li>
<li>Bidirectional audio</li>
<li>Multiple monitor support</li>
<li>Enhanced video playback</li>
</ul>
<p>From a client machine running RDC 7, navigate to Start / All Programs / Accessories / Remote Desktop Connection or just search for mstsc.</p>
<p>Click Options and then navigate to the advanced tab.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image022.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image022" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image022_thumb.png" border="0" alt="clip image022 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="402" height="405" /></a></p>
<p>Click Settings and then select Use these RD Gateway server settings:</p>
<p>Enter your server name and logon method details as follows;</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image023.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image023" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image023_thumb.png" border="0" alt="clip image023 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="411" height="294" /></a></p>
<p>Then click OK. Ensure that Bypass RD Gateway server for local addresses is deselected. Navigate back to the General Tab and enter the Computer and User name details and then click Connect when ready.</p>
<p>The following Windows Security popup will appear asking you to authenticate prior to launching a full remote desktop session.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image024.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image024" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image024_thumb.png" border="0" alt="clip image024 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="441" height="358" /></a></p>
<p>After entering your credentials and clicking OK, You will be prompted to accept the login policy that we specified earlier under the Messaging tab of the RD Gateway properties.</p>
<p>So that’s it, we are now logged in to the Remote Desktop Host via the RD Gateway. We can confirm this by clicking on the spanner located on the top toolbar which will output the Remote Computer and Gateway Server that we are connected to. It also states that the connection to the remote computer was made using a Remote Desktop Gateway server.</p>
<p><a href="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image025.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image025" src="http://sharepointgeorge.com/wp-content/uploads/2009/11/clip_image025_thumb.png" border="0" alt="clip image025 thumb Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway" width="446" height="218" /></a></p>
<p>That’s it for now. In our next and final article I will discuss Remote Desktop (RD) Web Access and the publishing of Remote Desktop Applications, so stay tuned.</p>
<p>_________________________________________</p>
<p>Articles in this series;</p>
<ol>
<li><a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-1/" target="_blank">Remote Desktop Services in Windows 2008 R2 -Part 1 , Installation and Configuration</a></li>
<li><a href="http://sharepointgeorge.com/2009/remote-desktop-services-windows-2008-r2-part-2-gateway/" target="_blank">Remote Desktop Services in Windows 2008 R2 – Part 2 – RD Gateway</a></li>
<li><a href="../2009/remote-desktop-services-windows-2008-r2-part-3-web-access-remoteapp/" target="_blank">Remote Desktop Services in Windows 2008 R2 – Part 3 –  RD Web Access &amp; RemoteApp</a></li>
</ol>



If you enjoyed this article, consider sharing it with one of the below social networking sites:


	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway&amp;notes=RD%20Gateway%20opens%20up%20Remote%20Access%20barriers%20providing%20access%20to%20our%20Terminal%20Servers%20via%20SSL." title="del.icio.us"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway&amp;bodytext=RD%20Gateway%20opens%20up%20Remote%20Access%20barriers%20providing%20access%20to%20our%20Terminal%20Servers%20via%20SSL." title="Digg"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway&amp;annotation=RD%20Gateway%20opens%20up%20Remote%20Access%20barriers%20providing%20access%20to%20our%20Terminal%20Servers%20via%20SSL." title="Google Bookmarks"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;t=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway" title="Facebook"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway&amp;link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F" title="FriendFeed"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway&amp;source=SharePoint+George+Everyday+experiences+on+SharePoint%2C+Exchange+and+most+things+Microsoft&amp;summary=RD%20Gateway%20opens%20up%20Remote%20Access%20barriers%20providing%20access%20to%20our%20Terminal%20Servers%20via%20SSL." title="LinkedIn"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;t=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway" title="MySpace"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sharepointgeorge.com/feed/" title="RSS"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway" title="StumbleUpon"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F" title="Technorati"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway" title="Reddit"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway&amp;u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F" title="Fark"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway" title="Live"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;h=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway" title="NewsVine"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;partner=sociable" title="PDF"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway&amp;body=RD%20Gateway%20opens%20up%20Remote%20Access%20barriers%20providing%20access%20to%20our%20Terminal%20Servers%20via%20SSL." title="Ping.fm"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;title=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway&amp;selection=RD%20Gateway%20opens%20up%20Remote%20Access%20barriers%20providing%20access%20to%20our%20Terminal%20Servers%20via%20SSL." title="Posterous"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsharepointgeorge.com%2F2009%2Fremote-desktop-services-windows-2008-r2-part-2-gateway%2F&amp;submitHeadline=Remote%20Desktop%20Services%20in%20Windows%202008%20R2%20%E2%80%93%20Part%202%20%E2%80%93%20RD%20Gateway&amp;submitSummary=RD%20Gateway%20opens%20up%20Remote%20Access%20barriers%20providing%20access%20to%20our%20Terminal%20Servers%20via%20SSL.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://sharepointgeorge.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/sharepointgeorge.com/p=857</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.775 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 06:54:07 -->
