<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Late Night with Nate Baum</title><subtitle type="html">A Microsoft night owl&amp;#39;s look at collaboration technology</subtitle><id>http://blogs.msdn.com/b/natebaum/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/natebaum/" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/b/natebaum/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2010-04-09T16:22:00Z</updated><entry><title>Future Proofing SharePoint Customizations</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/natebaum/archive/2013/05/15/future-proofing-sharepoint-customizations.aspx" /><id>http://blogs.msdn.com/b/natebaum/archive/2013/05/15/future-proofing-sharepoint-customizations.aspx</id><published>2013-05-15T06:56:24Z</published><updated>2013-05-15T06:56:24Z</updated><content type="html">&lt;p&gt;I had a question come in from a customer who is currently on SharePoint 2010 running on-premises.&amp;#160; Their question was “how can we future-proof the customizations we make in SharePoint today?”&amp;#160; I thought this question was worth a post.&lt;/p&gt;  &lt;p&gt;So the answer is of course, you can never completely future proof your customizations but here are a few key considerations that will help smooth the transition….&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Understand what SharePoint can do out of the box &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Too often I see customers that have built customizations or solutions that don’t utilize out-of-box functionality. I know this is easier said than done, because SharePoint packs a lot of features and functionality in to the product – but the general idea here is that&amp;#160; any time a business problem or solution need is raised, the first step is to start with out-of-the-box capabilities. How far can you go with out-of-box?&amp;#160; What can’t it do?&amp;#160; Taking this approach could help to minimize customizations and in the long run, grease the skids for a smoother migration.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Resource&lt;/u&gt;: My SharePoint Saturday talk from a few years ago&amp;#160; – &lt;a href="https://skydrive.live.com/?cid=139d204c235bb5cd#!/view.aspx?cid=139D204C235BB5CD&amp;amp;resid=139D204C235BB5CD%21356&amp;amp;app=PowerPoint"&gt;5 worse mistakes to avoid with SP development&lt;/a&gt;&amp;#160; (skip ahead to slide 20 or so)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Understand Deprecated features list in 2013&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;There are a handful of features, sites, web parts, etc. that are either no longer part of SharePoint 2013, or we’ve publicly stated that we are no longer investing in it. We’ve had a few customers look at rolling out capabilities such as document workspaces and we always advice against doing this in SharePoint 2010 given that the feature is deprecated. This is true even in cases where features are still supported in SharePoint 2013. (most deprecated features will upgrade and are supported in SharePoint 2013 – but no guarantees for SharePoint v. Next.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Resource:&lt;/u&gt; Changes from SharePoint 2010 to SharePoint 2013 - &lt;a href="http://technet.microsoft.com/en-us/library/ff607742.aspx#section4"&gt;http://technet.microsoft.com/en-us/library/ff607742.aspx#section4&lt;/a&gt; or &lt;a title="http://office.microsoft.com/en-us/sharepoint-help/discontinued-features-and-modified-functionality-in-microsoft-sharepoint-2013-preview-HA102892827.aspx#_Toc339867839" href="http://office.microsoft.com/en-us/sharepoint-help/discontinued-features-and-modified-functionality-in-microsoft-sharepoint-2013-preview-HA102892827.aspx#_Toc339867839"&gt;http://office.microsoft.com/en-us/sharepoint-help/discontinued-features-and-modified-functionality-in-microsoft-sharepoint-2013-preview-HA102892827.aspx#_Toc339867839&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Sandbox Solutions and Apps for SharePoint&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;When SharePoint 2010 and Office 365 (“Wave 14”) launched we introduced Sandbox solutions as a way to develop customizations and run those in Office 365/SharePoint Online. If you want to develop customizations in SharePoint, any compiled code needs to be a sandbox solution to work in the cloud.&amp;#160; Full-trust code will not work in Office 365 multi-tenant, and there is no foreseeable plan to allow for this to happen.&amp;#160; In SharePoint 2013 we introduced a new application development model – Apps for SharePoint.&amp;#160; This is an entirely new dev methodology and is really the go-forward strategy around customizations in SharePoint.&amp;#160; Apps for SharePoint won’t work with SharePoint 2010 – this needs to be understood.&amp;#160; So if you are running SharePoint 2010 and need to customize, first try to build as a sandbox solution. This is supported in SP2010 and SP 2013, cloud and on-premises.&amp;#160; If you are running SharePoint 2013 and you want to future-proof your design, then build a SharePoint App, using the new development model.&amp;#160; This works in SharePoint 2013 on-prem and cloud, and this is the go-forward strategy for SharePoint customizations.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Resource&lt;/u&gt;: Sandbox solutions - &lt;a href="http://technet.microsoft.com/en-us/library/ee721992(v=office.14).aspx"&gt;http://technet.microsoft.com/en-us/library/ee721992(v=office.14).aspx&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/ff798382.aspx"&gt;http://msdn.microsoft.com/en-us/library/ff798382.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Resource:&lt;/u&gt; video – code for the sandbox - &lt;a href="http://msdn.microsoft.com/en-us/SP2010DevTrainingCourse_CodeForTheSandBox"&gt;http://msdn.microsoft.com/en-us/SP2010DevTrainingCourse_CodeForTheSandBox&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Resource&lt;/u&gt;: SharePoint Apps - &lt;a href="http://msdn.microsoft.com/library/office/apps/fp179930(v=office.15)"&gt;http://msdn.microsoft.com/library/office/apps/fp179930(v=office.15)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Vet out 3&lt;sup&gt;rd&lt;/sup&gt; Party Solutions&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Some customers I work with have done an assessment of SharePoint 2013.&amp;#160; They love what they see but their biggest blocker to migrating in the near-term is that they have bought 3&lt;sup&gt;rd&lt;/sup&gt; party add-on solutions, and those solutions aren’t yet SharePoint 2013-ready. Microsoft does have a partner ISV program and we do our best to inform and educate all our partners on our SharePoint roadmap, and we have hundreds of great partners that are SharePoint 2013 ready – both for on-premises only solutions (full trust code) and also leveraging our new SharePoint App Store and the new app dev model. But the fact remains that there are still a number of partners who have not updated to SharePoint 2013 yet. And for some, it isn’t on their near-term roadmap.&amp;#160; My advice for those considering a SharePoint 3&lt;sup&gt;rd&lt;/sup&gt; party add-on is to go through a validation process.&amp;#160; Who builds it? How long have they worked with SharePoint? Are they SharePoint 2013 ready? Does it work in Office 365? What is their product roadmap? Is there any other feedback or reviews that you can track down?&amp;#160; The more you know, the greater chance for no surprises come upgrade time or migration to the cloud. &lt;/p&gt;  &lt;p&gt;The other consideration here is what is new in SharePoint 2013 (or just around with the corner with Yammer integration and new apps).&amp;#160; How will the 3&lt;sup&gt;rd&lt;/sup&gt; party add-on work in SharePoint 2013? Does SharePoint 2013 introduce new functionality that will make the 3&lt;sup&gt;rd&lt;/sup&gt; party add-on obsolete or less critical?&amp;#160; You may still opt to go with the add-on, but then you at least know it is a short-term investment and you can plan accordingly.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Resource&lt;/u&gt;: Apps for SharePoint store (SP 2013 only apps) - &lt;a href="http://office.microsoft.com/en-us/store/apps-for-sharepoint-FX102804987.aspx"&gt;http://office.microsoft.com/en-us/store/apps-for-sharepoint-FX102804987.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Resource:&lt;/u&gt; SharePoint Reviews – independent website - &lt;a href="http://www.sharepointreviews.com/product-directory"&gt;http://www.sharepointreviews.com/product-directory&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Package Customizations and follow a methodology&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;When you do determine that customization is necessary, be sure to follow the guidance and methodology for custom dev.&amp;#160; Document why the customization is needed, the business problem it fixes, and the department or team that is going to leverage the customization.&amp;#160; This too often gets thrown by the wayside and then I’ll have meetings with customers that know they have customizations, but they don’t really have a good sense about why they customized. Many times the developers have since moved on to different jobs or left the company. Teams change and processes evolve.&amp;#160; A clearly documented list of customizations can be a huge help come upgrade time – even if the “documentation” is just a simple custom list that you create in SharePoint.&amp;#160;&amp;#160; And along those same lines, customizations should be packaged up as wsp files, and go through the same methodology as other custom code.&amp;#160; Unfortunately, I’ve seen too many times where a customization was deployed by dropping a few .dlls in the GAC and updating the web.config file manually. This can be a major challenge come upgrade time.&amp;#160; Often these manual customizations won’t show up in upgrade reports, and only surface during upgrade tests and validation of functionality post-upgrade.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;u&gt;Resource&lt;/u&gt;: SharePoint 2010 test and deployment process - &lt;a href="http://msdn.microsoft.com/en-us/sp2010devtrainingcourse_testinganddeployment"&gt;http://msdn.microsoft.com/en-us/sp2010devtrainingcourse_testinganddeployment&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Bucket customizations and document&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Finally, I think it is important to bucket your customizations, or group them together based on complexity.&amp;#160; “SharePoint Customization” or “SharePoint Development” has a wide range of options.&amp;#160; There are very simple customizations.&amp;#160; For example a bit of javascript embedded on a page to change the behavior. Or branding customizations, where all the customization files are html, javascript, image assets, and css and stored in libraries within the site.&amp;#160; And then mid-range customizations such as event receivers, custom workflow, or a custom web part.&amp;#160; And then there are the more complex customizations involving server-side full-trust code and modifications to an entire web application, service application, or even central admin integrations. Not all customizations are created equal and I think it is important to consider this. &lt;/p&gt;  &lt;p&gt;&lt;u&gt;Resource&lt;/u&gt;: SharePoint 2010 Design Considerations - &lt;a href="http://msdn.microsoft.com/en-us/SP2010DevTrainingCourse_DesignConsiderations.aspx"&gt;http://msdn.microsoft.com/en-us/SP2010DevTrainingCourse_DesignConsiderations.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Final Thoughts&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;As I mentioned above, there is no way to fully future-proof customizations, but I think the steps above go a long way in easing the upgrade or migration process. I’d also like to add that in my opinion the SharePoint product team has done a great job of reducing the upgrade and migration risk with SharePoint 2013. There is still work to do, but the ability to upgrade a web application to the SharePoint 2013 platform but keep individual site collections in 2010 mode for a period of time goes a long way in easing the migration efforts.&amp;#160; It doesn’t have to be all-or-nothing over a weekend.&amp;#160; SharePoint administrators now have the ability to upgrade one-step at a time, and move sites over one-at-a-time as soon as training, help desk, and communication planning are all in place.&amp;#160; And of course, those that have already moved to Office 365 and SharePoint Online, we will upgrade the service regularly and ensure that customizations made to SharePoint in this environment continue to work, and provide proper communication if customization support does change down the line. &lt;/p&gt;  &lt;p&gt;&lt;u&gt;Resource&lt;/u&gt;: SharePoint 2013 Upgrade diagrams - &lt;a href="http://technet.microsoft.com/en-us/library/cc263199(v=office.15)#upgrade"&gt;http://technet.microsoft.com/en-us/library/cc263199(v=office.15)#upgrade&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10418794" width="1" height="1"&gt;</content><author><name>Nate Baum - MS</name><uri>http://blogs.msdn.com/natebaum/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>SharePoint Conference 2011–It’s a Wrap!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/natebaum/archive/2011/10/11/sharepoint-conference-2011-it-s-a-wrap.aspx" /><id>http://blogs.msdn.com/b/natebaum/archive/2011/10/11/sharepoint-conference-2011-it-s-a-wrap.aspx</id><published>2011-10-11T14:15:00Z</published><updated>2011-10-11T14:15:00Z</updated><content type="html">&lt;p&gt;It&amp;rsquo;s hard to get a grasp of just how far reaching and impactful SharePoint is these days, but an event like SharePoint Conference helps those of us who use and work with the product every day to visualize how absolutely HUGE SharePoint really is.&amp;nbsp; During the keynote it was announced that if SharePoint were it&amp;rsquo;s own standalone company, it would be among the top 50 software companies in the world. With a sellout crowd of over 7,500 attendees and a massive exhibit hall with a lot of energy, you can see SharePoint&amp;rsquo;s impact firsthand. Here are some other fast stats from the keynote about SharePoint if you like to look at the numbers:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/8322.image_5F00_421E6BBA.png"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; float: right; display: inline; background-image: none;" title="image" border="0" alt="image" align="right" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/4213.image_5F00_thumb_5F00_1DC9616B.png" width="286" height="219" /&gt;&amp;nbsp;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Over 125 million licenses sold to over 65,000 customers; 62 million SP 2010 licenses&lt;/li&gt;
&lt;li&gt;80% of Fortune 500 companies have SharePoint&lt;/li&gt;
&lt;li&gt;67% of our enterprise customers have deployed SharePoint for everyone&lt;/li&gt;
&lt;li&gt;SharePoint 2010 is rated #1 in satisfaction, awareness, market share, and likelihood to recommend&lt;/li&gt;
&lt;li&gt;Over 1,100 books written about SharePoint&lt;/li&gt;
&lt;li&gt;80% of Fortune 500 companies use SharePoint internally. About a third of those also use SharePoint for external collab, or public-facing web-sites.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So what was the focus of SharePoint Conference 2011? From my perspective it was all about best practices, sharing customer and partner stories, and learning new ways to get even more value out of the SharePoint platform. SPC11 surfaced a lot of moments where attendees said, &amp;ldquo;I didn&amp;rsquo;t know SharePoint could do that.&amp;rdquo; Even coming in with years of experience on SharePoint I learned a lot at the conference, from hearing how our customers use SharePoint, to seeing up-and-coming technologies like Project Crescent, as well as several different partner products built on top of SharePoint.&lt;/p&gt;
&lt;p&gt;The main topics I attended focused on search (mostly FAST, but some basic SharePoint search), business intelligence, and partner and customer solutions and stories.&lt;/p&gt;
&lt;h2&gt;Nate&amp;rsquo;s Unofficial SharePoint Conference Awards&lt;/h2&gt;
&lt;h3&gt;Top Shenanigans&lt;/h3&gt;
&lt;p&gt;There are some very passionate SharePoint folks out there. From twitter, to Freeze Mobs, to screaming monkeys, and many, many SharePints and other Share-name-your-event. At any rate, I got a kick out of the Freeze Mob that was organized. Video &lt;a href="http://www.youtube.com/watch?v=xWIQi9LkWAI&amp;amp;feature=player_embedded" target="_blank"&gt;here.&lt;/a&gt;&lt;/p&gt;
&lt;div style="margin: 0px; padding: 0px; float: none; display: inline;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:d4508312-0b34-4ee9-8006-efecadbec375" class="wlWriterEditableSmartContent"&gt;
&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=xWIQi9LkWAI&amp;amp;feature=player_embedded" target="_new"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h3&gt;Most Creative Booth&lt;/h3&gt;
&lt;p&gt;There were a ton of unique giveaways and booths at the conference exhibit halls and parties. But my favorite just in terms of booth creativity was &lt;a href="http://www.laserfiche.com/en-us/products/sharepoint-integration" target="_blank"&gt;LaserFiche&lt;/a&gt;.&amp;nbsp; They had a booth offering free massages &amp;ndash; all you had to do was put on headphones and learn about their products and solutions on a screen under the massage chair.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/1563.WP_5F00_000338_5F00_10EF0B4D.jpg"&gt;&lt;img style="border: 0px currentcolor; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="WP_000338" border="0" alt="WP_000338" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/8738.WP_5F00_000338_5F00_thumb_5F00_01D82C73.jpg" width="244" height="184" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Favorite shirt/giveaway&lt;/h3&gt;
&lt;p&gt;Lots of great shirts were handed out at the exhibition hall from all of our partners. My personal favorite was BA-insight&amp;rsquo;s &amp;lsquo;Eat, Drink, SharePoint&amp;rsquo; shirt. Love it!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/3554.WP_5F00_000378_5F00_531273D0.jpg"&gt;&lt;img style="border: 0px currentcolor; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="WP_000378" border="0" alt="WP_000378" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/7245.WP_5F00_000378_5F00_thumb_5F00_2D3C4D6D.jpg" width="244" height="184" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And the fun announcement at the end of the keynote, was also welcome news to all the attendees. SharePoint Conference 2012 is planned for November 2012 in Las Vegas. There is already a lot of excitement around this event.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/0815.image_5F00_0595D143.png"&gt;&lt;img style="border: 0px currentcolor; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/1805.image_5F00_thumb_5F00_56D018A0.png" width="240" height="143" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Additional Info&lt;/h3&gt;
&lt;p&gt;Watch the Keynote - &lt;a title="http://www.mssharepointconference.com/pages/keynote.aspx" href="http://www.mssharepointconference.com/pages/keynote.aspx"&gt;http://www.mssharepointconference.com/pages/keynote.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Keynote Recap - &lt;a title="http://redmondmag.com/articles/2011/10/03/microsoft-investing-in-sharepoint.aspx" href="http://redmondmag.com/articles/2011/10/03/microsoft-investing-in-sharepoint.aspx"&gt;http://redmondmag.com/articles/2011/10/03/microsoft-investing-in-sharepoint.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Keynote Live Blog - &lt;a title="http://www.sptechblog.com/2011/10/greetings-from-sharepoint-conference.html" href="http://www.sptechblog.com/2011/10/greetings-from-sharepoint-conference.html"&gt;http://www.sptechblog.com/2011/10/greetings-from-sharepoint-conference.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Main SharePoint Conference site - &lt;a title="http://www.mssharepointconference.com" href="http://www.mssharepointconference.com"&gt;http://www.mssharepointconference.com&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Good top ten recap - &lt;a title="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=480" href="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=480"&gt;http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=480&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10223229" width="1" height="1"&gt;</content><author><name>Nate Baum - MS</name><uri>http://blogs.msdn.com/natebaum/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint 2010" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/SharePoint+2010/" /><category term="SharePoint Conference" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/SharePoint+Conference/" /></entry><entry><title>Windows Phone 7–Getting Started and Key Apps</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/natebaum/archive/2011/06/13/windows-phone-7-getting-started-and-key-apps.aspx" /><id>http://blogs.msdn.com/b/natebaum/archive/2011/06/13/windows-phone-7-getting-started-and-key-apps.aspx</id><published>2011-06-13T05:35:43Z</published><updated>2011-06-13T05:35:43Z</updated><content type="html">&lt;p&gt;I thought with the recent availability of Windows Phone 7 on Verizon and with all four major carriers in the US offering a Windows Phone 7 device I’m sure to get more than a few family, friends, and colleagues that want to know the best way to setup and use Windows Phones. No, I am not a Windows Phone expert, but I do spend a lot of time using my phone. I love it. And I work with several very smart folks across the world who DO make and sell the phone so I’ve learned a lot from these sources. &lt;/p&gt;  &lt;p&gt;My wife received the HTC Trophy on Verizon so I thought I’d document the steps I took in setting her phone up and installing my favorite applications (and hopefully her favorite applications). I’ve been using a Samsung Focus for a few months now so I’m not starting fresh in terms of learning how to set it all up. &lt;/p&gt;  &lt;h2&gt;Getting Started&lt;/h2&gt;  &lt;p&gt;From the box arriving via FedEx to making/receiving calls you need to go through the usual process. Charge the battery, turn it on and follow a short series of menu settings. Then you need to activate and program the phone by calling in to Verizon. It doesn’t take too long to get here. &lt;/p&gt;  &lt;h2&gt;Setting up your Live ID&lt;/h2&gt;  &lt;p&gt;The next setup step is to specify a Windows Live ID. You aren’t required to at this point, but it’s a good idea to do this. And it’s important to think through this. A few of the main points related to this are:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;1. If you want to use an existing Zune and/or Xbox Live you must use the same associated Live ID. And if you use both services the Live ID must be the same for both&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;If you want your phone to sync to your Xbox Live account, you need to use the associated Live ID. And if you want to use Zune Pass you need to use the same account on your phone as you do for Zune Pass. So if you subscribe to both these services it needs to be the same Live ID that you use for both. There is a ton written on the web about this already. Note that you CAN have multiple hotmail accounts (or other types of email accounts like Exchange/Outlook, gmail, etc.) on a single phone. If you don’t use Zune or Xbox Live already, no worries – you are OK.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;2. Don’t use the same Live ID on two different Windows Phones&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;It’s not recommended to share Live IDs across two different phones. There are several reasons why this doesn’t work well. Uploading to SkyDrive can cause conflicts and there are going to be enhancements in the next release (Mango) that could be impacted by sharing a Live ID. In short, don’t do it. Despite confusing language in the Zune interface, my advice is to not share IDs across multiple phones. That’s what I keep hearing from true experts in this space.&lt;/p&gt;  &lt;h2&gt;What Next? Connect to a PC&lt;/h2&gt;  &lt;p&gt;Probably the best next step is to connect your phone to a PC. If you have a PC where you have most of your music, videos, pictures, etc. this is the one to use. You’ll need to download the Zune software, which doesn’t take too long (&lt;a href="http://www.zune.net"&gt;http://www.zune.net&lt;/a&gt;). We already had this so it was a very simple process to connect, recognize the device, and then configure phone settings (name the phone, select sync settings, etc.)&amp;#160; Then I moved over some music, video, and several hundred pictures to bring the picture hub and music+video hub (Zune) to life. If you use iTunes you can run a program to remove the rights management on your files. Once you do this Zune will find the content AND it can be played through Zune and synced to your phone.&lt;/p&gt;  &lt;p&gt;One thing I also found in setting up the Zune account (again, using the same Live ID as I did on the phone) is that for my wife’s Verizon, you need to enter credit card info in your Zune account profile to buy applications. Hmm, for my Samsung Focus on AT&amp;amp;T if I buy an app it just gets added to my monthly bill. I’m not sure why there is that difference but it’s not a big deal.&lt;/p&gt;  &lt;h2&gt;Now sync those accounts!&lt;/h2&gt;  &lt;p&gt;The phone home screen is up, you can make and receive calls and text. Now what?&amp;#160; Well next I’d finish setting up the Windows Live ID. The calendar and contacts from this account are synced but you may want to sync email as well. Go into Settings –&amp;gt; System and update the account.&lt;/p&gt;  &lt;p&gt;Next go in and add accounts. Continue in the email and account section. Setup sync with another hotmail account, Yahoo, gmail, Outlook/Exchange, or POP3. There are options on what to sync with each (calendar, contacts, email, feeds, etc.)&amp;#160; Facebook!!!! Like 500 million other people my wife uses Facebook quite a bit. Adding your Facebook account really brings the people and pictures hubs to life. I added another hotmail account for my wife (we use two) and also her Facebook account. Now we’re cooking. Pictures coming over from Facebook. Her contacts have never looked so good.&lt;/p&gt;  &lt;p&gt;Next step is to review your contacts. Here is where you could spend some time. In some cases your contacts that you pull in from various accounts might be out of date. Or you had contacts on your old phone but need to import those in. I’m not going to write here on how you import these in (there are several tools and several ways to do this) but I will say that one of the greatest aspects of Windows Phone is how it pulls together info on a single person from several places. It could be that you have contacts in hotmail, gmail, facebook, etc. and Windows Phone 7 does a great job of bringing all of these together in a single contact card. There are other really great settings in the people hub and calendar that allow you to manage people – and more features on their way too. But from a setup perspective, reviewing the people in your list and making sure they are linked properly is one of the setup steps you’ll need to plan for, as you would with any other phone. The benefit of Windows phone is that now all those contacts you have that are on Facebook now have pictures and other info.&lt;/p&gt;  &lt;h2&gt;Office Hub&lt;/h2&gt;  &lt;p&gt;Windows Phone 7 has six distinct “hubs.” &lt;a href="http://www.microsoft.com/windowsphone/en-us/features/default.aspx" target="_blank"&gt;More info here&lt;/a&gt;.&amp;#160; I now have the People, Pictures, Music + Videos,&amp;#160; and Marketplace Hubs setup. What’s left is the Games Hub and Office Hub. To be honest, I don’t know how much my wife will use the Office Hub for Word, Excel, PowerPoint. She just doesn’t use these apps that often, or need these on the go. Maybe she’ll sync a handful of documents that she can have handy. What I expect she will really like is the OneNote integration. I use that every day, whenever I’m away from my computer. The basic idea is that Windows Phone will use the Windows Live ID you first put in as the account used when syncing OneNote notes to the cloud. Really this just means the OneNote notes are stored securely on a Windows Live computer on a service called SkyDrive on the Internet, and you can access this info through any browser or a PC or iPad or phone. &lt;/p&gt;  &lt;p&gt;I have my work to do list, my personal to do list, errands list, and a few other notes that I use regularly – and now these are always on my phone too. Perfect! The only setting here is to set to sync automatically for OneNote. I also have an Office 365 account and sync content to/from SharePoint but for my wife and many people they won’t use this initially.&lt;/p&gt;  &lt;h1&gt;Games&lt;/h1&gt;  &lt;p&gt;The heart of the Windows Phone gaming experience is the Xbox Live Games Hub. &lt;/p&gt;  &lt;p&gt;One of the first Xbox Live downloads I grabbed was Xbox LIVE Extras. It’s a free app that let’s you setup an Xbox Live account, build an avatar and add/remove friends. It’s easy to get going. So once I did this for my wife – she was off and running. I also went in to Settings –&amp;gt; Applications and in the games section turned ‘Connect to Xbox LIVE’ to On. Speaking of Xbox LIVE – there are basically two different Xbox LIVE options – Silver and Gold. Silver is free – and this is what I set my wife up with. Gold is an annual fee and great for anyone with an Xbox. We have a Gold Subscription and this is what I use on my phone. If at some point my wife wanted to sync her achievements on her phone and on Xbox our next step would be an Xbox Family Pack, but not quite yet.&amp;#160; Options on Xbox subscriptions are &lt;a href="http://www.xbox.com/en-US/LIVE/JoinLIVE?xr=shellnav" target="_blank"&gt;listed here&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;There are a ton of games – both official Xbox Live games and other games. The difference between these two categories is that when you play an “Xbox” official game your achievements, etc. will be logged with your Xbox Live account – so your Xbox Live friends can see your games, achievements, rank, etc. all in one place and compare their own achievements. Nothing wrong with a little healthy competition.&lt;/p&gt;  &lt;p&gt;You can also pin your favorite games to the main Live Tiles screen.&lt;/p&gt;  &lt;h1&gt;Applications&lt;/h1&gt;  &lt;p&gt;Yes, we have great apps. Lots of great apps. In fact, we just hit the 20,000 app milestone – &lt;a href="http://www.windows7news.com/2011/05/29/windows-phone-marketplace-reaches-20000-apps/" target="_blank"&gt;on pace with the iPhone app growth when it launched and ahead of Android growth&lt;/a&gt;. Here’s a list of my favorites. A lot of times I’ll try before I buy so I can figure out if the app or game is interesting enough and I’ll use it. Or if my kids will play it. &lt;img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/8055.wlEmoticon_2D00_smile_5F00_7707315A.png" /&gt;&lt;/p&gt;  &lt;p&gt;This area more than any other changes by the day/week – but as of today – here’s what I put on my wife’s phone and/or my phone:&lt;/p&gt;  &lt;h3&gt;Basics&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;Facebook – it’s integrated in the phone, but nice to use as a separate app at times too&lt;/li&gt;    &lt;li&gt;Netflix – when I explained what you could do with this app my wife got really excited&lt;/li&gt;    &lt;li&gt;Weather Channel (or WeatherBug) – sometimes locks for my wife but great overall&lt;/li&gt;    &lt;li&gt;Birdsong - awesome Twitter app – but it costs money&lt;/li&gt;    &lt;li&gt;Amazon Kindle&lt;/li&gt;    &lt;li&gt;StockAlert&lt;/li&gt;    &lt;li&gt;Wikipedia&lt;/li&gt;    &lt;li&gt;Bible&lt;/li&gt;    &lt;li&gt;YouTube&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Sports&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;ESPN – awesome, awesome app – one of my favorites&lt;/li&gt;    &lt;li&gt;CBC Hockey – for my hockey fix&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Shopping&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;Amazon.com&lt;/li&gt;    &lt;li&gt;Home Depot&lt;/li&gt;    &lt;li&gt;Best Price Calculator – written by one of my friends in West Michigan&lt;/li&gt;    &lt;li&gt;eBay&lt;/li&gt;    &lt;li&gt;Groupon&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Games&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;Wordament – I think this is one of my favorite games. Lots of fun and very addictive. Check it out.&lt;/li&gt;    &lt;li&gt;Doodle Jump – I’m addicted&lt;/li&gt;    &lt;li&gt;Flight Control – my wife’s addicted&lt;/li&gt;    &lt;li&gt;Fruit Ninja – my daughter’s addicted&lt;/li&gt;    &lt;li&gt;Hydro Thunder GO – my son’s addicted&lt;/li&gt;    &lt;li&gt;ilomilo – also addicted &lt;/li&gt;    &lt;li&gt;Enigmo&lt;/li&gt;    &lt;li&gt;Tetris&lt;/li&gt;    &lt;li&gt;3D Mahjong&lt;/li&gt;    &lt;li&gt;Bubble Game&lt;/li&gt;    &lt;li&gt;Pipes&lt;/li&gt;    &lt;li&gt;Solitaire&lt;/li&gt;    &lt;li&gt;Tic Tac Toe Laser&lt;/li&gt;    &lt;li&gt;Full House Poker&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;News&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;USA Today&lt;/li&gt;    &lt;li&gt;MSN Video&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Other Stuff&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;DirecTV&lt;/li&gt;    &lt;li&gt;Fandango&lt;/li&gt;    &lt;li&gt;IMDb&lt;/li&gt;    &lt;li&gt;Last.fm&lt;/li&gt;    &lt;li&gt;GasBuddy&lt;/li&gt;    &lt;li&gt;White Yellow Pages&lt;/li&gt;    &lt;li&gt;WPCentral&lt;/li&gt;    &lt;li&gt;Tag Reader&lt;/li&gt;    &lt;li&gt;QR Reader&lt;/li&gt;    &lt;li&gt;History Here – History Channel app - perfect app for my mom (who loves historical facts)&lt;/li&gt;    &lt;li&gt;Helium Voice – my kids just really crack up with this one&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Business Apps and Geekier Stuff&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;Adobe Reader – you never know when someone will send you &lt;/li&gt;    &lt;li&gt;Conf Call Dialer – easily dial-in to those conference calls with passcodes while on the road&lt;/li&gt;    &lt;li&gt;TWiT – Techie News and podcasts&lt;/li&gt;    &lt;li&gt;TouchStudio – declarative programming for phones!&lt;/li&gt;    &lt;li&gt;Pocket C# – C# on the phone, compiled in Azure! (I warned you about the geeky stuff)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;We have some Microsoft internal apps that I use often as well.&lt;/p&gt;  &lt;h1&gt;What’s Next?&lt;/h1&gt;  &lt;p&gt;I love my phone now. Couldn’t be happier. So I hate to focus on “what’s next.” But I’m very excited about what’s coming soon with the next release known as “Mango”. 500 new features will be released, enhancing the overall smartphone experience around communications, apps and the Internet. The “Mango” release will be available for free to Windows Phone 7 customers and is scheduled to ship on new phones beginning this fall. Here are a few of my favorite features coming – a quick top 10 list:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Multitasking. Quickly switch between apps in use and allow apps to run in the background, helping to preserve battery life and performance.&lt;/li&gt;    &lt;li&gt;Local Scout. Provides hyper-local search results and recommends nearby restaurants, shopping and activities in an easy-to-use guide. &lt;/li&gt;    &lt;li&gt;Bing on Windows Phone. More ways to search the Web, including Bing Vision, Music Search and Voice so it’s easy to discover and decide.&lt;/li&gt;    &lt;li&gt;Improved Live Tiles. Get real-time information from apps without having to open them. Live Tiles can be more dynamic and hold more information.&lt;/li&gt;    &lt;li&gt;Deeper social network integration. Twitter and LinkedIn feeds are now integrated into contact cards, and “Mango” includes built-in Facebook check-ins and new face detection software that makes it easier to quickly tag photos and post to the Web.&lt;/li&gt;    &lt;li&gt;Groups. Group contacts into personalized Live Tiles to see the latest status updates right from the Start Screen and quickly send a text, email or IM to the whole group.&lt;/li&gt;    &lt;li&gt;Threads. Switch between text, Facebook chat and Windows Live Messenger within the same conversation.&lt;/li&gt;    &lt;li&gt;Internet Explorer 9. A browser based on the powerful Internet Explorer 9 and including support for HTML5 and full hardware acceleration. &amp;quot;Windows Phone 7 Mango's Internet Explorer 9 clobbers Android and iOS (current iterations) in HTML 5 speed tests.” -Business Insider&lt;/li&gt;    &lt;li&gt;App Connect. By connecting apps to search results and deepening their integration with Windows Phone Hubs, including Music and Video and Pictures, “Mango” allows apps to be surfaced when and where they make sense.&lt;/li&gt;    &lt;li&gt;Quick Cards. When searching for a product, movie, event or place, see a quick summary of relevant information, including related apps.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Where will we go from here? It’s hard to say. &lt;a href="http://www.pcmag.com/article2/0%2c2817%2c2386650%2c00.asp" target="_blank"&gt;Some predict Windows Phone 7 passing the iPhone&lt;/a&gt; market share by 2015 – especially given the Microsoft partnership with Nokia. Hard to say. What I can say is that &lt;a href="http://www.pcmag.com/image_popup/0,1871,iid=298051,00.asp" target="_blank"&gt;feedback from those who have a Windows Phone is generally very positive.&lt;/a&gt; The carriers and (more importantly) salespeople at the carriers still seem to be learning about the new platform – but there is a lot of excitement and Microsoft is clearly in it for the long haul. &lt;/p&gt;  &lt;p&gt;Competition is great for consumers. We’ve seen some &lt;a href="http://www.engadget.com/2010/12/10/windows-phone-android-launcher-brings-metro-uis-simplicity-but/" target="_blank"&gt;Android apps try to copy the Windows Phone&lt;/a&gt; look and feel. Many of the &lt;a href="http://www.pcmag.com/article2/0,2817,2386505,00.asp" target="_blank"&gt;new Apple iOS 5 features ‘borrowed’ from features&lt;/a&gt; already in or announced on Windows Phone 7 or Android. And yes, we’ve done that as well. Should be interesting to see how each platform evolves.&lt;/p&gt;    &lt;h1&gt;More Info &lt;/h1&gt;  &lt;ul&gt;   &lt;li&gt;Main Getting Started Windows Phone 7 site - &lt;a title="http://www.microsoft.com/windowsphone/en-us/howto/wp7/get-started.aspx" href="http://www.microsoft.com/windowsphone/en-us/howto/wp7/get-started.aspx"&gt;http://www.microsoft.com/windowsphone/en-us/howto/wp7/get-started.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Discover the Features - &lt;a href="http://www.microsoft.com/windowsphone/en-us/features/default.aspx"&gt;http://www.microsoft.com/windowsphone/en-us/features/default.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Verizon – HTC Trophy - &lt;a href="http://www.microsoft.com/windowsphone/en-us/buy/7/phones.aspx#detail=1685"&gt;http://www.microsoft.com/windowsphone/en-us/buy/7/phones.aspx#detail=1685&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Mango (upcoming Fall release) - &lt;a href="http://www.microsoft.com/windowsphone/en-us/features/whats-next.aspx"&gt;http://www.microsoft.com/windowsphone/en-us/features/whats-next.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Windows Phone 7 Images - &lt;a title="http://www.microsoft.com/presspass/presskits/windowsphone/imagegallery.aspx" href="http://www.microsoft.com/presspass/presskits/windowsphone/imagegallery.aspx"&gt;http://www.microsoft.com/presspass/presskits/windowsphone/imagegallery.aspx&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;And in closing - a few fun videos too:&lt;/p&gt;  &lt;p&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:c7cc3e81-5a30-4f31-a415-d5c36541a3c4" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=f1sN2Q6ded8&amp;amp;feature=related" target="_new"&gt;&lt;img src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/0131.video4b55b47bf856_5F00_484178B8.jpg" style="border-style: none" galleryimg="no" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="width:448px;clear:both;font-size:.8em"&gt;Official Windows Phone 7 commercial&lt;/div&gt;&lt;/div&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:5f43dc2f-3ae1-4f35-9aa3-2e378ea14e89" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=VHkPiU9YAQk&amp;amp;feature=player_profilepage" target="_new"&gt;&lt;img src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/1205.video75d9adf4a960_5F00_75C2987B.jpg" style="border-style: none" galleryimg="no" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="width:448px;clear:both;font-size:.8em"&gt;Fan made Windows Phone 7 ad&lt;/div&gt;&lt;/div&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:37640412-40f6-4ac5-bc32-6e7778ce3905" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=8Xm-_gbmcM4&amp;amp;feature=player_embedded" target="_new"&gt;&lt;img src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-26-65-metablogapi/6406.video55ffd838a721_5F00_75566586.jpg" style="border-style: none" galleryimg="no" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="width:448px;clear:both;font-size:.8em"&gt;Another fan-made Windows Phone 7 video&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10173806" width="1" height="1"&gt;</content><author><name>Nate Baum - MS</name><uri>http://blogs.msdn.com/natebaum/ProfileUrlRedirect.ashx</uri></author><category term="Windows Phone" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Windows+Phone/" /><category term="Consumer" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Consumer/" /></entry><entry><title>Microsoft SharePoint Successes Featured in Automotive News</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/natebaum/archive/2010/07/21/microsoft-sharepoint-successes-featured-in-automotive-news.aspx" /><id>http://blogs.msdn.com/b/natebaum/archive/2010/07/21/microsoft-sharepoint-successes-featured-in-automotive-news.aspx</id><published>2010-07-21T05:58:00Z</published><updated>2010-07-21T05:58:00Z</updated><content type="html">&lt;p&gt;I was in a customer meeting yesterday and a common question came up: “what other companies are using SharePoint in my industry?” Given that it was an auto customer it reminded&amp;#160; me of an article in the Automotive News a few months ago and I thought it was worth highlighting here. Frankly, I’m surprised I haven’t highlighted it sooner. For all the press that has come out around the launch of SharePoint 2010, looking at what’s possible with the new release, it’s worth looking back at what our customers have already done with SharePoint 2007. &lt;/p&gt;  &lt;p&gt;I love that four important Microsoft customers in Michigan have publicly endorsed SharePoint as their collaboration software of choice to drive productivity improvements across the business. I work with all four of these customers so it’s great to hear their stories and successes. This is one of the most rewarding aspects of my job.&lt;/p&gt;  &lt;p&gt;Here are a few article highlights, borrowing some text from our industry team director: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;GM&lt;/b&gt; – Around the globe engineers use SharePoint to collaborate on the development of the &lt;b&gt;&lt;i&gt;Chevrolet Cruz&lt;/i&gt;&lt;/b&gt; compact sedan &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Ford&lt;/b&gt; –SharePoint has been uses to develop new cars and trucks, including the new &lt;b&gt;&lt;i&gt;Ford Focus&lt;/i&gt;&lt;/b&gt; compact sedan &lt;/li&gt;    &lt;li&gt;&lt;b&gt;BorgWarner &lt;/b&gt;– Sharing supplier quality scorecards, manuals and other information &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Federal Mogul – &lt;/b&gt;Consolidate information from all over the organization on a single platform&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;A link to the article: &lt;a title="http://www.autonews.com/apps/pbcs.dll/article?AID=/20100412/OEM06/304129989" href="http://www.autonews.com/apps/pbcs.dll/article?AID=/20100412/OEM06/304129989"&gt;http://www.autonews.com/apps/pbcs.dll/article?AID=/20100412/OEM06/304129989&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/5482.image_5F00_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" class="wlDisabledImage" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/4341.image_5F00_thumb.png" width="217" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;We were also fortunate to have folks from both Borg Warner and Ford at the SharePoint Saturday event in Ann Arbor, MI back in March presenting on their SharePoint success stories as well as their plans with SharePoint 2010. &lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;Nate&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10040764" width="1" height="1"&gt;</content><author><name>Nate Baum - MS</name><uri>http://blogs.msdn.com/natebaum/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/SharePoint/" /><category term="Customers" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Customers/" /></entry><entry><title>SharePoint 2010 Governance Resources</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/natebaum/archive/2010/07/08/sharepoint-2010-governance-resources.aspx" /><id>http://blogs.msdn.com/b/natebaum/archive/2010/07/08/sharepoint-2010-governance-resources.aspx</id><published>2010-07-08T19:18:52Z</published><updated>2010-07-08T19:18:52Z</updated><content type="html">&lt;p&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d75293e5-6751-430c-8079-6b52711860d7" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;/div&gt; I’ve had several customers ask me recently for SharePoint 2010 governance information. I consider this a very good sign. The message is finally getting out that a governance plan is absolutely essential to any SharePoint deployment. Especially as SharePoint has grown significantly in capabilities over the past two releases. This wasn’t always emphasized in the past with SharePoint, and poor governance has certainly led to several chaotic SharePoint deployments. &lt;/p&gt;  &lt;p&gt;I fully expect the number of SharePoint 2010 governance content to explode in the next few months, which could make this post quickly out-of-date. But since I’ve had several customers ask me for this content in the past week, I thought a post was necessary. First, a quick look at what I mean when I refer to governance. I follow the definition used by The Burton Group: “governance uses people, process, technology, and process to define a service, resolve ambiguity, and mitigate conflict within an organization.”&amp;#160; This is close, but not exactly, to the definition out on our TechNet site: “Governance is the set of policies, roles, responsibilities, and processes that guide, direct, and control how an organization's business divisions and IT teams cooperate to achieve business goals.” Close enough.&lt;/p&gt;  &lt;p&gt;So with this in mind, what are the best SharePoint 2010 governance resources today? Here are my top three:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;1. TechNet SharePoint 2010 Governance Site. &lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff598584.aspx"&gt;http&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff598584.aspx"&gt;://&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff598584.aspx"&gt;technet.microsoft.com/en-us/library/ff598584.aspx&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;In my view, the best place to get started is the SharePoint 2010 Governance Site. This site provides a great overview of SharePoint governance, a deeper look at SharePoint 2010 governance features (focusing on the technology aspect of governance), a deeper look at sandbox solutions which is a big new feature area for SharePoint 2010, and finally a book excerpt focused on SharePoint 2010 governance. Plenty of information to get you started.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;2. SharePoint 2007 Governance Resource Center&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/office/sharepointserver/bb507202.aspx"&gt;http&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/office/sharepointserver/bb507202.aspx"&gt;://&lt;/a&gt;&lt;a href="http://technet.microsoft.com/en-us/office/sharepointserver/bb507202.aspx"&gt;technet.microsoft.com/en-us/office/sharepointserver/bb507202.aspx&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;We &lt;a href="http://technet.microsoft.com/en-us/sharepoint/ff465365.aspx" target="_blank"&gt;don’t have a SharePoint 2010 governance resource center&lt;/a&gt; yet. But going back to the definition of governance, technology is only one aspect of the plan. Along this line of thinking a lot of the content found in the SharePoint 2007 governance resource center still applies to SharePoint 2010. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;b&gt;3. SharePoint Governance – 10 Steps to a Successful Deployment&lt;/b&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;This presentation/article created by Joel Oleson, a well-known SharePoint guru, is based on SharePoint 2007 but even with the new release it is incredibly relevant. Sure the containment hierarchy might be drawn differently with the introduction of service applications, but the key points remain the same. Governance at the center of your deployment planning is key. Here’s the top 10 list in article format as well as in slide format. &lt;/p&gt;    &lt;p&gt;SharePoint Magazine article: &lt;a title="http://sharepointmagazine.net/technical/administration/avoid-newbie-mistakes-10-steps-to-successful-sharepoint-deployments" href="http://sharepointmagazine.net/technical/administration/avoid-newbie-mistakes-10-steps-to-successful-sharepoint-deployments"&gt;http://sharepointmagazine.net/technical/administration/avoid-newbie-mistakes-10-steps-to-successful-sharepoint-deployments&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;PowerPoint slides: &lt;a title="http://www.slideshare.net/joeloleson/share-point-governance-10-steps-to-successful-deployment-by-joel-oleson-best-of-sharepoint-conference-chicago" href="http://www.slideshare.net/joeloleson/share-point-governance-10-steps-to-successful-deployment-by-joel-oleson-best-of-sharepoint-conference-chicago"&gt;http://www.slideshare.net/joeloleson/share-point-governance-10-steps-to-successful-deployment-by-joel-oleson-best-of-sharepoint-conference-chicago&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;More to Come&lt;/strong&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;As I said up above, I expect to see much more to come on this topic. Specifically on the new features and areas of SharePoint. For example, how do you create a governance plan on Visio Services? How about Access Services? PowerPivot? I’ve already reviewed several internal SharePoint 2010 MSIT showcase governance presentations that will hopefully find their way out to the &lt;a href="http://technet.microsoft.com/en-us/library/bb687797.aspx" target="_blank"&gt;main MSIT Showcase site for SharePoint&lt;/a&gt; soon. These decks highlight how we do SharePoint governance at Microsoft. There are already a few SharePoint 2010 related articles and videos on the showcase site. Stay tuned.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Closing Thoughts&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Now more than ever customers need to look at SharePoint differently. There are so many new features, capabilities, and options in SharePoint 2010. Organizations can not afford to deploy SharePoint without a plan, specifically a governance plan.&amp;#160; Just look at all the out-of-the-box service applications. Each service application requires planning. And every organization is different in terms of what’s important to add value to their business. One size definitely does not fit all. &lt;/p&gt;  &lt;p&gt;So my #1 recommendation in terms of governance is to view SharePoint as a platform that enables I.T. to deliver solutions that add value to the organization. Each solution is enabled through SharePoint services, or service applications. Don’t try to do everything all at once. Pick a few significant pain points within your organization (lack of…. team collaboration, enterprise search, document management, social, easy-to-use web publishing, etc.) and define the services within SharePoint 2010 to deliver a well-governed solution.&amp;#160; At the end of the day it’s &lt;a href="http://www.youtube.com/watch?v=WB_axXn8ot8&amp;amp;feature=player_embedded" target="_blank"&gt;not exactly rocket science&lt;/a&gt;. :-) &lt;/p&gt;  &lt;p&gt;Good luck!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10036074" width="1" height="1"&gt;</content><author><name>Nate Baum - MS</name><uri>http://blogs.msdn.com/natebaum/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint 2010" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/SharePoint+2010/" /><category term="Deployment" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Deployment/" /><category term="Governance" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Governance/" /></entry><entry><title>Microsoft Productivity Hub 2010 – Coming Soon to a download center near you</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/natebaum/archive/2010/06/27/microsoft-productivity-hub-2010-coming-soon-to-a-download-center-near-you.aspx" /><id>http://blogs.msdn.com/b/natebaum/archive/2010/06/27/microsoft-productivity-hub-2010-coming-soon-to-a-download-center-near-you.aspx</id><published>2010-06-27T15:03:00Z</published><updated>2010-06-27T15:03:00Z</updated><content type="html">&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One of the common questions I heard as a consultant when SharePoint 2007 launched was &amp;ldquo;how can we train our users?&amp;rdquo;&amp;nbsp; Companies want a simple, inexpensive way to provide basic training, feedback, and build momentum with their launch of SharePoint or Office deployment. Companies realized that this would help drive adoption of both Office and SharePoint and ensure that users were getting the most out of their investment.&lt;/p&gt;
&lt;p&gt;Microsoft released a SharePoint Learning Kit that was SCORM compliant but it didn&amp;rsquo;t seem to fit in well with existing Learning Management Systems (LMS) and wasn&amp;rsquo;t as simple to implement or customize. And customers can buy an off-the-shelf product, but the majority would rather create something internal in my experience, they just needed help getting started.&lt;/p&gt;
&lt;p&gt;Enter the Productivity Hub. The 2007 version of the hub has been &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=277fefca-d62f-41bc-943d-79002254cfee"&gt;available for download&lt;/a&gt; for over a year, and several customers had it running before then. What is the Productivity Hub? Taken from the existing 2007 download center &amp;ldquo;the Hub is a SharePoint Server 2007 site collection that serves as a learning community and is fully customizable.&amp;rdquo;&amp;nbsp; What gets my customers excited is that the hub is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Built on SharePoint &lt;/li&gt;
&lt;li&gt;Uses almost entirely out-of-the-box features &lt;/li&gt;
&lt;li&gt;Can be easily extended, customized, tweaked, branded&lt;/li&gt;
&lt;li&gt;Is easy to get setup and rolled out&lt;/li&gt;
&lt;li&gt;Incorporates social networking elements and pushes the concept of an internal user group&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In short, it&amp;rsquo;s a quick win! Even in cases where customers have an existing LMS, the hub can add tremendous value because it is less formal and promotes social elements. The 2007 Productivity Hub literally saved the day at one of my customers. They needed a way to build buzz and offer basic training but hadn&amp;rsquo;t implemented a training plan. It was two weeks before go live. The Productivity Hub was rolled out in their test environment and then in production. Instant training. Instant win.&lt;/p&gt;
&lt;p&gt;Enter the 2010 release of SharePoint and Office. The Microsoft team responsible for the hub has been hard at work implementing a new version built on SharePoint 2010. What is the 2010 Productivity Hub? Taken from the hub install itself:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;The Microsoft Productivity Hub 2010 is a customizable, on-premise training site for the Microsoft Office 2010, based on Microsoft SharePoint 2010. The Hub can help improve information worker productivity by giving you the answers you need quickly. The site delivers an engaging user experience by offering rich, task-based training content, how-to videos, learning roadmaps, forums, and more.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;By incorporating rich Silverlight applications, relevant product documentation, and using native SharePoint features like dataviews, the Productivity Hub solution illustrates just a few of the many capabilities of SharePoint 2010. Additionally, the site can be customized to reflect your company's branding or other unique training requirements.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;So the 2010 version has the same basic objectives as 2007, but with some new features and branding including Silverlight controls and a built-in quiz feature. It also takes advantage of many of the new SharePoint 2010 features like ratings. A picture is worth a thousand words, so here&amp;rsquo;s a screenshot of the main page:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE 6/30/2010: You can now download it here:&lt;/strong&gt; &lt;a href="http://bit.ly/msph2010dl"&gt;http://bit.ly/msph2010dl&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/4064.clip_5F00_image002_5F00_2.jpg"&gt;&lt;img height="524" width="752" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/6131.clip_5F00_image002_5F00_thumb.jpg" alt="clip_image002" border="0" title="clip_image002" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Installation&lt;/h2&gt;
&lt;p&gt;So now that you understand WHAT it is, let me talk for a bit about what it takes to get installed. Obviously since this is a SharePoint 2010 site collection you need SharePoint 2010 installed. The first step is to figure out where to install the hub. It needs to be it&amp;rsquo;s own site collection, so it could be a managed path in an existing web app or a completely separate web app. One word of caution (and this is called out in the install doc): do not specify an existing site collection, it will blow it away. And the PowerShell install script will now prompt you first (the 2007 hub didn&amp;rsquo;t, and I lost a site collection on my dev box as a result).&lt;/p&gt;
&lt;p&gt;Once you decide where it should go, you are ready to install. There are really three basic steps:&amp;nbsp; unzip/prep, install, configure search&lt;/p&gt;
&lt;h4&gt;Prep work: Permissions and unpackaging&lt;/h4&gt;
&lt;p&gt;If you are hoping to install the default content packs you need be sure to follow the specific folder structure guidance in the install document. There are three packages to unzip and then I&amp;rsquo;d recommending carefully moving folders around to fit the screenshot in the install doc.&lt;/p&gt;
&lt;p&gt;The other bit of work you need to do is to ensure the account you&amp;rsquo;re using has the proper permissions. Guidance in the install doc is very clear and simple.&lt;/p&gt;
&lt;h4&gt;Installation&lt;/h4&gt;
&lt;p&gt;The installation is really just a simple PowerShell script that should be run from the SharePoint PowerShell command window with the site collection URL as a parameter. A few screenshots of the experience:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/8284.clip_5F00_image002_5B00_14_5D00_.jpg"&gt;&lt;img height="213" width="615" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/5460.clip_5F00_image002_5B00_14_5D005F00_thumb.jpg" alt="clip_image002[14]" border="0" title="clip_image002[14]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/8371.clip_5F00_image002_5B00_16_5D00_.jpg"&gt;&lt;img height="114" width="617" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/7711.clip_5F00_image002_5B00_16_5D005F00_thumb.jpg" alt="clip_image002[16]" border="0" title="clip_image002[16]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/0876.clip_5F00_image002_5B00_18_5D00_.jpg"&gt;&lt;img height="278" width="614" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/2425.clip_5F00_image002_5B00_18_5D005F00_thumb.jpg" alt="clip_image002[18]" border="0" title="clip_image002[18]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s it! At this point the Productivity Hub site is up and running. It will look exactly like the screenshot I included above. The final step in the install process is crawling the content to ensure content is available for search.&lt;/p&gt;
&lt;h4&gt;Search Configuration&lt;/h4&gt;
&lt;p&gt;Again, the install documentation does a great job of how to crawl the content with SharePoint search. However, in the case of my demo environment I have FAST search configured instead. If you are using SharePoint search follow the install doc.&amp;nbsp; With FAST search, see the process below. If you aren&amp;rsquo;t sure how search is setup in the farm, check out how the service applications are associated to the various web applications in your environment.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/8713.clip_5F00_image002_5B00_20_5D00_.jpg"&gt;&lt;img height="88" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/1263.clip_5F00_image002_5B00_20_5D005F00_thumb.jpg" alt="clip_image002[20]" border="0" title="clip_image002[20]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you click on this image you&amp;rsquo;ll see that for &lt;a href="http://intranet.contoso.com"&gt;http://intranet.contoso.com&lt;/a&gt; FASTQuery is associated, and not SharePoint Search. I also ensured this service app was started on the farm:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/1460.clip_5F00_image002_5B00_22_5D00_.jpg"&gt;&lt;img height="76" width="825" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/7635.clip_5F00_image002_5B00_22_5D005F00_thumb.jpg" alt="clip_image002[22]" border="0" title="clip_image002[22]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To crawl content with FAST you need to go to the FASTContent service application. Once you go there the general process for starting a full crawl is nearly identical to the steps with SharePoint search. Click the image below to see my results after a full crawl. Note that I added other content besides the hub to account for the 6,358 items crawled. Still, the hub does add well over 1,000 documents and videos.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/0876.clip_5F00_image002_5B00_24_5D00_.jpg"&gt;&lt;img height="119" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/1856.clip_5F00_image002_5B00_24_5D005F00_thumb.jpg" alt="clip_image002[24]" border="0" title="clip_image002[24]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Installation is complete!&lt;/p&gt;
&lt;h2&gt;Configuring the Hub&lt;/h2&gt;
&lt;p&gt;Now that the hub is up and running let&amp;rsquo;s take a look at configuring permissions. There are four pre-built SharePoint groups that determine which menu options the end users see when they login. More details in the install document. My recommendation is to start identifying users and add to the site in various groups. Hopefully this is a test environment so you&amp;rsquo;ll be able to play around and see the hub experience with users in each of the four SharePoint groups. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/7144.clip_5F00_image001_5F00_2.jpg"&gt;&lt;img height="87" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/0383.clip_5F00_image001_5F00_thumb.jpg" alt="clip_image001" border="0" title="clip_image001" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once you have put a few users in these groups my next recommendation would be to check out the configuration guidance under the Site Admin Help menu option on the top. There are a number of short articles describing administrative tasks. For example, if you add a user to the Coaches SharePoint permission group, they still aren&amp;rsquo;t visible on the coaches page. An additional list form needs to be filled out to make that happen.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/5008.clip_5F00_image002_5B00_26_5D00_.jpg"&gt;&lt;img height="150" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/0207.clip_5F00_image002_5B00_26_5D005F00_thumb.jpg" alt="clip_image002[26]" border="0" title="clip_image002[26]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/7144.clip_5F00_image002_5B00_28_5D00_.jpg"&gt;&lt;img height="216" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/1362.clip_5F00_image002_5B00_28_5D005F00_thumb.jpg" alt="clip_image002[28]" border="0" title="clip_image002[28]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One word of caution as you configure the hub. Be sure you understand all the aspects of the hub before making significant changes. There are a&amp;nbsp; number of lists and libraries in the hub and if you start making major changes to (or deleting) these lists without a full understanding of the impact you&amp;rsquo;ll likely have problems. And if you can setup in a training environment with snapshots this is a great way to test your changes.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/3438.clip_5F00_image002_5B00_30_5D00_.jpg"&gt;&lt;img height="203" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/1362.clip_5F00_image002_5B00_30_5D005F00_thumb.jpg" alt="clip_image002[30]" border="0" title="clip_image002[30]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you log-in as a coach you&amp;rsquo;ll see that a few tabs are gone from the top. The SA Benefits and Site Admin Help menu options are only available to administrators. However, coaches will see a Coach Help menu choice and again this is a great place to understand common questions coaches might have (and even what a &amp;ldquo;coach&amp;rdquo; is in the hub).&amp;nbsp; And a quick word on the coaches model. In my experience it works best to recognize the coaches within your organization. In other words, employees won&amp;rsquo;t want to be coaches if they perceive that the leadership is not behind this. And finding a creative way to reward coaches (a simple prize or drawing every month) could go a long way in gaining momentum.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/8244.clip_5F00_image002_5B00_36_5D00_.jpg"&gt;&lt;img height="173" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/3343.clip_5F00_image002_5B00_36_5D005F00_thumb.jpg" alt="clip_image002[36]" border="0" title="clip_image002[36]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/1616.clip_5F00_image002_5B00_32_5D00_.jpg"&gt;&lt;img height="166" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/7658.clip_5F00_image002_5B00_32_5D005F00_thumb.jpg" alt="clip_image002[32]" border="0" title="clip_image002[32]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;A Deeper Look&lt;/h2&gt;
&lt;p&gt;Now let&amp;rsquo;s take a deeper look at some of the hub functionality. In the first screenshot at the top of this post I&amp;rsquo;m logged in as Eric Gruber, who happens to be a member of the site (end user). You&amp;rsquo;ll notice that Eric can only see Productivity Hub and Hub Help menus on the top, due to security settings. As an end user, Hub Help will answer a lot of the basic questions. And keep in mind that this is easily extensible.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/3441.clip_5F00_image002_5B00_34_5D00_.jpg"&gt;&lt;img height="103" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/6574.clip_5F00_image002_5B00_34_5D005F00_thumb.jpg" alt="clip_image002[34]" border="0" title="clip_image002[34]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On the left navigation users have several options. At any time users can jump directly to a specific product page. &lt;/p&gt;
&lt;p&gt;Products page (after an item was tagged as a favorite)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/1803.clip_5F00_image002_5B00_44_5D00_.jpg"&gt;&lt;img height="181" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/6012.clip_5F00_image002_5B00_44_5D005F00_thumb.jpg" alt="clip_image002[44]" border="0" title="clip_image002[44]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Get it Done flips the help content on another pivot, common themes that end users are interested in. Content is targeted based on the theme selected. The four themes are manage, market, collaborate, and organize.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/5516.clip_5F00_image002_5B00_38_5D00_.jpg"&gt;&lt;img height="171" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/5428.clip_5F00_image002_5B00_38_5D005F00_thumb.jpg" alt="clip_image002[38]" border="0" title="clip_image002[38]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Coaches menu choice allows you to find a coach by product, and view additional details about them (typical availability, etc.)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/6082.clip_5F00_image002_5B00_40_5D00_.jpg"&gt;&lt;img height="96" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/3463.clip_5F00_image002_5B00_40_5D005F00_thumb.jpg" alt="clip_image002[40]" border="0" title="clip_image002[40]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Videos page contains a Silverlight gallery. Users can scroll through and watch a how-to video.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/7178.clip_5F00_image002_5B00_42_5D00_.jpg"&gt;&lt;img height="139" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/7587.clip_5F00_image002_5B00_42_5D005F00_thumb.jpg" alt="clip_image002[42]" border="0" title="clip_image002[42]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Forums are a great to get community involvement and gain momentum. One example of a customer who did this successfully with SharePoint 2007 is Borg Warner. From the &lt;a target="_blank" href="http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?casestudyid=4000004736"&gt;Borg Warner case study&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;The company also created a site called ICE Tools that includes training documents, announcements about new features, how-to videos for specific user tasks, and a discussion board where users can post and respond to questions, problems, and issues that they have encountered. Each time a user posts a question, the system alerts 30 to 40 administrators across the company, who then provide answers when they have experience to share.&amp;rdquo; &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/0247.clip_5F00_image002_5B00_46_5D00_.jpg"&gt;&lt;img height="97" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/6518.clip_5F00_image002_5B00_46_5D005F00_thumb.jpg" alt="clip_image002[46]" border="0" title="clip_image002[46]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A search center isn&amp;rsquo;t part of the productivity hub site, but could easily be added. In my case, I had an existing FAST search center. Here is a look at hub results in FAST (note exact count navigators, doc thumbnails, and PowerPoint previews).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/2804.clip_5F00_image002_5B00_48_5D00_.jpg"&gt;&lt;img height="188" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/0753.clip_5F00_image002_5B00_48_5D005F00_thumb.jpg" alt="clip_image002[48]" border="0" title="clip_image002[48]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A few more screenshots of Productivity Hub capabilities&amp;hellip;&lt;/p&gt;
&lt;p&gt;Adding featured content to your favorites&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/5531.clip_5F00_image001_5B00_5_5D00_.jpg"&gt;&lt;img height="182" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/4863.clip_5F00_image001_5B00_5_5D005F00_thumb.jpg" alt="clip_image001[5]" border="0" title="clip_image001[5]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s a product (SharePoint Workspace) screenshot with content in the quiz, forums, and coaches section.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/0741.clip_5F00_image002_5B00_50_5D00_.jpg"&gt;&lt;img height="146" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/4477.clip_5F00_image002_5B00_50_5D005F00_thumb.jpg" alt="clip_image002[50]" border="0" title="clip_image002[50]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Quiz example. Note the link to the Ribbon Hero option.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/7103.clip_5F00_image002_5B00_52_5D00_.jpg"&gt;&lt;img height="103" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/3005.clip_5F00_image002_5B00_52_5D005F00_thumb.jpg" alt="clip_image002[52]" border="0" title="clip_image002[52]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What if Silverlight isn&amp;rsquo;t on desktops within the organization? The two Silverlight pages (main page and video) have a basic experience. An example of the main page below.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/1830.clip_5F00_image002_5B00_56_5D00_.jpg"&gt;&lt;img height="174" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/2728.clip_5F00_image002_5B00_56_5D005F00_thumb.jpg" alt="clip_image002[56]" border="0" title="clip_image002[56]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And one final look at the main page with top rated content.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/6038.clip_5F00_image002_5B00_54_5D00_.jpg"&gt;&lt;img height="172" width="244" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/7028.clip_5F00_image002_5B00_54_5D005F00_thumb.jpg" alt="clip_image002[54]" border="0" title="clip_image002[54]" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;OK, whew! There&amp;rsquo;s a lot to look at. Hopefully this gives you an in-depth look at the Productivity Hub. And again, one big benefit is that you can customize and extend. A customization guide is included in the install with more details.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll post an update link once it is available (SOON!).&amp;nbsp; Stay tuned!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10031203" width="1" height="1"&gt;</content><author><name>Nate Baum - MS</name><uri>http://blogs.msdn.com/natebaum/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint 2010" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/SharePoint+2010/" /><category term="Training" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Training/" /></entry><entry><title>Pictures, Pictures Everywhere</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/natebaum/archive/2010/06/16/pictures-pictures-everywhere.aspx" /><id>http://blogs.msdn.com/b/natebaum/archive/2010/06/16/pictures-pictures-everywhere.aspx</id><published>2010-06-16T19:07:55Z</published><updated>2010-06-16T19:07:55Z</updated><content type="html">&lt;p&gt;As I’ve been demo’ing SharePoint 2010, Outlook 2010, and Exchange 2010 a few recurring questions have come up related to pictures and the new social aspects of Outlook and SharePoint. &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;The first is how do the pictures in SharePoint and Outlooktie together? &lt;/p&gt;    &lt;p&gt;The second is where are these pictures stored? &lt;/p&gt;    &lt;p&gt;And the third is how do we reconcile the typical high-res digital images users might add to their My Site with the pictures thumbnails you see in Outlook?&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I just got a few of these same questions again when I spoke at the 2010 launch event in Detroit a few weeks ago so I decided to take some time to dig in and understand how things are working from the backend. This post focuses on describing how this works together at a high-level and in turn answering the questions above.&lt;/p&gt;  &lt;h2&gt;Backend Architecture&lt;/h2&gt;  &lt;p&gt;The first is to understand what is really happening on the backend. What products are involved? And how do they talk to each other? To boil it down, there are really three server products involved in enabling pictures across e-mail, unified communications/IM/presence, and SharePoint. The three products are:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Active Directory (Windows Server) &lt;/li&gt;    &lt;li&gt;Exchange &lt;/li&gt;    &lt;li&gt;SharePoint Server 2010 &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Let’s break these out into two groups. First let’s look at AD and Exchange. Exchange and OCS fully rely on AD as the data source, so that’s the first place to look. In AD, there is a property called Picture (ldapDisplayName is thumbnailPhoto). This is used by Exchange 2010 (and from a client side Outlook 2010) to show pictures to users. This attribute is limited to 10K, or about a 96x96 photo. If a user has this attribute populated, then the picture will show up in Outlook 2010. &lt;/p&gt;  &lt;p&gt;Here is a great post by the Exchange team that goes into more details with pictures. Incredibly helpful: &lt;a title="http://msexchangeteam.com/archive/2010/03/10/454223.aspx" href="http://msexchangeteam.com/archive/2010/03/10/454223.aspx"&gt;http://msexchangeteam.com/archive/2010/03/10/454223.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;There are several options for populating the attribute. The post above has one option with PowerShell. Here’s another great post with a similar approach: &lt;a title="http://blogs.technet.com/b/ilvancri/archive/2009/11/17/upload-picture-in-outlook-2010-using-the-exchange-management-shell-exchange-2010.aspx" href="http://blogs.technet.com/b/ilvancri/archive/2009/11/17/upload-picture-in-outlook-2010-using-the-exchange-management-shell-exchange-2010.aspx"&gt;http://blogs.technet.com/b/ilvancri/archive/2009/11/17/upload-picture-in-outlook-2010-using-the-exchange-management-shell-exchange-2010.aspx&lt;/a&gt;&amp;#160;&amp;#160; There are tools for sale, such as this &lt;a href="http://www.dovestones.com/products/Active_Directory_jpegPhoto.asp" target="_blank"&gt;AD Photos&lt;/a&gt; (I haven’t used this, just for the record). The best option to use depends on the organization and the set of technologies they have in place (keep reading).&lt;/p&gt;  &lt;p&gt;OK, what about SharePoint 2010? Well, photos aren’t a new thing with SharePoint 2010. It’s been a part of My Sites since 2003. The common scenario with SharePoint is that a user updates his profile and uploads a new photo. This could be high-res picture from a digital camera. SharePoint 2010 will actually take the uploaded photo and resize into three different sizes: 144x144, 96x96, and 32x32. Here is a great post on this process.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.learninggateway.net/blogs/ajp/archive/2010/03/25/sharepoint-2010-where-do-my-user-profile-photos-go.aspx" href="http://www.learninggateway.net/blogs/ajp/archive/2010/03/25/sharepoint-2010-where-do-my-user-profile-photos-go.aspx"&gt;http://www.learninggateway.net/blogs/ajp/archive/2010/03/25/sharepoint-2010-where-do-my-user-profile-photos-go.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;So when I uploaded a photo of myself in my test environment (50 KB) SharePoint created three separate images – 4K, 3K, and 1K in size.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/6787.image_5F00_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/7444.image_5F00_thumb.png" width="505" height="165" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;View of the user photos picture library, with picture size and file size:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/0027.clip_5F00_image002_5F00_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/3644.clip_5F00_image002_5F00_thumb.jpg" width="509" height="233" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;OK, so now that we understand how it works in AD/Exchange/Outlook and SharePoint, how do we tie these together? Obviously organizations could have Exchange/AD/Outlook without SharePoint and vice versa. And this works just fine. But if you have both, then you are almost certainly going to want to integrate the two. And since Outlook/Exchange does not have an easy way to allow users to update their picture and SharePoint does, the common scenario that most customers want is to allow users to update their picture in SharePoint (like they have done since SPS 2003) and have the change update thumbnailPhoto in AD. This is now possible with SharePoint Server 2010. &lt;/p&gt;  &lt;p&gt;There are a number of considerations but in summary, you can now configure SharePoint Server 2010 to export the Picture property to thumbnailPhoto in AD. And the 96x96 photo is used in AD – which is typically well within the 10K. The following two links were extremely helpful in understanding this process:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/b/russmax/archive/2010/02/27/sharepoint-2010-profile-picture-property-101.aspx" href="http://blogs.msdn.com/b/russmax/archive/2010/02/27/sharepoint-2010-profile-picture-property-101.aspx"&gt;http://blogs.msdn.com/b/russmax/archive/2010/02/27/sharepoint-2010-profile-picture-property-101.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/library/ff182925.aspx" href="http://technet.microsoft.com/en-us/library/ff182925.aspx"&gt;http://technet.microsoft.com/en-us/library/ff182925.aspx&lt;/a&gt;&lt;/p&gt;  &lt;h2&gt;Answers&lt;/h2&gt;  &lt;p&gt;So getting back to the questions above.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;The first is how do the pictures in SharePoint and Outlook tie together?&amp;#160;&amp;#160; &lt;font color="#008000"&gt;Just answered above – new capability in SharePoint 2010&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;The second is where are these pictures stored?&amp;#160; &lt;font color="#008000"&gt;The AD thumbnailPhoto attribute for Exchange/Outlook; special picture library for SharePoint&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;And the third is how do we reconcile the typical high-res digital images users might add to their My Site with the pictures thumbnails you see in Outlook? &lt;font color="#008000"&gt;Based on the reference links, we saw above that AD limits to 10K or less for the thumbnailPhoto (96x96) so it isn’t even possible to put an entire high-res photo into AD. And SharePoint generates a 96x96 (or smaller) image for every profile picture so the export will work just fine.&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h2&gt;Key Links&lt;/h2&gt;  &lt;p&gt;Just to repeat from above – these four links go into much more detail and together (along with some testing) they were the key for me to understanding the overall process.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Exchange/AD: &lt;a title="http://msexchangeteam.com/archive/2010/03/10/454223.aspx" href="http://msexchangeteam.com/archive/2010/03/10/454223.aspx"&gt;http://msexchangeteam.com/archive/2010/03/10/454223.aspx&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;SharePoint Pictures: &lt;a title="http://www.learninggateway.net/blogs/ajp/archive/2010/03/25/sharepoint-2010-where-do-my-user-profile-photos-go.aspx" href="http://www.learninggateway.net/blogs/ajp/archive/2010/03/25/sharepoint-2010-where-do-my-user-profile-photos-go.aspx"&gt;http://www.learninggateway.net/blogs/ajp/archive/2010/03/25/sharepoint-2010-where-do-my-user-profile-photos-go.aspx&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;Sync Process: &lt;a title="http://blogs.msdn.com/b/russmax/archive/2010/02/27/sharepoint-2010-profile-picture-property-101.aspx" href="http://blogs.msdn.com/b/russmax/archive/2010/02/27/sharepoint-2010-profile-picture-property-101.aspx"&gt;http://blogs.msdn.com/b/russmax/archive/2010/02/27/sharepoint-2010-profile-picture-property-101.aspx&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;TechNet User Profile Sync: &lt;a title="http://technet.microsoft.com/en-us/library/ff182925.aspx" href="http://technet.microsoft.com/en-us/library/ff182925.aspx"&gt;http://technet.microsoft.com/en-us/library/ff182925.aspx&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Hopefully this clarifies the overall process and how things work from the backend. There are obviously several other considerations including BCS data, AD attribute extensions, etc. My advice: understand how out-of-the-box works first. Then determine if you can go this route versus a completely custom solution.&lt;/p&gt;  &lt;p&gt;Good luck!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10026033" width="1" height="1"&gt;</content><author><name>Nate Baum - MS</name><uri>http://blogs.msdn.com/natebaum/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint 2010" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/SharePoint+2010/" /><category term="Office 2010" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Office+2010/" /><category term="Communities" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Communities/" /><category term="Social Computing" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Social+Computing/" /></entry><entry><title>SharePoint 2007 and Office 2010</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/natebaum/archive/2010/06/04/sharepoint-2007-and-office-2010.aspx" /><id>http://blogs.msdn.com/b/natebaum/archive/2010/06/04/sharepoint-2007-and-office-2010.aspx</id><published>2010-06-04T16:25:20Z</published><updated>2010-06-04T16:25:20Z</updated><content type="html">&lt;p&gt;I received an interesting question this week from a customer, and something that seems like a fairly common scenario. My customer just finished an upgrade/consolidation from WSS 2.0 to Microsoft Office SharePoint Server 2007. They aren’t anticipating a quick upgrade to SharePoint Server 2010 at this point – they own it but they have other projects in the works and won’t have the resources to dedicate to the upgrade in the near term.&lt;/p&gt;  &lt;p&gt;However, they are planning on deploying a new version of Office, and they want to know what you lose by using Office 2010 with SharePoint 2007 (versus SharePoint 2010). And most importantly, is Office 2007 and SharePoint 2007 a better experience than Office 2010 and SharePoint 2007.&lt;/p&gt;  &lt;p&gt;I’ve seen a lot of content that flips this scenario around, comparing Office 2007 versus Office 2010 against SharePoint 2010. But this is very different. So after doing a little looking on my own and pinging my Office Specialist, I was alerted to a helpful Appendix section at the end of the recently released “Collaboration without Compromise” whitepaper.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/?linkid=9690494" target="_blank"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-26-65-metablogapi/0211.image_5F00_3.png" width="244" height="104" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;If you look at Appendix B there is a section comparing Office 2010 against SharePoint versions in a nice table format. This is a great resource, but I did want to make a few additional notes:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;You definitely need to read beyond the heading for each row. In some cases there are subtle differences and the headings aren’t enough to understand the differences.&lt;/li&gt;    &lt;li&gt;SharePoint Designer 2010 cannot be used to edit SharePoint 2007 sites. So if you use SPD will need to install SPD 2007 separate from the Office 2010 install.&lt;/li&gt;    &lt;li&gt;SharePoint Workspace 2010 (offline client for SharePoint sites - part of Office 2010 Pro Plus) can’t be used with SharePoint 2007 sites. See section on SharePoint Workspaces from this SP Workspace help content: &lt;a title="http://office2010.microsoft.com/client/helppreview14.aspx?AssetId=HA010288417&amp;amp;lcid=1033&amp;amp;NS=GROOVE&amp;amp;Version=14&amp;amp;tl=2&amp;amp;CTT=5&amp;amp;origin=HA101856398" href="http://office2010.microsoft.com/client/helppreview14.aspx?AssetId=HA010288417&amp;amp;lcid=1033&amp;amp;NS=GROOVE&amp;amp;Version=14&amp;amp;tl=2&amp;amp;CTT=5&amp;amp;origin=HA101856398"&gt;http://office2010.microsoft.com/client/helppreview14.aspx?AssetId=HA010288417&amp;amp;lcid=1033&amp;amp;NS=GROOVE&amp;amp;Version=14&amp;amp;tl=2&amp;amp;CTT=5&amp;amp;origin=HA101856398&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;And finally Office Web Apps (web versions of Office 2010) need SharePoint 2010 to work. This could be SharePoint Foundation 2010 or SharePoint Server 2010, but SharePoint 2010 must be installed and the content must be stored in this environment. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I think the real question is, “if we are sticking with SharePoint 2007 for the next 6 months to a year, does it make sense to deploy Office 2010 now, or would it be better to deploy Office 2007 and upgrade to 2010 when we move to SharePoint 2010?” In my opinion I would absolutely recommend moving to Office 2010 now. I’ve run with this mix in our internal Microsoft environment for many months and there is nothing missing from this scenario versus using Office 2007. And I was able to take advantage of several Office 2010 benefits that don’t require SharePoint 2010. &lt;/p&gt;  &lt;p&gt;Hope this helps – I’m sure my bulleted list isn’t a complete list of differences so feel free to add a few more in the comments.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10020103" width="1" height="1"&gt;</content><author><name>Nate Baum - MS</name><uri>http://blogs.msdn.com/natebaum/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/SharePoint/" /><category term="Office 2010" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Office+2010/" /><category term="Integration" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Integration/" /></entry><entry><title>SharePoint 2010 People Search – Missing Content Mystery Solved</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/natebaum/archive/2010/04/13/sharepoint-2010-people-search-missing-content-mystery-solved.aspx" /><id>http://blogs.msdn.com/b/natebaum/archive/2010/04/13/sharepoint-2010-people-search-missing-content-mystery-solved.aspx</id><published>2010-04-13T14:29:40Z</published><updated>2010-04-13T14:29:40Z</updated><content type="html">&lt;p&gt;A quick post on an issue I hit today with the SharePoint 2010 beta – updates to user profile data were not showing up when doing a people search. There were missing users, missing info, etc. After a few hours or so of digging the root cause was found. And it ended up being an issue in terms of how I was thinking about search (stuck in my SharePoint 2007 ways), not a problem with the product itself. Let me back-up though.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Scenario&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I am working with a customer on a social computing focused proof of concept with SharePoint 2010 (beta of course, which makes it more interesting). The customer decided to leverage the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0c51819b-3d40-435c-a103-a5481fe0a0d2&amp;amp;displaylang=en" target="_blank"&gt;pre-built SharePoint 2010 Hyper-V images&lt;/a&gt; as a starting point.The benefit here, is that my customer has a working SharePoint 2010 environment with demo users provisioned, Office 2010 installed, OCS, Exchange, all ready to go. The environment was made available to us at 2 PM on Monday and we had a good customer-focused demo scenario put together after about a day’s worth of work together. &lt;/p&gt;  &lt;p&gt;This customer demo will use some of the out-of-the-box users that are included in the pre-built image. This is a huge time saver in terms of setting up users, adding data, and establishing a prototype org structure. And people search works right out of the box. My customer liked it but they wanted to update a few of the user’s profile data to better fit their organization. For example, updated job titles, locations, interests, etc. We also went into Active Directory and created a few AD users for the four of us that were working on this project together. &lt;/p&gt;  &lt;p&gt;Next step, import the users in from AD into the user profile store. As noted in dozens of blogs there are ‘challenges’ with this in the beta if you don’t get it quite right, but we were in good shape with the demo image. And I’ve built a farm before with this working. So far so good.&lt;/p&gt;  &lt;p&gt;Next step, kick off a crawl. I chose a full crawl, but an incremental should be fine. And I used the pre-defined content source, “Local SharePoint sites”. The crawl completed as expected – with mostly successful crawls. So now I’d expect, having done this hundreds of times with SharePoint 2007, that I could go to the people search tab and search for one of the new users or updated user info. Unfortunately, results were not returned as expected. Time to troubleshoot.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;User Profiles&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The first step to troubleshoot is fairly easy. Just go to the User Profile Service Application and verify user data was showing up there. Also verify that new users created in AD were showing here as well. Done.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Crawling&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Now I needed to verify the crawls. This is a little more time consuming because I need to kick off crawls after updates and wait for these crawls to complete. First I went to the content source and verified that there was an entry for sps3. In my case I decided to just create a new content source with &lt;u&gt;sps3://intranet.contoso.com&lt;/u&gt; as the single start address. This helped make my crawls faster (less to crawl) – a good troubleshooting technique. I kicked off the crawl and verified results. New users and updated users were showing up in the crawl log as expected (as a side note, the demo image has 3 errors – due to the fact that Juliani is setup as his own manager. To fix, just go to AD or the user profile and set his manager as someone else). So content is crawled OK.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Scopes&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The next step I took was to mess with the scopes. I spent way too much time here, since the numbers weren’t matching my expectations. I thought this could be the cause of missing data in search, and I wasn’t thinking there was any other option. Keep in mind that people search was working for me – just not updating with the latest updates to data in user profiles.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Now What?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Hmmm, was there a problem with how the index was being propagated? No, that couldn’t be. After some head scratching, and some online searching, I found my answer. I needed to go in and confirm that the search service application (the one I’d been using for crawls/scopes/etc.) was actually associated with the web app I was using for my search center. It seems so simple, but it never occurred to me, since people search was working for me all along. &lt;/p&gt;  &lt;p&gt;The downloadable SharePoint 2010 beta image includes FAST search, and the FAST Query SSA was associated and checked as default. And the (SharePoint) Search Service Application was unchecked. My internal image was configured the same way. Bingo!&lt;/p&gt;  &lt;p&gt;So the fix is simple – just update the association for your web application. To do this go to Central Admin, click on Application Management, and in the Service Application section click on ‘Configure service application associations’. This is one of those pages in the new Central Admin that you don’t think about very often but it is so important.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/natebaum/WindowsLiveWriter/SharePoint2010PeopleSearchMissingContent_FA88/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/natebaum/WindowsLiveWriter/SharePoint2010PeopleSearchMissingContent_FA88/image_thumb.png" width="820" height="378" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Now you will get a list of associations. In general, this is grouped into a single “default” application proxy group, but this could obviously be a lot more complex depending on your farm. The current view (upper right on screen) is showing associations by Web Application. Prior to my fix this screen showed me that Fast Query SSA was associated (under the Application Proxies column) but the Search Service Application was not.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/natebaum/WindowsLiveWriter/SharePoint2010PeopleSearchMissingContent_FA88/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/natebaum/WindowsLiveWriter/SharePoint2010PeopleSearchMissingContent_FA88/image_thumb_1.png" width="823" height="441" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;You &lt;em&gt;could&lt;/em&gt; click on a web app and create a custom application proxy group. But for my fix, I wanted to update the Application Proxies for all web apps so I clicked on ‘default’.&amp;#160; This brings up a dialog where I can check/uncheck service applications. I unchecked FAST Query SSA (FAST is amazing, but my customer wanted to see what SharePoint search could do as a first step, since they are licensed for SharePoint Standard). And I checked Search Service Application and set this as the default.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/natebaum/WindowsLiveWriter/SharePoint2010PeopleSearchMissingContent_FA88/image_6.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/natebaum/WindowsLiveWriter/SharePoint2010PeopleSearchMissingContent_FA88/image_thumb_2.png" width="815" height="487" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;As soon as I did this I went over to my people search, ran a few test queries to validate user updates/additions were now showing up. Check, check, check! All is good!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9995129" width="1" height="1"&gt;</content><author><name>Nate Baum - MS</name><uri>http://blogs.msdn.com/natebaum/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/SharePoint/" /><category term="SharePoint 2010" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/SharePoint+2010/" /><category term="Search" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Search/" /><category term="Communities" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Communities/" /></entry><entry><title>SharePoint 2010 Training</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/natebaum/archive/2010/04/09/sharepoint-2010-training.aspx" /><id>http://blogs.msdn.com/b/natebaum/archive/2010/04/09/sharepoint-2010-training.aspx</id><published>2010-04-09T20:22:00Z</published><updated>2010-04-09T20:22:00Z</updated><content type="html">&lt;P&gt;One question that I’m hearing more and more often from customers and partners is “how can I get ramped up on SharePoint 2010?” And they want to go a little deeper now, more than just a teaser site. So to that end - the post below is dedicated to resources and options as of today, April 9th, 2010, and with a local (Michigan) spin. Obviously this will change over time, especially after the product launches next month and more content is published. Hopefully, this gives my customers and partners a great consolidated view as a starting point. I will likely update with a follow-up post after launch.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Online Sites/Blogs&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Let’s start with online resources. Here is my top 5 list of SharePoint 2010 sites.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Main SharePoint 2010 site – lots of short videos and docs by workload: &lt;A href="http://sharepoint2010.microsoft.com/" mce_href="http://sharepoint2010.microsoft.com"&gt;http://sharepoint2010.microsoft.com&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;SharePoint 2010 training portal – great single view of Microsoft training options: &lt;A href="http://www.microsoft.com/learning/en/us/training/sharepoint.aspx#2010sec5" mce_href="http://www.microsoft.com/learning/en/us/training/sharepoint.aspx#2010sec5"&gt;http://www.microsoft.com/learning/en/us/training/sharepoint.aspx#2010sec5&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;TechNet information for IT Pros – a lot more content due out soon: &lt;A href="http://mssharepointitpro.com/" mce_href="http://MSSharePointITPro.com"&gt;http://MSSharePointITPro.com&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;MSDN – main information site for SharePoint developers (also more content coming soon!): &lt;A href="http://mssharepointdeveloper.com/" mce_href="http://MSSharePointDeveloper.com"&gt;http://MSSharePointDeveloper.com&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;SharePoint Product Team Blog – great real-time info and guidance: &lt;A title=http://blogs.msdn.com/sharepoint/ href="http://blogs.msdn.com/sharepoint/" mce_href="http://blogs.msdn.com/sharepoint/"&gt;http://blogs.msdn.com/sharepoint/&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;Obviously, there are several great blogs and other sites, but five is a good starting point. A list of good blogs could take up an entire post.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Local (Michigan) SharePoint User Groups &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Both the Southeast Michigan SharePoint User Group (&lt;A href="http://www.semsug.org/" mce_href="http://www.semsug.org"&gt;http://www.semsug.org&lt;/A&gt;) and West Michigan User Group (&lt;A href="http://www.wmspug.org/" mce_href="http://www.wmspug.org"&gt;http://www.wmspug.org&lt;/A&gt;) meet monthly and cover a variety of topics. Since November, most topics have centered on SharePoint 2010 – including deep dives on social computing (communities), document management, end user features, and WCM. Our April topics include Insights with SharePoint 2010 (e.g. Business Intelligence) in Grand Rapids and SharePoint 2010 Upgrade Scenarios in Southfield, MI. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Local (Michigan) SharePoint 2010 Training events&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We’ve already held several SharePoint 2010 focused seminars including free all-day &lt;EM&gt;SharePoint 2010 In Action&lt;/EM&gt; events in both Detroit and Grand Rapids. I also participated in a partner-led &lt;A href="http://www.sharepointsaturday.org/michigan/default.aspx" target=_blank mce_href="http://www.sharepointsaturday.org/michigan/default.aspx"&gt;SharePoint Saturday Michigan event&lt;/A&gt; in Ann Arbor, MI in March. Lots of SharePoint 2010 content. Consultants from Sogeti, CDH, and Trillium Teamologies did a great job organizing the event – and over 200 people showed up – on a Saturday!&lt;/P&gt;
&lt;P&gt;OK, that’s great but what’s coming up in terms of local training? We do have a few SharePoint/Office 2010 launch events in the works. The official virtual launch is May 12th, as &lt;A href="http://blogs.msdn.com/sharepoint/archive/2010/03/05/sharepoint-2010-office-2010-launch.aspx" target=_blank mce_href="http://blogs.msdn.com/sharepoint/archive/2010/03/05/sharepoint-2010-office-2010-launch.aspx"&gt;announced on the SharePoint Team blog&lt;/A&gt;. We’ll have a few Microsoft-held events scheduled after that date. Tentatively, we will have events in the Detroit area on May 13th and May 25th. I will post links/info as a comment as soon as it’s available. Stay tuned!&lt;/P&gt;
&lt;P&gt;We also have a few local partners that have held free SharePoint 2010 seminars. I’ll include a sampling below. If I missed your organization, send me info and I’ll add a link.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;C/D/H&lt;/STRONG&gt; (&lt;A href="http://www.cdh.com/" mce_href="http://www.cdh.com"&gt;http://www.cdh.com&lt;/A&gt;) – C/D/H has been way ahead of the curve, holding seminars on doc management and social computing before the beta release was even out. C/D/H has a number of very talented consultants who are dialed in to SharePoint 2010, and they do a great job in putting these events together and sending out communications. See Seminar and Events on the top navigation.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;RCM&lt;/STRONG&gt; (&lt;A href="http://www.rcmt.com/" mce_href="http://www.rcmt.com"&gt;http://www.rcmt.com&lt;/A&gt;) – a variety of seminars and free training options; some in person and some as webcasts. &lt;A href="http://www.rcmt.com/aboutrcm.aspx?id=34" target=_blank mce_href="http://www.rcmt.com/aboutrcm.aspx?id=34"&gt;Contact the local office&lt;/A&gt; to find out about upcoming events.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Sogeti&lt;/STRONG&gt; - (&lt;A title=http://www.us.sogeti.com/ href="http://www.us.sogeti.com/" mce_href="http://www.us.sogeti.com/"&gt;http://www.us.sogeti.com/&lt;/A&gt;) – this is a national site, but you can &lt;A href="http://www.us.sogeti.com/who-we-are/locations/list-us-locations/" target=_blank mce_href="http://www.us.sogeti.com/who-we-are/locations/list-us-locations/"&gt;contact the local office&lt;/A&gt; for upcoming local events.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Customized trainings/consulting is also available at a cost from these folks as well. Again, this isn’t an exhaustive list of skilled Michigan-based SharePoint 2010 consultants, just a short list of our partners that I know of that have put on seminars and events around the technology.&lt;/P&gt;
&lt;P&gt;Regional training and webcasts are also available from a few key partners. Examples below:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;SharePoint 911&lt;/STRONG&gt; - (&lt;A href="http://sharepoint911.com/" mce_href="http://sharepoint911.com"&gt;http://sharepoint911.com&lt;/A&gt;) – SharePoint 911 has live webcasts offerings around SharePoint 2010 for a small fee. This organization is headquartered in Ohio, a short drive to Michigan. &lt;A href="http://sharepoint911.com/training/Pages/2010Training.aspx" target=_blank mce_href="http://sharepoint911.com/training/Pages/2010Training.aspx"&gt;More details here.&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Critical Path Training&lt;/STRONG&gt; (&lt;A title=http://www.criticalpathtraining.com href="http://www.criticalpathtraining.com/" mce_href="http://www.criticalpathtraining.com"&gt;http://www.criticalpathtraining.com&lt;/A&gt;) – offering a free 10-week webcast series on SharePoint 2010. Details here and more info below on Critical Path Training: &lt;A title=http://www.criticalpathtraining.com/Schedule/Webcasts/Pages/default.aspx href="http://www.criticalpathtraining.com/Schedule/Webcasts/Pages/default.aspx" mce_href="http://www.criticalpathtraining.com/Schedule/Webcasts/Pages/default.aspx"&gt;http://www.criticalpathtraining.com/Schedule/Webcasts/Pages/default.aspx&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;UPDATE (4/12): &lt;/STRONG&gt;Also, a quick shout out to &lt;STRONG&gt;Mindsharp&lt;/STRONG&gt; (&lt;A href="http://mindsharp.com/"&gt;http://mindsharp.com&lt;/A&gt;), one of our key SharePoint training partners, See my comment at the end of the post for links/info to SharePoint 2010 training options.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Hands On SharePoint 2010 Training &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;And finally, if you are interested in hands-on training, where you actually get to sit down in a lab environment and use the technology there are options available. The organization I’m most familiar with – and feel very confident in recommending – is Critical Path Training. Critical Path Training has several top consultants and MVPs on staff. Many of these folks have actually been training on SharePoint 2010 for well over a year, including training several Microsoft employees including me. I took a great SharePoint 2010 Dev Ignite class from Ted Pattison and Scot Hillier last July. Here’s a great starting point for finding training that suits your needs:&amp;nbsp; &lt;A title=http://www.criticalpathtraining.com/Courses/Pages/default.aspx href="http://www.criticalpathtraining.com/Courses/Pages/default.aspx" mce_href="http://www.criticalpathtraining.com/Courses/Pages/default.aspx"&gt;http://www.criticalpathtraining.com/Courses/Pages/default.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Books&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A &lt;A href="http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&amp;amp;field-keywords=sharepoint+2010" target=_blank mce_href="http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&amp;amp;field-keywords=sharepoint+2010"&gt;quick search on Amazon for SharePoint 2010 books&lt;/A&gt; shows that there are a lot of titles in the works, but nothing available yet. One that I’ll be ordering when it’s available is &lt;A href="http://www.amazon.com/Microsoft%C2%AE-SharePoint%C2%AE-2010-Administrator-Companion/dp/0735627207/ref=sr_1_10?ie=UTF8&amp;amp;s=books&amp;amp;qid=1270839079&amp;amp;sr=1-10" target=_blank mce_href="http://www.amazon.com/Microsoft%C2%AE-SharePoint%C2%AE-2010-Administrator-Companion/dp/0735627207/ref=sr_1_10?ie=UTF8&amp;amp;s=books&amp;amp;qid=1270839079&amp;amp;sr=1-10"&gt;Microsoft SharePoint 2010 Administrator’s Companion by Bill English.&lt;/A&gt; The 2007 version of this book got a lot of mileage for me. A little on the big side (my wife mocks me when I pack this with my “vacation reading”) but if the 2007 edition is any indication, it will be packed full of great info. The second book that I’ll almost certainly get is &lt;A href="http://www.amazon.com/Inside-Microsoft%C2%AE-SharePoint%C2%AE-2010-Pattison/dp/0735627460/ref=sr_1_9?ie=UTF8&amp;amp;s=books&amp;amp;qid=1270839079&amp;amp;sr=1-9" target=_blank mce_href="http://www.amazon.com/Inside-Microsoft%C2%AE-SharePoint%C2%AE-2010-Pattison/dp/0735627460/ref=sr_1_9?ie=UTF8&amp;amp;s=books&amp;amp;qid=1270839079&amp;amp;sr=1-9"&gt;Inside Microsoft SharePoint 2010 by Ted Pattison&lt;/A&gt;. From the description, this will be similar to the Inside Office SharePoint Server 2007 book, written by Patrick Tisseghem. I loved the content in this book, and I hope the 2010 version delivers the same format and real-world scenarios/examples. I’ve given away dozens of the 2007 version of this book. &lt;/P&gt;
&lt;P&gt;Also, quick shout outs to books by Steve Fox and Steve Caravajal, two colleagues of mine in the SharePoint trenches. Both are seasoned authors and have a ton of experience with SharePoint, Silverlight, and .NET. Check out &lt;A href="http://www.amazon.com/Professional-SharePoint-2010-Administration-Klindt/dp/0470533331/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1270839079&amp;amp;sr=1-1" target=_blank mce_href="http://www.amazon.com/Professional-SharePoint-2010-Administration-Klindt/dp/0470533331/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1270839079&amp;amp;sr=1-1"&gt;Professional SharePoint 2010 Administration by Todd Klindt, Shane Young, and Steve Caravajal&lt;/A&gt;. And also &lt;A href="http://www.amazon.com/Beginning-SharePoint-2010-Development-Steve/dp/0470584637/ref=sr_1_8?ie=UTF8&amp;amp;s=books&amp;amp;qid=1270839079&amp;amp;sr=1-8" target=_blank mce_href="http://www.amazon.com/Beginning-SharePoint-2010-Development-Steve/dp/0470584637/ref=sr_1_8?ie=UTF8&amp;amp;s=books&amp;amp;qid=1270839079&amp;amp;sr=1-8"&gt;Beginning SharePoint 2010 Development by Steve Fox&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The SharePoint Conference 2009 Guidebook&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;OK, this is great. But all these books have availability dates of June or July. What if I want a book now? I mentioned the 270-page SharePoint 2010 “book” provided to all SharePoint Conference 2009 attendees in an &lt;A href="http://blogs.msdn.com/natebaum/archive/2009/10/19/sharepoint-conference-2009-taking-off-the-covers.aspx" target=_blank mce_href="http://blogs.msdn.com/natebaum/archive/2009/10/19/sharepoint-conference-2009-taking-off-the-covers.aspx"&gt;earlier post&lt;/A&gt;. This really is a great, easy-to-consume resource – providing a nice look at capabilities. The good news is that almost all of the content is available as a free download.&lt;/P&gt;
&lt;P&gt;In looking at the guide, It is broken up into five sections. Section titles and links to the sections below:&lt;/P&gt;
&lt;OL&gt;
&lt;TABLE border=0 cellSpacing=0 cellPadding=2 width=798&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD vAlign=top width=204&gt;&lt;A href="http://blogs.msdn.com/blogfiles/natebaum/WindowsLiveWriter/SharePointConference2009Bookwheretodownl_150F2/phone%20-%2010-20%20096_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/natebaum/WindowsLiveWriter/SharePointConference2009Bookwheretodownl_150F2/phone%20-%2010-20%20096_4.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title="phone - 10-20 096" border=0 alt="phone - 10-20 096" src="http://blogs.msdn.com/blogfiles/natebaum/WindowsLiveWriter/SharePointConference2009Bookwheretodownl_150F2/phone%20-%2010-20%20096_thumb_1.jpg" width=198 height=244 mce_src="http://blogs.msdn.com/blogfiles/natebaum/WindowsLiveWriter/SharePointConference2009Bookwheretodownl_150F2/phone%20-%2010-20%20096_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/TD&gt;
&lt;TD vAlign=top width=592&gt;
&lt;OL&gt;
&lt;LI&gt;SharePoint 2010 Overview (50-page look at new end-user features): &lt;A title="SharePoint 2010 Beta - Overview Evaluation Guide" href="http://download.microsoft.com/download/0/B/0/0B06C453-8F7D-4D8E-A5E5-D50DC6F8D8F4/SharePoint_2010_Beta_Overview_Evaluation_Guide.pdf" mce_href="http://download.microsoft.com/download/0/B/0/0B06C453-8F7D-4D8E-A5E5-D50DC6F8D8F4/SharePoint_2010_Beta_Overview_Evaluation_Guide.pdf"&gt;SharePoint 2010 Beta - Overview Evaluation Guide&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;SharePoint 2010 Overview for IT Professionals (60-page Word doc on SP 2010 admin and governance): &lt;A title=http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=110318ec-0238-4811-8fc7-ec4399d3c100 href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=110318ec-0238-4811-8fc7-ec4399d3c100" mce_href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=110318ec-0238-4811-8fc7-ec4399d3c100"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=110318ec-0238-4811-8fc7-ec4399d3c100&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;SharePoint 2010 Overview for Developers (123 page overview with walkthrough examples): &lt;A title=http://www.microsoft.com/downloads/details.aspx?FamilyID=cffb14e8-88a9-43bd-87aa-4792ab60d320&amp;amp;displaylang=en href="http://www.microsoft.com/downloads/details.aspx?FamilyID=cffb14e8-88a9-43bd-87aa-4792ab60d320&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=cffb14e8-88a9-43bd-87aa-4792ab60d320&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=cffb14e8-88a9-43bd-87aa-4792ab60d320&amp;amp;displaylang=en&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;SharePoint 2010 Licensing Overview (basic recap on this web-page): &lt;A title=http://sharepoint2010.microsoft.com/product/editions/Pages/default.aspx href="http://sharepoint2010.microsoft.com/product/editions/Pages/default.aspx" mce_href="http://sharepoint2010.microsoft.com/product/editions/Pages/default.aspx"&gt;http://sharepoint2010.microsoft.com/product/editions/Pages/default.aspx&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Exhibitor Marketplace: No link available, this contained roughly 20-pages of advertisements. Some of this content can be found on &lt;A href="http://www.sharepointreviews.com/" mce_href="http://www.sharepointreviews.com"&gt;http://www.sharepointreviews.com&lt;/A&gt; but it isn’t SharePoint 2010 specific.&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Other Downloadable Books&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A few other mini-books available to get ramped up, specific to Office 2010 and SharePoint 2010.&lt;/P&gt;
&lt;P&gt;&lt;A title="Collaboration without compromise - SharePoint and Office 2010" href="http://go.microsoft.com/?linkid=9690494" target=_blank mce_href="http://go.microsoft.com/?linkid=9690494"&gt;Collaboration without compromise - SharePoint and Office 2010&lt;/A&gt; – A better together whitepaper&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/microsoft_press/archive/2010/01/20/free-ebook-first-look-microsoft-office-2010.aspx" target=_blank mce_href="http://blogs.msdn.com/microsoft_press/archive/2010/01/20/free-ebook-first-look-microsoft-office-2010.aspx"&gt;First Look: Microsoft Office 2010 e-book&lt;/A&gt; - 14 chapters and 180+ pages&lt;/P&gt;
&lt;P&gt;OK, I think that should keep us all busy. Hope this helps!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9993379" width="1" height="1"&gt;</content><author><name>Nate Baum - MS</name><uri>http://blogs.msdn.com/natebaum/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/SharePoint/" /><category term="SharePoint 2010" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/SharePoint+2010/" /><category term="Training" scheme="http://blogs.msdn.com/b/natebaum/archive/tags/Training/" /></entry></feed>