<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Nik Patel&#039;s SharePoint World</title>
	<atom:link href="http://nikspatel.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nikspatel.wordpress.com</link>
	<description>An adventure in SharePoint and Microsoft in general.</description>
	<lastBuildDate>Thu, 23 May 2013 03:44:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nikspatel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/f0bac244bc573e7dd2ab9db8d5342277?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Nik Patel&#039;s SharePoint World</title>
		<link>http://nikspatel.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nikspatel.wordpress.com/osd.xml" title="Nik Patel&#039;s SharePoint World" />
	<atom:link rel='hub' href='http://nikspatel.wordpress.com/?pushpress=hub'/>
		<item>
		<title>What&#8217;s New for IT Pro in SharePoint 2013 &#8211; Major Architectural Investments</title>
		<link>http://nikspatel.wordpress.com/2013/04/25/whats-new-for-it-pro-in-sharepoint-2013/</link>
		<comments>http://nikspatel.wordpress.com/2013/04/25/whats-new-for-it-pro-in-sharepoint-2013/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 03:25:04 +0000</pubDate>
		<dc:creator>Nik Patel</dc:creator>
				<category><![CDATA[SP2013 Admin]]></category>

		<guid isPermaLink="false">http://nikspatel.wordpress.com/?p=2823</guid>
		<description><![CDATA[Ever since Microsoft has released Public Beta of SharePoint 2013 in July 2012, many of us are really interested in some of the major investments in Apps Model, Social workload, Search workload, WCM workload, Office Web Apps, Sharing Model, and &#8230; <a href="http://nikspatel.wordpress.com/2013/04/25/whats-new-for-it-pro-in-sharepoint-2013/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2823&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Ever since Microsoft has released Public Beta of SharePoint 2013 in July 2012, many of us are really interested in some of the major investments in Apps Model, Social workload, Search workload, WCM workload, Office Web Apps, Sharing Model, and new developer APIs for CSOM and REST based interfaces. All of these features itself would make a great case for upgrading your current SharePoint 201o environments to SharePoint 2013. But, I have been really impressed with some of the key new investments and underlying architectural improvements for IT Pro in SharePoint 2013.</p>
<p>Every new release Microsoft takes huge leap towards making SharePoint as one of the most robust enterprise level products out there for IT Pros. In 2007, it was Shared Services Provider. In 2010, there were Service Applications Framework, SAML Claims Support, and Remote Blob Storage. In 2013, there are impressive list of new features which got mixed responses from seasoned SharePoint professionals.</p>
<p>Microsoft recently released refreshed version of <a href="http://technet.microsoft.com/en-US/sharepoint/fp123606">TechNet IT Pro Ignite Videos</a> for SharePoint 2013 RTM. Last winter and this spring, as I was reviewing Preview version of these videos along with SPC12 videos, I had posted various articles for <a href="http://nikspatel.wordpress.com/2012/09/23/whats-new-in-sharepoint-2013-csom-and-rest-apis/">What’s New in CSOM and REST API</a>, <a href="http://nikspatel.wordpress.com/2013/02/10/whats-new-in-sharepoint-2013-social-major-features-characteristics-and-limitations/">What’s New in Social</a>, <a href="http://nikspatel.wordpress.com/2012/12/23/whats-new-in-office-web-apps-2013/">What’s New in Office Web Apps</a>, and <a href="http://nikspatel.wordpress.com/2013/04/25/whats-new-with-sharepoint-2013-wcm-major-improvements-and-features/">What&#8217;s New in WCM</a> for SharePoint 2013. It seems like with refreshed version of TechNet Videos, it would be nice to post some of my new favorite investments for IT Pros.</p>
<p>Here are the highlights of major IT Pro investments and architectural improvements in SharePoint 2013.</p>
<p><strong>Request Management</strong></p>
<ul>
<li>Disabled by default</li>
<li>Request Management is implemented as a service instance named “Request Management”. There is no associated service application.</li>
<li>The Request Management service instance should be provisioned on every Web Server in the farm. That is, every machine that runs the SharePoint Foundation Web Application Service (SPFWA), Request Management is scoped and configured on a per Web Application basis, for each Web Application configured, there is a Request Manager. The Request Manager runs within SPFWA under SPRequestModule.</li>
<li>It is a Reverse Proxy implemented in SharePoint 2013.  It is defined by the SPRoutingReverseProxy class.  Request Management is implemented in the Http Module of SharePoint -Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.</li>
<li>Request Management manages routing requests based on rules and health, Prioritizes and routes incoming requests at application level to healthy machines, routes requests for specific types like search, block requests or send request to another farm or specific server in farm</li>
<li>It&#8217;s not replacing load-balancer, trying to solve load-balancer problem of routing route requests despite web server health, it sits behind load balancer in HTTP request management</li>
<li>Resources
<ul>
<li>Spencer Harbar’s Request Management Series -<a href="http://www.harbar.net/archive/2012/11/12/Article-Request-Management-in-SharePoint-Server-2013.aspx">http://www.harbar.net/archive/2012/11/12/Article-Request-Management-in-SharePoint-Server-2013.aspx</a></li>
<li>Steve Peschka&#8217;s Working with Request Manager in SharePoint 2013 &#8211; <a href="http://blogs.technet.com/b/speschka/archive/2012/09/14/working-with-request-manager-in-sharepoint-2013.aspx">http://blogs.technet.com/b/speschka/archive/2012/09/14/working-with-request-manager-in-sharepoint-2013.aspx</a></li>
<li>Chris Given’s How Request Management Works in SharePoint 2013 – <a href="http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2013/01/06/How-Request-Management-Work-in-SharePoint-2013.aspx">http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2013/01/06/How-Request-Management-Work-in-SharePoint-2013.aspx</a></li>
</ul>
</li>
</ul>
<p><strong>Distributed Cache</strong></p>
<ul>
<li>Enabled by default</li>
<li>Distributed Cache is implemented as a service instance named “Distributed Cache”. There is no associated service application. It is based on Windows Server AppFabric Cache (configured as windows service called Appfabric Caching Service), runs on all web and application servers by default where SharePoint bits are installed</li>
<li>Leveraged by Authentication Token, Task Aggregations &amp; Work Management Service, and Social feed caching, SharePoint 2013 is so dependent on Distributed Cache that it is virtually not recommended to disable Distributed Cache.</li>
<li>Redundancy is complicated, timer job needs to run to repopulate cached content</li>
<li>You must use SharePoint shipped &#8220;Velocity&#8221; version of cache engine, You can&#8217;t independently upgrade it, Cloud based cache services like Windows Azure Cache is not supported at this time, only local cache hosts can be used</li>
<li>Resources
<ul>
<li>Idera’s The Five Minute Cheat-Sheet on SharePoint 2013′s Distributed Cache Service  – <a href="http://blog.idera.com/sharepoint/the-five-minute-cheat-sheet-on-sharepoint-2013s-distributed-cache-service/">http://blog.idera.com/sharepoint/the-five-minute-cheat-sheet-on-sharepoint-2013s-distributed-cache-service/</a></li>
<li>Josh Gavant’s App Fabric Caching and SharePoint Part I and II - <a href="http://blogs.technet.com/b/mspfe/archive/2013/04/02/appfabric-caching-and-sharepoint.aspx">http://blogs.technet.com/b/mspfe/archive/2013/04/02/appfabric-caching-and-sharepoint.aspx</a></li>
</ul>
</li>
</ul>
<p><strong>Shredded Storage</strong></p>
<ul>
<li>Enabled by default</li>
<li>Files shredded and stored in SQL Server, Only deltas are stored in SQL Server, updated bits are mapped to shredded BLOBs, Reduces file storage,</li>
<li>Default shred chunk size is 64 KB, You can change default chunk size to large number but can&#8217;t disable it, plan to increase chunk size to large number to effectively shutting off shredded storage (see Benjamin Athawes&#8217;s link below)</li>
<li>Works best with office XML documents, Update of document library metadata does not generate additional shred, it doesn&#8217;t create another copy of blob with shredded storage</li>
<li>Non-office documents don&#8217;t have same benefits of shredded storage, these documents gets shredded as well but it&#8217;s not optimized or efficient, shredded storage might store larger copy of non-office documents like images or PDF, some of the industry SharePoint experts thinks this can serve severe performance implications.</li>
<li>Resources
<ul>
<li>Jereme Thake’s The Truth behind Shredded Storage in SharePoint 2013 – <a href="http://www.jeremythake.com/2012/12/the-truth-behind-shredded-storage-in-sharepoint-2013/">http://www.jeremythake.com/2012/12/the-truth-behind-shredded-storage-in-sharepoint-2013/</a></li>
<li>Bill Baer’s Introduction to Shredded Storage in SharePoint 2013 – <a href="http://blogs.technet.com/b/wbaer/archive/2012/11/12/introduction-to-shredded-storage-in-sharepoint-2013.aspx">http://blogs.technet.com/b/wbaer/archive/2012/11/12/introduction-to-shredded-storage-in-sharepoint-2013.aspx</a></li>
<li>Bill Baer’s Shredded Storage and the Evolution of SharePoint’s Storage Architecture &#8211; <a href="http://blogs.technet.com/b/wbaer/archive/2012/12/20/shredded-storage-and-the-evolution-of-sharepoint-s-storage-architecture.aspx">http://blogs.technet.com/b/wbaer/archive/2012/12/20/shredded-storage-and-the-evolution-of-sharepoint-s-storage-architecture.aspx</a></li>
<li>Chris Given’s How Shredded Storage REALLY works in SP2013 – <a href="http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2012/12/21/How-Shredded-Storage-REALLY-works-in-SP2013.aspx">http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2012/12/21/How-Shredded-Storage-REALLY-works-in-SP2013.aspx</a></li>
<li>Dan Holme’s SharePoint 2013 Shredded Storage and The End of the World –  <a href="http://www.sharepointpromag.com/blog/dan-holmes-viewpoint-on-sharepoint-blog-24/sharepoint-2013/sharepoint-2013-shredded-storage-144987">http://www.sharepointpromag.com/blog/dan-holmes-viewpoint-on-sharepoint-blog-24/sharepoint-2013/sharepoint-2013-shredded-storage-144987</a></li>
<li>Benjamin Athawes&#8217;s How to disable Shredded Storage in SharePoint 2013 &#8211; <a href="http://www.benjaminathawes.com/blog/Lists/Posts/Post.aspx?ID=41">http://www.benjaminathawes.com/blog/Lists/Posts/Post.aspx?ID=41</a></li>
</ul>
</li>
</ul>
<p><strong>Licensing Model</strong></p>
<ul>
<li>Introduced flexibility on licensing model, this is based on similar model designed in SharePoint Online</li>
<li>Licenses and licenses check are per user, no longer per farm. it means, you can two different users in same farm, same web app, same site collection with 2 different licenses for 2 different user experience based on license</li>
<li>Licensing enforcement is applied to web parts, web part gallery, web templates, document libraries</li>
<li>Requires Claims Auth &#8211; claims token contains licensing info, Uses claims architecture to determine licenses structure e.g. assign enterprise CAL to AD group</li>
<li>Allows you to reduce licensing cost and able to turn on &amp; off features based on licensing in single farm</li>
<li>Licensing Enforcement and Assignment accessible through PowerShell, Enables licensing attributes to AD security groups e.g. Enterprise CAL Users, Standard CAL Users, Office Web Apps Users AD Groups can be mapped to specific licensing CALs, This would enable mixing multiple CALs in same environment</li>
<li>Resources
<ul>
<li>Bill Baer’s Introduction to User License Enforcement in SharePoint Server 2013 -<a href="http://blogs.technet.com/b/wbaer/archive/2012/11/12/introduction-to-user-license-enforcement-in-sharepoint-server-2013.aspx">http://blogs.technet.com/b/wbaer/archive/2012/11/12/introduction-to-user-license-enforcement-in-sharepoint-server-2013.aspx</a></li>
<li>Wictor Wilen’s SharePoint 2013: A look at the new options for managing users and their licensing – <a href="http://www.wictorwilen.se/sharepoint-2013-a-look-at-the-new-options-for-managing-users-and-their-licensing">http://www.wictorwilen.se/sharepoint-2013-a-look-at-the-new-options-for-managing-users-and-their-licensing</a></li>
<li>Sahil Malik’s SharePoint 2013 Licensing Simplified - <a href="http://blah.winsmarts.com/2012-12-SharePoint_2013_Licensing_Simplified.aspx">http://blah.winsmarts.com/2012-12-SharePoint_2013_Licensing_Simplified.aspx</a></li>
</ul>
</li>
</ul>
<p><strong>Minimal Download Strategy</strong></p>
<ul>
<li>Enabled by default, MDS is SharePoint feature and scoped at the web level, Can be disabled on per SPWeb level, just set SPWeb.EnableMinimalDownload to 0</li>
<li>The Minimal Download Strategy is by default enabled on Team sites, Community sites and a few others in SharePoint 2013. Once this feature enabled, all pages for that site is rendered &#8220;through&#8221; the <b>/_layouts/15/start.aspx</b> page</li>
<li>Provides an new smooth navigation framework on client side, significantly improves page load performance and user perception, downloads only delta between page requests</li>
<li>OOB master pages, quick launch control, XSLT list view supports MDS, Chrome/master page area should stay static while content flickers while refreshing page, Custom controls &amp; master pages needs to support framework</li>
<li>The MDS is not enabled on publishing sites and not compatible with publishing sites. If you enable publishing features, you don’t have to worry about MDS.</li>
<li>MDS not supported in Sandbox Web Parts</li>
<li>MDS may have adverse performance implications if some of custom coded web parts is not adhere MDS architecture.</li>
<li>Resources
<ul>
<li>Bill Baer’s Introduction to Minimal Download Strategy in SharePoint 2013 – <a href="http://blogs.technet.com/b/wbaer/archive/2012/11/12/introduction-to-minimal-download-strategy-in-sharepoint-2013.aspx">http://blogs.technet.com/b/wbaer/archive/2012/11/12/introduction-to-minimal-download-strategy-in-sharepoint-2013.aspx</a></li>
<li>Wictor Wilen’s Introduction to the Minimal Download Strategy – <a href="http://www.wictorwilen.se/sharepoint-2013---introduction-to-the-minimal-download-strategy-mds">http://www.wictorwilen.se/sharepoint-2013&#8212;introduction-to-the-minimal-download-strategy-mds</a></li>
</ul>
</li>
</ul>
<p><strong>Upgrade and Site Provisioning</strong></p>
<ul>
<li>System Notifications
<ul>
<li>Upgrading SP2010 to SP2013 shows System Status Notifications</li>
<li>Available during upgrade, read-only mode, and scheduled maintenance</li>
<li>Enables customizable integrated system status notifications</li>
</ul>
</li>
<li>Improvement on Upgrade Architecture
<ul>
<li>Separation of Schema and Site Collection Upgrade</li>
<li>IT admins upgrades schema when they attach databases &#8211; SP2013 still runs with SP2010 experience at this stage</li>
<li>Deferred Site Collection &#8211; Anything site collection and below will be upgraded later in deferred site collection upgrade step, Once site collections are upgraded, SP2013 will run with SP2013 user experience</li>
<li>You can&#8217;t force both schema &amp; site collection upgrade in 1 step, it has to be done separately, site collection upgrade can be done by end user or automated with PowerShell</li>
<li>SP2013 has all the SP2010 bits required to run SP2010 user experience</li>
</ul>
</li>
<li>Site Collection Health Checks
<ul>
<li>Rule-based health checks and validation</li>
<li>Site collection level scoped tool</li>
<li>Helps addressing post-upgrade issues &#8211; missing features &amp; templates, known issues etc.</li>
<li>Exposed to site collection administrators via site collection settings page, cmdlets for farm administrators</li>
<li>Prevents upgrade if blocking issues detected</li>
<li>Runs automatically before site collection version to version upgrade, does not run before any built to build upgrade</li>
</ul>
</li>
<li>Evaluation Site Collection
<ul>
<li>Allows site collection admins to preview SP2013 without upgrading production site collection</li>
<li>Requesting evaluation site collection triggers &#8220;Create Upgrade Evaluation Site Collections&#8221; timer job which typically runs once a day by default</li>
<li>Enabled through a copy of production site collection, causes no read-only outage as source is snapshot</li>
<li>Takes advantage of SQL snapshots when available, uses site collection backup process if SQL snapshots are not supported</li>
<li>Available only in SQL Enterprise and SQL Developer editions</li>
<li>By default, they runs only for 30 days</li>
</ul>
</li>
<li>Upgrade Throttling
<ul>
<li>By default, only 5 concurrent web apps and 10 concurrent content databases can be upgraded. You can change this setting for faster hardware, you can trigger 10 web apps upgrade from 2 WFES (5 web apps per 1 WFE and 10 max content databases)</li>
</ul>
</li>
<li>Site Provisioning
<ul>
<li>Supports both SP2010 and SP2013 Site provisioning using both central admin or PowerShell, Allows users to choose experience version while selecting site collection template</li>
<li>In SP2010 backward compatibility modes, only SP2010 site templates available, all the new SP2013 features like news feed, new performance improvements like MDS are not available in SP2010 mode</li>
</ul>
</li>
<li>Self-Service Site Creation
<ul>
<li>Enabled custom forms that should be used to create a new site, form can be in same web app or entirely in different web app even in different farm</li>
<li>Enables choice between new site collection or new sub site creation</li>
<li>Settings are scoped at the web application level</li>
<li>Allows users to select information management policies like retention policies, auditing policies etc. while creating sites or site collections, decide these policies during your internal governance framework</li>
</ul>
</li>
</ul>
<p><strong>Service Applications</strong></p>
<ul>
<li>Review this article for recommended locations for Service Applications &#8211; <a href="http://technet.microsoft.com/en-us/library/jj219591.aspx">http://technet.microsoft.com/en-us/library/jj219591.aspx</a></li>
<li>Same service application framework as SP2010, You still have service applications, proxies, proxy groups, instances, databases, and federation support</li>
<li>Service Federation -  Any farm can publish, as a general rule, as long as service application has database, it can be federated, LAN Federation supported in BCS, Managed Metadata, Search, Secure Store, Machine Translation, and User Profile, WAN Federation supported in Search, Managed Metadata, and User Profile. BDC is supported but you shouldn&#8217;t do it, Machine Translation and Secure Store not supported in WAN</li>
<li>Access Services
<ul>
<li>Use Access 2013 to create SharePoint Apps</li>
<li>Supported only on SQL Server 2012</li>
<li>Recommendation is to use dedicated SQL instance for Access services database backend</li>
<li>SQL will hate you &#8211; It uses SQL Authentication, It uses Named Pipes, Each app creates its own database</li>
</ul>
</li>
<li>App Management Service
<ul>
<li>Provides Corporate App Catalog services</li>
<li>Governance may be required, which site collections or site owners are allowed to App store, manage licenses or manage what you can lock down etc.</li>
<li>For Adoption, Turn off App store initially, Turn on progressively and have Apps requested through workflow</li>
<li>DNS and App domain- try to use peer of your domain like constoapps.com for Apps hosting, don&#8217;t use sub domain like apps.contoso.com, sub domain will work fine from technical perspective but may not be secure option</li>
<li>Resources
<ul>
<li><a href="http://blogs.technet.com/b/speschka/archive/2012/09/03/planning-the-infrastructure-required-for-the-new-app-model-in-sharepoint-2013.aspx">http://blogs.technet.com/b/speschka/archive/2012/09/03/planning-the-infrastructure-required-for-the-new-app-model-in-sharepoint-2013.aspx</a></li>
<li><a href="http://blogs.technet.com/b/speschka/archive/2012/12/07/using-sharepoint-apps-with-saml-and-fba-sites-in-sharepoint-2013.aspx">http://blogs.technet.com/b/speschka/archive/2012/12/07/using-sharepoint-apps-with-saml-and-fba-sites-in-sharepoint-2013.aspx</a></li>
</ul>
</li>
</ul>
</li>
<li>Business Connectivity Services
<ul>
<li>Added OData Support, Now we have BDC Connections support for OData, WCF, SQL Server, and .NET assemblies</li>
<li>Added support for SharePoint Apps and new App-Scoped BDC models</li>
</ul>
</li>
<li>Machine Translation Service
<ul>
<li>Provides programmatically translate sites, documents, pages from one language to another</li>
<li>Provides automatic translation of content using cloud based free MS translator solution, Needs Microsoft account to sign up, Supports word, HTML, and TXT</li>
<li>Cloud based machine translation service based on WAS architecture</li>
<li>Supports sync, async, and streaming data access process</li>
<li>Full extensible &#8211; full trust solutions, CSOM and REST support</li>
</ul>
</li>
<li>Managed Metadata Service
<ul>
<li>Creation and configuration is same</li>
<li>Managed Metadata driven Navigation &amp; WCM Integration</li>
</ul>
</li>
<li>Office Web Applications
<ul>
<li>No longer service application, separated into new server product</li>
<li>Provides services to multiple SharePoint farms, exchange, Lync, Url accessible file servers, or 3rd party document stores</li>
<li>Improved WAC Urls &#8211; No longer very long complex URLs for sharing, Append ?Web=1 to display documents in web apps</li>
<li>Office web apps can&#8217;t be installed on SharePoint box, it&#8217;s blocked on SharePoint server</li>
</ul>
</li>
<li>PowerPoint Automation Service
<ul>
<li>Similar service as Word Automation Service</li>
<li>Programmatically converts PPTXs to HTML, Image, or PDF read only format or Converts old PPT to PPTX</li>
</ul>
</li>
<li>Search
<ul>
<li>Creation and configuration is same but underlying architecture is vastly different, runs six noderunner.exe with heavy dependency on RAM usage, changes how you architect your application tier</li>
<li>FAST and Enterprise Search is unified, Same UI but FAST is no longer separate product</li>
<li>Additional crawling option &#8211; continuous crawl</li>
</ul>
</li>
<li>Subscription Setting Service
<ul>
<li>Used to manage only for multi-tenant,  Now handles App Management</li>
</ul>
</li>
<li>User Profile Service, User Profile Sync Service, My Sites, and Sky Drive Pro
<ul>
<li>Creation and configuration is same</li>
<li>Added support for Active Directory direct import, FIM/User Profile Sync is still supported for advanced scenarios</li>
<li>Integrated User Profile Replication Engine in User Profile service, it was shipped as separate SP2010 Admin Toolkit component</li>
<li>My Sites and Social data &#8211; Social data like newsfeed, following, social tags &amp; notes are stored in user&#8217;s my site content database instead of Social database, My Sites are required for social features</li>
<li>Improved Social performance &#8211; distributed cache to cache social data. In SP2010, there was 1 Social DB per User Profile Application, only way to scale in SP2010 was to scale vertically, by moving data out of Social DB &#8211; IO performance will be improved</li>
<li>Resources
<ul>
<li><a href="http://www.harbar.net/archive/2012/07/24/348.aspx">http://www.harbar.net/archive/2012/07/24/348.aspx</a></li>
<li><a href="http://www.harbar.net/archive/2012/07/23/sp13adi.aspx">http://www.harbar.net/archive/2012/07/23/sp13adi.aspx</a></li>
<li><a href="http://www.benjaminathawes.com/blog/Lists/Posts/Post.aspx?ID=42">http://www.benjaminathawes.com/blog/Lists/Posts/Post.aspx?ID=42</a></li>
<li>Oauth and User Profile Service &#8211; <a href="http://blogs.technet.com/b/speschka/archive/2012/08/15/oauth-and-the-rehydrated-user-in-sharepoint-2013-how-d-they-do-that-and-what-do-i-need-to-know.aspx">http://blogs.technet.com/b/speschka/archive/2012/08/15/oauth-and-the-rehydrated-user-in-sharepoint-2013-how-d-they-do-that-and-what-do-i-need-to-know.aspx</a></li>
<li><a href="http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=1033">http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=1033</a></li>
<li>Requires Office 2013 for Sky Drive Pro, Story is not clear- <a href="http://www.jeremythake.com/2013/01/sharepoint-2013-skydrive-pro-problems-with-syncing-and-ui-inconsistency-will-hurt-adoption/">http://www.jeremythake.com/2013/01/sharepoint-2013-skydrive-pro-problems-with-syncing-and-ui-inconsistency-will-hurt-adoption/</a></li>
</ul>
</li>
</ul>
</li>
<li>Web Analytics
<ul>
<li>No longer service application, new analytics platform based on search platform</li>
<li>Based on views, click through in search relevance, Use this popularity info to populate views through the Content By Search or Search Results web part e.g. Popular Communities etc.</li>
<li>Extensible for 3rd parties to build into the platform</li>
</ul>
</li>
<li>Work Management Service
<ul>
<li>It&#8217;s task aggregation across work management systems like SharePoint, exchange, project, or Lync</li>
<li>Aggregate tasks from all SharePoint sites to your my site &#8211; My Tasks list</li>
</ul>
</li>
</ul>
<br />Filed under: <a href='http://nikspatel.wordpress.com/category/sharepoint-2013/sp2013-admin/'>SP2013 Admin</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikspatel.wordpress.com/2823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikspatel.wordpress.com/2823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikspatel.wordpress.com/2823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikspatel.wordpress.com/2823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikspatel.wordpress.com/2823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikspatel.wordpress.com/2823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikspatel.wordpress.com/2823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikspatel.wordpress.com/2823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikspatel.wordpress.com/2823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikspatel.wordpress.com/2823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikspatel.wordpress.com/2823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikspatel.wordpress.com/2823/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2823&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikspatel.wordpress.com/2013/04/25/whats-new-for-it-pro-in-sharepoint-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/efcfc6292651ed012fb002db664cdc9d?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">nikspatel</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s New with SharePoint 2013 WCM &#8211; Major Improvements and Features</title>
		<link>http://nikspatel.wordpress.com/2013/04/25/whats-new-with-sharepoint-2013-wcm-major-improvements-and-features/</link>
		<comments>http://nikspatel.wordpress.com/2013/04/25/whats-new-with-sharepoint-2013-wcm-major-improvements-and-features/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 02:36:00 +0000</pubDate>
		<dc:creator>Nik Patel</dc:creator>
				<category><![CDATA[SP2013 General]]></category>

		<guid isPermaLink="false">http://nikspatel.wordpress.com/?p=2819</guid>
		<description><![CDATA[Microsoft has taken a huge leap in WCM space with SharePoint 2013. Microsoft recently released refreshed version of TechNet IT Pro Ignite Videos for SharePoint 2013 RTM. Last winter and this spring, as I was reviewing Preview version of these videos along with &#8230; <a href="http://nikspatel.wordpress.com/2013/04/25/whats-new-with-sharepoint-2013-wcm-major-improvements-and-features/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2819&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Microsoft has taken a huge leap in WCM space with SharePoint 2013. Microsoft recently released refreshed version of <a href="http://technet.microsoft.com/en-US/sharepoint/fp123606">TechNet IT Pro Ignite Videos</a> for SharePoint 2013 RTM. Last winter and this spring, as I was reviewing Preview version of these videos along with SPC12 videos, I had posted article for <a href="http://nikspatel.wordpress.com/2012/09/23/whats-new-in-sharepoint-2013-csom-and-rest-apis/">What&#8217;s New in CSOM and REST API</a>, <a href="http://nikspatel.wordpress.com/2013/02/10/whats-new-in-sharepoint-2013-social-major-features-characteristics-and-limitations/">What&#8217;s New in Social</a>, and <a href="http://nikspatel.wordpress.com/2012/12/23/whats-new-in-office-web-apps-2013/">What&#8217;s New in Office Web Apps</a> for SharePoint 2013.</p>
<p>I had also taken various notes for another major investments like IT Pro and WCM features. As I was reviewing refreshed material, I thought it would be great to post my notes here on my blog for others to enjoy.</p>
<p>Having said that, here are major highlights of new investments &amp; features introduced in SharePoint 2013</p>
<p><strong>Easy content authoring and management</strong></p>
<ul>
<li>Variations and Content Translation using Machine Translation Service</li>
<li>Rich Text Editing Usability especially clean copy-paste</li>
</ul>
<p><strong>Cross-site Publishing</strong></p>
<ul>
<li>Author content in multiple site collections and aggregate that using content by search web part across site collections, web applications, or even farms</li>
<li>Different than traditional content deployment approach, instead it uses Search as opposed to export-import methods, works with non-publishing content as well</li>
<li>Driven by managed metadata &#8211; tagging of content enables reuse through search</li>
<li>Requires planning &#8211; location of authoring &amp; publishing sites,<br />
location of asset libraries, search settings, security &amp; permissions, managed metadata etc.</li>
<li>Pattern &#8211; Authoring.contoso.com (en-us) -&gt; Translate -&gt; Authoring.contoso.com (Fr-fr) -&gt; Search Index Crawl -&gt; Contoso.com shows data using Content By Search web part</li>
</ul>
<p><strong>Catalog enabled libraries</strong></p>
<ul>
<li>Requires cross-site collection publishing feature &#8211; enabled by default on the product catalog site template, can be turned on using PowerShell on other site templates</li>
<li>Can be created from pages libraries, document libraries, asset libraries, or lists</li>
<li>Requires at least one single-valued managed metadata column</li>
<li>Only HTML &amp; text content is indexed by default, documents-images-videos are considered as BLOBs</li>
<li>Requires an incremental crawl to be discoverable as a catalog, New result source is added with the query isolating items from the catalog</li>
<li>Catalog connection is link to search index based on managed metadata indexed terms</li>
<li>Use CSWP or managed navigation to reuse content from catalogs</li>
<li>You can use catalog-enabled sites for scenarios such as content repository, knowledge base, or product catalog</li>
</ul>
<p><strong> Content By Search Web Part</strong></p>
<ul>
<li>Similar to content by query web part but search index based and cross-site collection support</li>
<li>New presentation template model for easy content presentation using HTML display templates, not XSLT based</li>
<li>Easy editors like query helpers as web part editors for defining planned query and previewing results</li>
</ul>
<p><strong>Managed Navigation</strong></p>
<ul>
<li>Drive your navigation and URLs based on term store hierarchies</li>
<li>Clean friendly URLs created for each page for actual end users, friendly URLs uses term store hierarchies</li>
<li>Pages are added for terms &amp; term set added to navigation</li>
<li>Pages are based on category page definition, category pages are page layouts, new category pages can be created and designated for use with specific terms in the term store</li>
<li>Provides dynamic topic pages capability for minimizing amount of physical pages for catalog type sites. e.g. same page renders different experiences unlike in SP2010, you have to create different pages with same page layout</li>
</ul>
<p><strong>Refiners and Managed Metadata driven faced navigation</strong></p>
<ul>
<li>Define refiners for catalog content drill down in catalog driven scenarios</li>
<li>Provides easy filtering capabilities for catalog information</li>
<li>Content editors can define which managed properties are available as refinements</li>
<li>UI rendering can be customized for each refiner</li>
<li>Different data types have different rendering options</li>
</ul>
<p><strong>Search Engine Optimization Improvements</strong></p>
<ul>
<li>Numerous improvements in site and page level</li>
<li>Clean friendly URLs, no &#8220;pages&#8221; in URL</li>
<li>No Home Page redirects to /pages/default.aspx, no HTTP 302 redirection</li>
<li>Country code top level domains (e.g. .com, .mx, .fr etc.)</li>
<li>XML sitemaps &#8211; automatically generates robots.txt for external search engine crawler</li>
<li>SEO properties for meta description, browser title, and meta keywords</li>
<li>Webmaster tools integration</li>
</ul>
<p><strong>Variations and Multi-lingual enhancements</strong></p>
<ul>
<li>Support for automated or manual translations in variations</li>
<li>Supports both content (pages, documents etc.) and terms in term set</li>
<li>You can manually export the XLIFF file or send cloud based machine translation service for automated translations</li>
</ul>
<p><strong>Image Renditions</strong></p>
<ul>
<li>Image transformation dynamically in SharePoint, great for large images to optimize page load</li>
<li>OOB four image rendition templates available , every image has 4 renditions by default</li>
<li>Thumbnails are actual thumbnails</li>
<li>Resizing will resize actual image, not only it&#8217;s presentation</li>
<li>Takes advantage of blob caching, blob cache configuration is required at the web application level, image renditions are cached when image is first accessed</li>
<li>While adding images on WCM publishing pages, you can select different renditions for select image</li>
</ul>
<p><strong>Video and Embedding Improvements</strong></p>
<ul>
<li>Enable easy enterprise podcast scenarios</li>
<li>Embed video to any content page including internet videos like YouTube</li>
<li>Thumbnail generation, any image from video</li>
<li>Renditions also supported for videos, different than image renditions, each rendition is separate asset, allows different codex-format-bitrate-resolution of same video</li>
<li>External video support to store</li>
<li>Multiple encoding for single video</li>
<li>Video player is HTML 5, no longer Silverlight by default, it will fall back to Silverlight with older version of browser like IE 8 or earlier</li>
</ul>
<p><strong>Usage Analytics</strong></p>
<ul>
<li>Built to scale from group up</li>
<li>Analytics changed to be search driven &#8211; based on usage counts, click through, and item relationships</li>
<li>Personalized search queries based on user or usage analytics data e.g. recommended for you</li>
<li>Includes preconfigured Content By Search web part e.g. Top Pages</li>
</ul>
<p><strong>Design Manager and general rendering changes</strong></p>
<ul>
<li>Empowering web designers, completely revamped CSS classes</li>
<li>Web parts rendering with DIVs, not tables</li>
<li>Site design and branding based on standards like HTML5, CSS, and JS using their preferred tools like Dreamweaver</li>
<li>Design manager to assist with templates, modifying master pages on fly, and export-import design package from 1 site to another</li>
</ul>
<p><strong>Device based rendering &#8211; Channels</strong></p>
<ul>
<li>Target different designs based on user agent string for different devices</li>
<li>Different channels defined at the SPWeb level</li>
<li>Define channels for single devices or group of devices</li>
<li>Assign alternate &#8220;Master Pages&#8221; per channel</li>
<li>Selectively include or exclude portion of page layouts per channel</li>
<li>Preview while designing and authoring
<ul>
<li>Specific control to define mobile rendering areas in content, if you want to use same master page for multiple devices</li>
<li>By default, It will fall back to browser device channel if it can&#8217;t find any specific device channel implementation, you can also define default device channel</li>
</ul>
</li>
</ul>
<p><strong>Additional Resources</strong></p>
<ul>
<li>What&#8217;s new in web content management for SharePoint 2013 publishing sites &#8211; <a href="http://technet.microsoft.com/en-us/library/jj219688.aspx">http://technet.microsoft.com/en-us/library/jj219688.aspx</a></li>
<li>Case Study: Mavention and web content management in SharePoint Server 2013 &#8211; <a href="http://technet.microsoft.com/en-us/library/jj822912.aspx">http://technet.microsoft.com/en-us/library/jj822912.aspx</a></li>
<li>The Top 30 New Reasons to Use SharePoint Server 2013 for Public-Facing Internet Sites -<a href="http://blogs.technet.com/b/mspfe/archive/2013/01/29/public-facing-internet-sites-based-on-sharepoint-server-2013.aspx">http://blogs.technet.com/b/mspfe/archive/2013/01/29/public-facing-internet-sites-based-on-sharepoint-server-2013.aspx</a></li>
<li>Using the Content Search web part in SharePoint 2013 - <a href="http://www.sharepointnutsandbolts.com/2012/10/using-content-search-web-part-and.html">http://www.sharepointnutsandbolts.com/2012/10/using-content-search-web-part-and.html</a></li>
<li>SharePoint 2013 Cross-Site Publishing Step by Step – <a href="http://blogs.perficient.com/microsoft/2012/09/sharepoint-cross-site-publishing-step-by-step/">http://blogs.perficient.com/microsoft/2012/09/sharepoint-cross-site-publishing-step-by-step/</a></li>
<li>How to set up a product-centric website in SharePoint 2013 – <a href="http://blogs.technet.com/b/tothesharepoint/archive/2013/02/14/how-to-set-up-a-product-centric-web-site-in-sharepoint-2013.aspx">http://blogs.technet.com/b/tothesharepoint/archive/2013/02/14/how-to-set-up-a-product-centric-web-site-in-sharepoint-2013.aspx</a></li>
</ul>
<br />Filed under: <a href='http://nikspatel.wordpress.com/category/sharepoint-2013/sp2013-general/'>SP2013 General</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikspatel.wordpress.com/2819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikspatel.wordpress.com/2819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikspatel.wordpress.com/2819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikspatel.wordpress.com/2819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikspatel.wordpress.com/2819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikspatel.wordpress.com/2819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikspatel.wordpress.com/2819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikspatel.wordpress.com/2819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikspatel.wordpress.com/2819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikspatel.wordpress.com/2819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikspatel.wordpress.com/2819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikspatel.wordpress.com/2819/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2819&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikspatel.wordpress.com/2013/04/25/whats-new-with-sharepoint-2013-wcm-major-improvements-and-features/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/efcfc6292651ed012fb002db664cdc9d?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">nikspatel</media:title>
		</media:content>
	</item>
		<item>
		<title>Problem Enabling Hyper-V on Hardware running Windows 8 Enterprise</title>
		<link>http://nikspatel.wordpress.com/2013/03/29/problem-enabling-hyper-v-on-hardware-running-windows-8-enterprise/</link>
		<comments>http://nikspatel.wordpress.com/2013/03/29/problem-enabling-hyper-v-on-hardware-running-windows-8-enterprise/#comments</comments>
		<pubDate>Fri, 29 Mar 2013 20:35:59 +0000</pubDate>
		<dc:creator>Nik Patel</dc:creator>
				<category><![CDATA[Hyper-V]]></category>

		<guid isPermaLink="false">http://nikspatel.wordpress.com/?p=2784</guid>
		<description><![CDATA[Are you planning to install Hyper-V on your Windows 8 Pro or Windows 8 Enterprise desktop and use for your SharePoint virtualization technology? If you are, you may want to ensure your CPU and hardware supports some of the basic requirements &#8230; <a href="http://nikspatel.wordpress.com/2013/03/29/problem-enabling-hyper-v-on-hardware-running-windows-8-enterprise/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2784&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Are you planning to install Hyper-V on your Windows 8 Pro or Windows 8 Enterprise desktop and use for your SharePoint virtualization technology? If you are, you may want to ensure your CPU and hardware supports some of the basic requirements for Hyper-V before it’s too late. As a SharePoint 2013 VM builder, you may be more focused on the RAM requirements but CPU requirements are equally valid if you are planning to use Hyper-V for your virtualization technology.</p>
<p>I have recently tried to activate Hyper-V role on my Windows 8 Enterprise desktop and ran into issue of Hyper-V manager couldn’t connect to local host. As I tried to force local connection, I was welcomed by very criptive message – An error occurred while attempting to connect to server. Check that the virtual machine management service is running and that you are authorized to connect to the server – Hyper-V has not been installed on computer.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/03/hyper-v-manager-blank.png"><img alt="Hyper-V Manager Blank" src="http://nikspatel.files.wordpress.com/2013/03/hyper-v-manager-blank.png?w=640&#038;h=537" width="640" height="537" /></a></p>
<p>This has definitely pointed me in the right direction. As I looked further in the Windows Feature On or Off program, “Hyper-V Platform” was grayed out. It means, Hyper-V wasn’t installed on my host machine. This is such a weird situation.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/03/hyper-v-grayed-out.png"><img alt="Hyper-V Grayed Out" src="http://nikspatel.files.wordpress.com/2013/03/hyper-v-grayed-out.png?w=429&#038;h=370" width="429" height="370" /></a></p>
<p>Being new to Hyper-V installation process, quick “Google” brought me to multiple places and all of them pointed to check my computer System Info to see if Hyper-V can be supported by my hardware and CPU. According to <a href="http://social.technet.microsoft.com/wiki/contents/articles/1401.hyper-v-list-of-slat-capable-cpus-for-hosts.aspx">reference article</a>, Hyper-V requires SLAT (Second Level Address Translation) feature of CPU. Every Intel Core i3, i5 and i7 CPU supports SLAT but my current laptop’s Core 2 Duo CPU doesn’t support it. That tells me why I couldn&#8217;t install Hyper-V role on my laptop hardware.</p>
<p>To verify if you can install Hyper-V on the desktop, all the four options in Hyper-V requirements in the System Info should be Yes.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/03/hyper-v-systeminfo-command.png"><img alt="Hyper-V systeminfo command" src="http://nikspatel.files.wordpress.com/2013/03/hyper-v-systeminfo-command.png?w=457&#038;h=85" width="457" height="85" /></a><a href="http://nikspatel.files.wordpress.com/2013/03/system-info.png"><img alt="System Info" src="http://nikspatel.files.wordpress.com/2013/03/system-info.png?w=532&#038;h=284" width="532" height="284" /></a></p>
<p><a href="http://nikspatel.files.wordpress.com/2013/03/hyper-v-requirements-systeminfo.png"><img alt="Hyper-V Requirements-systeminfo" src="http://nikspatel.files.wordpress.com/2013/03/hyper-v-requirements-systeminfo.png?w=568&#038;h=92" width="568" height="92" /></a></p>
<p>Here are the basic hardware requirements to run Hyper-V role on the Windows 8 Host servers.</p>
<ul>
<li>Windows 8 Pro or Windows 8 Enterprise, 64 bit version</li>
<li>CPU should support Second Level Address Translation (SLAT)</li>
<li>At minimum 4G RAM</li>
<li>Update BIOS and enable virtualization.</li>
</ul>
<p>Having said that, please beware before buying new laptop or aftermarket laptop and check basic hardware requirements for Hyper-V to run Hyper-V virtualization feature on windows 8 desktops or laptops.</p>
<p>Resources</p>
<ul>
<li>Hyper-V: List of SLAT-Capable CPUs for Hosts &#8211; <a href="http://social.technet.microsoft.com/wiki/contents/articles/1401.hyper-v-list-of-slat-capable-cpus-for-hosts.aspx">http://social.technet.microsoft.com/wiki/contents/articles/1401.hyper-v-list-of-slat-capable-cpus-for-hosts.aspx</a></li>
<li>Installing Hyper-V on Windows 8 Pro (Great Article) &#8211; <a href="http://blogs.msdn.com/b/olivnie/archive/2013/01/18/hyper-v-on-client-windows-8-pro.aspx">http://blogs.msdn.com/b/olivnie/archive/2013/01/18/hyper-v-on-client-windows-8-pro.aspx</a></li>
<li>How to Install or Enable Hyper-V Virtualization in Windows 8 -<a href="http://www.howtogeek.com/76532/how-to-install-or-enable-hyper-v-virtualization-in-windows-8/">http://www.howtogeek.com/76532/how-to-install-or-enable-hyper-v-virtualization-in-windows-8/</a></li>
</ul>
<br />Filed under: <a href='http://nikspatel.wordpress.com/category/hyper-v/'>Hyper-V</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikspatel.wordpress.com/2784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikspatel.wordpress.com/2784/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikspatel.wordpress.com/2784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikspatel.wordpress.com/2784/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikspatel.wordpress.com/2784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikspatel.wordpress.com/2784/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikspatel.wordpress.com/2784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikspatel.wordpress.com/2784/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikspatel.wordpress.com/2784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikspatel.wordpress.com/2784/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikspatel.wordpress.com/2784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikspatel.wordpress.com/2784/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2784&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikspatel.wordpress.com/2013/03/29/problem-enabling-hyper-v-on-hardware-running-windows-8-enterprise/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/efcfc6292651ed012fb002db664cdc9d?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">nikspatel</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/03/hyper-v-manager-blank.png?w=640" medium="image">
			<media:title type="html">Hyper-V Manager Blank</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/03/hyper-v-grayed-out.png" medium="image">
			<media:title type="html">Hyper-V Grayed Out</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/03/hyper-v-systeminfo-command.png?w=457" medium="image">
			<media:title type="html">Hyper-V systeminfo command</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/03/system-info.png?w=532" medium="image">
			<media:title type="html">System Info</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/03/hyper-v-requirements-systeminfo.png?w=568" medium="image">
			<media:title type="html">Hyper-V Requirements-systeminfo</media:title>
		</media:content>
	</item>
		<item>
		<title>New Best Practices for SharePoint 2013 Farm Design &#8211; Streamlined Topology</title>
		<link>http://nikspatel.wordpress.com/2013/03/20/new-best-practices-for-sharepoint-2013-farm-design-streamlined-topology/</link>
		<comments>http://nikspatel.wordpress.com/2013/03/20/new-best-practices-for-sharepoint-2013-farm-design-streamlined-topology/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 03:47:32 +0000</pubDate>
		<dc:creator>Nik Patel</dc:creator>
				<category><![CDATA[SP2013 Admin]]></category>

		<guid isPermaLink="false">http://nikspatel.wordpress.com/?p=2768</guid>
		<description><![CDATA[Microsoft has just released “Streamlined Topology for SharePoint 2013”, new way to build &#38; configure SharePoint 2013 farm. It’s really nice to see official documentation on new approach which I had first heard at SPC12 during SPC119 “Designing Your SharePoint &#8230; <a href="http://nikspatel.wordpress.com/2013/03/20/new-best-practices-for-sharepoint-2013-farm-design-streamlined-topology/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2768&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Microsoft has just released “<a href="http://www.microsoft.com/en-us/download/details.aspx?id=37000">Streamlined Topology for SharePoint 2013</a>”, new way to build &amp; configure SharePoint 2013 farm. It’s really nice to see official documentation on new approach which I had first heard at SPC12 during SPC119 “Designing Your SharePoint Server 2013 Enterprise Deployment” Session. In that session Luca Bandinelli delivered prescriptive guidance to build SharePoint 2013 On-Premises farm similar to SharePoint Online based on Microsoft’s lessons learned and best practices while maintaining and building their own SharePoint online data centers.</p>
<p>As far as Physical Topology, We have three tiered approach since MOSS 2007 days. In MOSS 2007, we had Web Tier, Application Tier (Central Admin, Shared Service Providers &#8211; Search, Excel, Profile Import), and Database Tier. In SharePoint 2010, there wasn’t much changed and we had almost same 3-tier topology (except Application Tier dedicated for Service Applications instead of SSP) but dedicated servers can be added in application tiers for high preformat service applications like Search or PerformancePoint etc.</p>
<p>With SharePoint 2013, we had lot more service applications and many of these service applications can be grouped in similar groups either based on their CPU and RAM needs or either based on their latency, throughput, or workloads/resource utilization to optimize system resources and maximize performance for users. Even though we can get away with traditional 3-tier topology approach in SharePoint 2013, there are some new services may require additional tier and dedicated attention on Application tier. All the windows &amp; WCF services can be divided into &#8211; very low, low, and high tolerant latency and this may require us dividing up application tier in multiple tiers for each type of latency tolerant service applications.</p>
<p>As shown in the diagram below, Microsoft provides us alternative farm design topology by redefining traditional web and application tier into multiple tiers.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/03/sp2013-traditional-to-streamlined-model1.png"><img class="alignnone size-large wp-image-2772" alt="SP2013 Traditional to Streamlined Model" src="http://nikspatel.files.wordpress.com/2013/03/sp2013-traditional-to-streamlined-model1.png?w=640&#038;h=396" width="640" height="396" /></a></p>
<p><a href="http://nikspatel.files.wordpress.com/2013/03/sp2013-server-roles.png"><img alt="SP2013 Server Roles" src="http://nikspatel.files.wordpress.com/2013/03/sp2013-server-roles.png?w=640&#038;h=206" width="640" height="206" /></a></p>
<ul>
<li>Traditional web tier is redefined as Caching and Request Processing tier which would group similar web front end servers for end user request processing along with new service applications like Request Management and Distributed Cache which would require very low latency but very high throughout. Request Management is disabled by default and Distributed Cache is enabled by default. Since Request Manager is CPU intensive and Distributed Cache is memory intensive, both of these services can share same server without any major performance hit.</li>
<li>Traditional Application tier is divided into two optimized tiers – Front End Servers and Batch Processing Servers.
<ul>
<li>Front-End Servers would group similar service applications which would serve user requests with low latency, low resource utilization, and optimized for faster performance and response time. Services like Central Administration, Managed Metadata, User Profile, App Management, Search Query Role, and Business Data Connectivity are ideal for Front End Servers.</li>
<li>Batch Processing Servers would group similar service applications which would typically require long running back ground processes, high latency, and high resource utilization, and optimized for higher workload by maximizing system resources. Services like User Profile Sync, Work Management, Search Crawl and Index Role, Workflow, Machine Translation etc. are ideal for Batch Processing Servers. For large scale farms, Batch processing tier can be divided further into specialized load servers for services like Search, PerformancePoint, or Excel Services which can cause high spikes in performance during peak time.</li>
<li>Database tier stays same in both traditional and streamlined model. These servers can be either clustered, mirrored, or configured with Always On.</li>
</ul>
</li>
</ul>
<p><strong>Ok, So, What&#8217;s your take on this new Model..</strong></p>
<p>Having said that, my take on this new approach is what I used to say while designing SharePoint 2010 topologies. Even though you would ideally love to plan for 4-5 tier topology, it may not be possible in real world due to possible hardware funding issues. You are looking at nearly 10 high performing virtual machines or physical hardware, which may be daunting to get through budget approval  process.</p>
<p>Depending on your situation, number of users, and size of farm, you may get away with running traditional three tiered approach as long as they have enough hardware resources like RAM and CPU allocated. With the traditional 3-tier approach, you can run Distributed Cache and Request Management on Web Servers, Central Admin and all the Service applications in Application tier as initial farm design and plan to scale out or add more dedicated servers for specific workloads like Search as needed.</p>
<p><strong>Resources</strong></p>
<ul>
<li>Streamlined topologies for SharePoint Server 2013 &#8211; <a href="http://www.microsoft.com/en-us/download/details.aspx?id=37000">http://www.microsoft.com/en-us/download/details.aspx?id=37000</a></li>
<li>Services on server install worksheet for streamlined SharePoint Server 2013 topologies &#8211; <a href="http://www.microsoft.com/en-us/download/details.aspx?id=37001">http://www.microsoft.com/en-us/download/details.aspx?id=37001</a></li>
<li>Traditional topologies for SharePoint 2013 &#8211; <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30377">http://www.microsoft.com/en-us/download/details.aspx?id=30377</a></li>
<li>Services on server install worksheet for traditional SharePoint Server 2013 topologies &#8211; <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30367">http://www.microsoft.com/en-us/download/details.aspx?id=30367</a></li>
<li>Plan service deployment in SharePoint 2013 &#8211; <a href="http://technet.microsoft.com/en-us/library/jj219591(v=office.15).aspx">http://technet.microsoft.com/en-us/library/jj219591(v=office.15).aspx</a></li>
</ul>
<br />Filed under: <a href='http://nikspatel.wordpress.com/category/sharepoint-2013/sp2013-admin/'>SP2013 Admin</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikspatel.wordpress.com/2768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikspatel.wordpress.com/2768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikspatel.wordpress.com/2768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikspatel.wordpress.com/2768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikspatel.wordpress.com/2768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikspatel.wordpress.com/2768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikspatel.wordpress.com/2768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikspatel.wordpress.com/2768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikspatel.wordpress.com/2768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikspatel.wordpress.com/2768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikspatel.wordpress.com/2768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikspatel.wordpress.com/2768/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2768&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikspatel.wordpress.com/2013/03/20/new-best-practices-for-sharepoint-2013-farm-design-streamlined-topology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/efcfc6292651ed012fb002db664cdc9d?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">nikspatel</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/03/sp2013-traditional-to-streamlined-model1.png?w=640" medium="image">
			<media:title type="html">SP2013 Traditional to Streamlined Model</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/03/sp2013-server-roles.png?w=640" medium="image">
			<media:title type="html">SP2013 Server Roles</media:title>
		</media:content>
	</item>
		<item>
		<title>Applying new look &amp; theme on My blog</title>
		<link>http://nikspatel.wordpress.com/2013/02/28/applying-new-look-theme-on-my-blog/</link>
		<comments>http://nikspatel.wordpress.com/2013/02/28/applying-new-look-theme-on-my-blog/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 22:46:09 +0000</pubDate>
		<dc:creator>Nik Patel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nikspatel.wordpress.com/?p=2711</guid>
		<description><![CDATA[I have been using Andrea09 word press theme for a while (almost two years) and finally, I have decided to change look &#38; feel to more contemporary theme &#8220;Twenty Ten&#8221; with lots of white background &#38; large fonts in the spirit &#8230; <a href="http://nikspatel.wordpress.com/2013/02/28/applying-new-look-theme-on-my-blog/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2711&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have been using Andrea09 word press theme for a while (almost two years) and finally, I have decided to change look &amp; feel to more contemporary theme &#8220;Twenty Ten&#8221; with lots of white background &amp; large fonts in the spirit of SharePoint 2013.</p>
<p>One of the reasons why I had stayed with Andrea09 theme was real estate it provided me for my content. I have been posting many step by step articles and Andrea09 theme was very useful displaying large screenshots across full width on the browser.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/andrea.png"><img class="alignnone size-large wp-image-2712" alt="Andrea" src="http://nikspatel.files.wordpress.com/2013/02/andrea.png?w=640&#038;h=348" width="640" height="348" /></a></p>
<p>For a while, I felt there was too much going on in the old theme with main blog&#8217;s small font content surrounded with lots of links &amp; gray background. Although I may miss wider real estate with new theme, I am expecting new theme will provide me better control over content and presentation with focus more on content than page layout.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/twenty-ten.png"><img alt="Twenty Ten" src="http://nikspatel.files.wordpress.com/2013/02/twenty-ten.png?w=640&#038;h=337" width="640" height="337" /></a></p>
<p>Please note that all the content has been same. I may have to revisit some of the old blogs to ensure images are trimmed down to new theme&#8217;s width.</p>
<p>Thanks for staying with me while I am making this change. Let me know what you think!!!</p>
<br />Filed under: <a href='http://nikspatel.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikspatel.wordpress.com/2711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikspatel.wordpress.com/2711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikspatel.wordpress.com/2711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikspatel.wordpress.com/2711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikspatel.wordpress.com/2711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikspatel.wordpress.com/2711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikspatel.wordpress.com/2711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikspatel.wordpress.com/2711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikspatel.wordpress.com/2711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikspatel.wordpress.com/2711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikspatel.wordpress.com/2711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikspatel.wordpress.com/2711/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2711&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikspatel.wordpress.com/2013/02/28/applying-new-look-theme-on-my-blog/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/efcfc6292651ed012fb002db664cdc9d?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">nikspatel</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/andrea.png?w=640" medium="image">
			<media:title type="html">Andrea</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/twenty-ten.png?w=640" medium="image">
			<media:title type="html">Twenty Ten</media:title>
		</media:content>
	</item>
		<item>
		<title>Locating SharePoint Prerequisite Installer Log Files</title>
		<link>http://nikspatel.wordpress.com/2013/02/22/locating-sharepoint-prerequisite-installer-log-files/</link>
		<comments>http://nikspatel.wordpress.com/2013/02/22/locating-sharepoint-prerequisite-installer-log-files/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 15:09:38 +0000</pubDate>
		<dc:creator>Nik Patel</dc:creator>
				<category><![CDATA[SP2010 Admin General]]></category>
		<category><![CDATA[SP2013 Admin]]></category>

		<guid isPermaLink="false">http://nikspatel.wordpress.com/?p=2622</guid>
		<description><![CDATA[Sometimes it&#8217;s important to see what happens under the cover especially if things fail or curious to learn while running installer programs. I have needed to perform exact same tasks during my recent SharePoint Prerequisite Installer run and check logs &#8230; <a href="http://nikspatel.wordpress.com/2013/02/22/locating-sharepoint-prerequisite-installer-log-files/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2622&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Sometimes it&#8217;s important to see what happens under the cover especially if things fail or curious to learn while running installer programs. I have needed to perform exact same tasks during my recent SharePoint Prerequisite Installer run and check logs to see what Preinstaller does and where it downloads all SharePoint pre-requisites software from.</p>
<p>Microsoft has introduced SharePoint Pre-requisites installer in SharePoint 2010 and it&#8217;s one of those tools that help you prepare SharePoint servers for SharePoint installation either offline or online by directly downloading prerequisites from Microsoft download center.</p>
<p>To get access of Prerequisite Installer logs, simply type cd %temp% and look for the PrerequisiteInstaller.*.log files. SharePoint spits out these logs at C:\Users\&lt;User&gt;\AppData\Local\Temp directory.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/preinstaller-log-location.png"><img class="alignnone size-full wp-image-2623" alt="Preinstaller Log location" src="http://nikspatel.files.wordpress.com/2013/02/preinstaller-log-location.png?w=640"   /></a></p>
<p>Simple tip but hard to remember!!! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://nikspatel.wordpress.com/category/sharepoint-2010/sp2010-admin/sp2010-admin-general/'>SP2010 Admin General</a>, <a href='http://nikspatel.wordpress.com/category/sharepoint-2013/sp2013-admin/'>SP2013 Admin</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikspatel.wordpress.com/2622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikspatel.wordpress.com/2622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikspatel.wordpress.com/2622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikspatel.wordpress.com/2622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikspatel.wordpress.com/2622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikspatel.wordpress.com/2622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikspatel.wordpress.com/2622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikspatel.wordpress.com/2622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikspatel.wordpress.com/2622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikspatel.wordpress.com/2622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikspatel.wordpress.com/2622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikspatel.wordpress.com/2622/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2622&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikspatel.wordpress.com/2013/02/22/locating-sharepoint-prerequisite-installer-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/efcfc6292651ed012fb002db664cdc9d?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">nikspatel</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/preinstaller-log-location.png" medium="image">
			<media:title type="html">Preinstaller Log location</media:title>
		</media:content>
	</item>
		<item>
		<title>Step by Step Case Study &#8211; No Code Policy Center for SharePoint 2010 On-Premises</title>
		<link>http://nikspatel.wordpress.com/2013/02/18/step-by-step-case-study-no-code-policy-center-for-sharepoint-2010-on-premises/</link>
		<comments>http://nikspatel.wordpress.com/2013/02/18/step-by-step-case-study-no-code-policy-center-for-sharepoint-2010-on-premises/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 02:35:34 +0000</pubDate>
		<dc:creator>Nik Patel</dc:creator>
				<category><![CDATA[SP2010 General]]></category>

		<guid isPermaLink="false">http://nikspatel.wordpress.com/?p=2537</guid>
		<description><![CDATA[Please note that this article applies to SharePoint 2010 On-premises. Architecture discussed in this article won’t supported in the SharePoint 2010 Online but it can be easily adapted in the SharePoint 2013 Online with new support for custom managed properties. &#8230; <a href="http://nikspatel.wordpress.com/2013/02/18/step-by-step-case-study-no-code-policy-center-for-sharepoint-2010-on-premises/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2537&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><b>Please note that this article applies to SharePoint 2010 On-premises. Architecture discussed in this article won’t supported in the SharePoint 2010 Online but it can be easily adapted in the SharePoint 2013 Online with new support for custom managed properties. Although architecture discussed in this article can be easily applied in SharePoint 2013 On-Premises, there is better option with Cross-Site Publishing and Content by Search with the Enterprise CALs.</b></p>
<p>Last October I had demonstrated <a href="http://www.slideshare.net/patenik2/building-search-driven-applications-in-sharepoint-2010-sharepoint-fest-2012">No-code Search solution at SharePoint Fest Chicago</a> to build corporate knowledge center showcasing how you can rollup policy documents from different departments designed as Site Collections from your organizations to centralized location in SharePoint 2010 On-Premises farm. I had promised attendees that I will post detailed blog entry on how to build no-code Policy Center and architecture behind it. Although it took me almost 6 months to complete, I really hope it’s not too late.</p>
<p>Here is the detailed step by step blog entry on how to design policy center. Alternatively you can download <a href="https://skydrive.live.com/#cid=C500FFCA5FFFDF0F&amp;id=C500FFCA5FFFDF0F%21177">50 page visual case study</a> from sky drive.</p>
<p><b>Purpose</b></p>
<p>The goal of this article is to demonstrate step by step no-code solution to build corporate policy center in SharePoint 2010 on-premises environment using SharePoint 2010 Enterprise Search, Managed Metadata, and Enterprise Content Type features.</p>
<p>Whole premise of this sample case study is to show case how easily you can build very complex knowledge center or centralized policy center by standardizing policy documents definition using enterprise content type across all departments in organization, allowing business users to tag documents using managed metadata, and surface &amp; rollup policy documents using SharePoint 2010 Enterprise search technologies to the centralized policy center.</p>
<p><b>Solution Requirements</b></p>
<p>An Organization would like to build corporate policy center rolling up all the published policies from the different organization departments.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/1_policy-center-information-architecture.png"><img alt="1_Policy Center Information Architecture" src="http://nikspatel.files.wordpress.com/2013/02/1_policy-center-information-architecture.png?w=581&#038;h=211" width="581" height="211" /></a></p>
<p>High level architecture and requirements of “Centralized Policy Center” are as following</p>
<ul>
<li>Corporate Policy Center conceptually represented as a Centralized solution and hosted on the root site collection. All the department policies made available to the centralized location for employees to consume.</li>
<li>Policies will be available in a read-only view on the Centralized Policy Center for employees.</li>
<li>Each department Policy library is hosted at the top level site of department site collection.</li>
<li>Policies are created by departments and published by members of department steering committee to the policy center. Optionally it can be approved by department steering committee and allow members of departments to publish policies.</li>
<li>Document-specific Metadata drives policy search as well as the various views &amp; categorization of policies. Some of the metadata are – Effective Date, Department Name, and Applicable To</li>
</ul>
<p><b>Final Solution Preview</b></p>
<p>Final Corporate No-code policy center would look like as below. Although this site or screen is not branded, it provides much cleaner view and allows users to filter policies based on refiners. By default, when user visits this page, it would show all the policies across all the departments. User can use refiners to further filter policies by department or audience it’s applicable to.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/2_corporate-policy-center.png"><img alt="2_Corporate Policy Center" src="http://nikspatel.files.wordpress.com/2013/02/2_corporate-policy-center.png?w=572&#038;h=392" width="572" height="392" /></a></p>
<p><b>Technical Architecture</b></p>
<p>As many of you know, having decentralized authoring/hosting of Policy documents in different department site collections like HR, Legal, IT and serving those documents as centralized policy center is one of the most common pattern required by Corporate Intranet. Typically in large organizations, corporate SharePoint intranet information architecture consists of various site collections for each departments like HR, IT, Legal, or Finance.</p>
<p>Here are the major approaches of traditional data access methodologies and their limitations in SharePoint 2010. You can also refer my article and presentation &#8211; <a href="http://nikspatel.wordpress.com/2012/08/05/sharepoint-2010-data-querying-options-server-om-vs-client-om-vs-rest-vs-linq-vs-search-api/">SharePoint 2010 Data Querying Options – Server OM vs. Client OM vs. REST vs. LINQ vs. Search API</a> and <a href="http://www.slideshare.net/patenik2/an-odyssey-into-the-sharepoint-2010-development-world">ChDevSPUG SP2010 Developer Introductory Presentation on Slideshare</a></p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/3_sharepoint-standard-apis.png"><img alt="3_SharePoint standard APIs" src="http://nikspatel.files.wordpress.com/2013/02/3_sharepoint-standard-apis.png?w=525&#038;h=324" width="525" height="324" /></a></p>
<ul>
<li>Server Side APIs
<ul>
<li>SPList, SPQuery, and SPDataQuery</li>
<li>LINQ to SharePoint</li>
</ul>
</li>
<li>Client Side and Remote APIs
<ul>
<li>CSOM and REST APIs</li>
<li>SOAP APIs and WCF Services</li>
</ul>
</li>
<li>Limitations
<ul>
<li>Targeted at List or Library</li>
<li>Scoped at the Site or Site Collection</li>
<li>5000 List Items threshold</li>
<li>CSOM has slow performance over the network</li>
<li>Data Aggregation and Rollup would require complex custom programming</li>
</ul>
</li>
</ul>
<p>One of the biggest challenges in SharePoint 2010 is rolling up documents across multiple site collection using SharePoint APIs. Many of the OOB SharePoint APIs like SPDataQuery or Content Query Web Part are great rolling up information at the site collection level but things get grim as soon as you have requirements to roll up information across site collections. Although there are third party content query web part available from Lighting Tools to rollup information across site collections, there isn’t much options except Search.</p>
<p>Historically Enterprise Search has been one of the most overlooked feature for SharePoint data access method. Since Search crawls every dark corner of your SharePoint farm, conceptually Search Index has all the data you are looking for across multiple site collections and using Search API seems like no-brainer solution to rollup information across multiple site collections. This article will follow Search philosophy to rollup policies from different department site collections to centralized location as Policy Search center. Unlike SharePoint API options, Search would also allow you to design your solutions with No-Code approach and can rely only on browser customizations.</p>
<p><b><a href="http://nikspatel.files.wordpress.com/2013/02/4_search-architecture.gif"><img alt="4_Search Architecture" src="http://nikspatel.files.wordpress.com/2013/02/4_search-architecture.gif?w=482&#038;h=384" width="482" height="384" /></a></b></p>
<p>Some of the major benefits and limitations of Search as Data access method are below:</p>
<ul>
<li>Major Benefits
<ul>
<li>Perfect for Data Rollups and Data Aggregations across Cross-farm, Cross-Web Application, or Cross-Site Collection</li>
<li>Can query across large data corpuses (because it query against index)</li>
<li>Queries are fast even with large data corpuses (because it query against index)</li>
<li>Most scalable data access solution out there, All other techniques are mostly SQL-based (because it query against index)</li>
</ul>
</li>
<li>Major Limitations
<ul>
<li>Content needs to be in the indexed (dependency), Avoid this option if real time data access are requirements</li>
<li>Requires advanced search service administration and configuration (dependency)</li>
<li>Improve search by tagging with metadata (to be effective)</li>
</ul>
</li>
</ul>
<p><b>Policy Center Detailed Architecture</b></p>
<p>Niks Policy Center is designed with no-code solution methodologies of SharePoint 2010. With the technologies like Enterprise Content Types, Managed Metadata, Document Libraries, Enterprise Search, and Out of box Search web parts, policy center not only allows departments to post policies in secure document libraries defined with enterprise level policy content types but also allows them to tag mandatory information to allow search to roll up policies at the centralized location.</p>
<p>One key thing is to keep in mind that Policies available at the centralized location would be dependent on Search crawl frequency. Plan to configure incremental crawl more frequently in SharePoint 2010 Enterprise Search Administration every few hours to ensure the freshness of policy center documents are available at the centralized location.</p>
<p>Here is the detailed Policy Center Architecture:</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/5_policy-center-architecture.png"><img alt="5_Policy Center Architecture" src="http://nikspatel.files.wordpress.com/2013/02/5_policy-center-architecture.png?w=618&#038;h=568" width="618" height="568" /></a></p>
<p>Detailed description &amp; data flow described in above diagram for Policy center architecture are as below</p>
<ul>
<li>“Company Policy” Content Type defines the structure of department policy document libraries. This content type consists of two managed metadata fields – Policy Department and Applicable To, which would allow users to tag documents with proper categories while uploading policies<b></b></li>
<li>Department Policy Document Libraries designed to use “Company Policy” Content Type which would allow department steering committee to upload policies as policy content type<b></b></li>
<li>Department steering committee will upload Policy documents as “Company Policy” content type and tag policies to specific Department and other metadata<b></b></li>
<li>Enterprise Search crawls department policy document libraries and make policy center data available through search interface<b></b></li>
<li>Enterprise Search crawls “Company Policy” content type associated with policy documents and make it available through search interface, This would allow us to search policies based on Company Policy content type<b></b></li>
<li>Enterprise Search crawls Policy managed metadata from term store associated with the policy documents and make it available through search interface, This would allow us to search policies based on Policy Managed metadata<b></b></li>
<li>Centralized Policy center home page displays list of all the company policies through Search web parts. This page consists of two major search web parts – Core Search Results web part and Refiners web part. Core Search results web part is configured to filter all the policies for “Company Policy” content type. Refiners in the refiner’s web part would further filter search results in Core Results web part based on user selection. E.g. if user selects “Policy Department = HR”, it would further refine Core Search Results with managed metadata = HR</li>
</ul>
<p><b>Implementing Solution &#8211; High level script to build Policy Center</b></p>
<p>Here are the high level steps to implement no-code policy center solution using SharePoint 2010 technologies like Enterprise Content Type, Content Type Hub, and Enterprise Search. Please download <a href="https://skydrive.live.com/#cid=C500FFCA5FFFDF0F&amp;id=C500FFCA5FFFDF0F%21177">visual case study</a> from my sky drive for detailed visual step by step guide.</p>
<p><span style="text-decoration:underline;"><em>Pre-requisites</em></span></p>
<ul>
<li>Activate Search Service and Search Service Application
<ul>
<li>Provision Site Collection &#8211; Enterprise Search Center at <a href="http://sp2010vm/sites/search" rel="nofollow">http://sp2010vm/sites/search</a> using Enterprise Search Template</li>
</ul>
</li>
<li>Activate Managed Metadata Service and Content Type Hub
<ul>
<li>Activate Managed Metadata Service and Managed Metadata Service Application</li>
<li>Provision Content Type Hub Site Collection at <a href="http://sp2010vm/sites/cthub" rel="nofollow">http://sp2010vm/sites/cthub</a> using Team Site Template to define Enterprise Content Type architecture</li>
<li>Configure Managed Metadata Service to use cthub as Content Type Hub</li>
</ul>
</li>
</ul>
<p><span style="text-decoration:underline;"><em>Design Data Source Architecture – Policy Content Type</em></span></p>
<ul>
<li>Create Content Site Collections &#8211; Three site collections based on team site &#8211; HR, Legal, IT</li>
<li>Add New Terms in Term Store &#8211; New Group &#8211; Corporate, New Term Sets &#8211; Department and Employee Groups</li>
<li>Define Enterprise Content Type in Content Type Hub
<ul>
<li>Create Content Type &#8211; Company Policy in the Content Type Hub</li>
<li>Add Columns
<ul>
<li>Title (Required)</li>
<li>Description (Optional)</li>
<li>Effective Date (Optional &#8211; Date and Time)</li>
<li>Policy Type (Required &#8211; Choice &#8211; Corporate, Department)</li>
<li>Policy Department (Required &#8211; Managed Metadata &#8211; Department)</li>
<li>Applicable To (Optional &#8211; Managed Metadata &#8211; Employee Groups)</li>
</ul>
</li>
</ul>
</li>
<li>Publish Content Type from the Content Type Hub &#8211; Company Policy Content Type</li>
<li>Consume Content Types from Content Type Hub in three main site collections &#8211; HR, Legal, and IT</li>
<li>Run timer job &#8211; Content Type Hub, Content Type Hub Subscriber to publish content types right away</li>
<li>Create new document library &#8211; Policies and Apply Company Content Type as Content Type in all three site collections</li>
<li>Upload Sample Policies on all three site collections document libraries</li>
</ul>
<p><span style="text-decoration:underline;"><em>Design Data Query Architecture – Search for Policies</em></span></p>
<ul>
<li>Crawl Content from Search &#8211; Full Crawl on the default content source</li>
<li>Verify searching Policies from the Search Index from Search Center
<ul>
<li>Using word &#8211; policies, it should return everything including policy documents &amp; document libraries</li>
<li>Using content type &#8211; ContentType:&#8221;Company Policy&#8221; &#8211; it should return all the policies, no doc libraries</li>
<li>Using content type and search &#8211; ContentType:&#8221;Company Policy&#8221; AND Site:&#8221;sp2010vm/sites/IT&#8221; &#8211; it should return only IT policies</li>
</ul>
</li>
<li>Ensure Crawl Properties are included in the Index
<ul>
<li>Effective Date (found 1)
<ul>
<li>ows_Effective_x0020_Date(Date and Time), No Mapping</li>
</ul>
</li>
<li>Policy Type (Found 1)
<ul>
<li>ows_Policy_x0020_Type(Text), No Mapping</li>
</ul>
</li>
<li>Policy Department (Found 3)
<ul>
<li>ows_Policy_x0020_Department(Text), No Mapping</li>
<li>ows_taxId_Policy_x0020_Department(Text), owstaxIdPolicyx0020Department</li>
<li>Policy Department(Text), No Mapping</li>
</ul>
</li>
<li>Applicable To (Found 3)
<ul>
<li>Applicable To(Text), No Mapping</li>
<li>ows_Applicable_x0020_To, No Mapping</li>
<li>ows_taxId_Applicable_x0020_To(Text), owstaxIdApplicablex0020To</li>
</ul>
</li>
</ul>
</li>
<li>Run Full crawl on default content source to populate crawl properties and default managed properties</li>
<li>Create Managed Properties for Custom Columns and map managed metadata properties to text crawled properties &#8211; Select all the check boxes &#8211; Allow this property to be used in scopes, Reduce storage requirements for text properties by using a hash for comparison, and Add managed property to custom results set retrieved on each query
<ul>
<li>EffectiveDate &#8211; ows_Effective_x0020_Date, Date Time</li>
<li>PolicyType &#8211; ows_Policy_x0020_Type, Text</li>
<li>PolicyDepartment &#8211; ows_Policy_x0020_Department, Text, Multiple Values</li>
<li>ApplicableTo &#8211; ows_Applicable_x0020_To, Text, Multiple Values</li>
</ul>
</li>
<li>Run Full Crawl on default content source to populate managed properties</li>
<li>Verify searching Policies from the Search Index by managed properties &#8211; ApplicableTo:&#8221;Contractors&#8221; or PolicyDepartment:IT, it should return results</li>
</ul>
<p><span style="text-decoration:underline;"><em>Design final Solution – Centralized Policy Center</em></span></p>
<ul>
<li>Configure Corporate Policy Center to demonstrate rollup across multiple site collections
<ul>
<li>Policy Center view is made of 4 search web parts – Refiner Panel, Search Statistics, Search Core Results, and Search Paging Web Parts.</li>
<li>Add Refiner Panel and configure properties to return specific categories</li>
<li>Add Search Statistics Web Part &#8211; No Settings changed</li>
<li>Add Core Results Web Part and configure properties with updated XSL for simplified UI &#8211; Set Append to Text Query &#8211; ContentType:&#8221;Company Policy&#8221;</li>
<li>Add Search Paging Web Part &#8211; No Settings changed</li>
</ul>
</li>
</ul>
<p>Enjoy!!!!!</p>
<br />Filed under: <a href='http://nikspatel.wordpress.com/category/sharepoint-2010/sp2010-general/'>SP2010 General</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikspatel.wordpress.com/2537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikspatel.wordpress.com/2537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikspatel.wordpress.com/2537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikspatel.wordpress.com/2537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikspatel.wordpress.com/2537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikspatel.wordpress.com/2537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikspatel.wordpress.com/2537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikspatel.wordpress.com/2537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikspatel.wordpress.com/2537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikspatel.wordpress.com/2537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikspatel.wordpress.com/2537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikspatel.wordpress.com/2537/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2537&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikspatel.wordpress.com/2013/02/18/step-by-step-case-study-no-code-policy-center-for-sharepoint-2010-on-premises/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/efcfc6292651ed012fb002db664cdc9d?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">nikspatel</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/1_policy-center-information-architecture.png" medium="image">
			<media:title type="html">1_Policy Center Information Architecture</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/2_corporate-policy-center.png?w=933" medium="image">
			<media:title type="html">2_Corporate Policy Center</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/3_sharepoint-standard-apis.png?w=633" medium="image">
			<media:title type="html">3_SharePoint standard APIs</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/4_search-architecture.gif" medium="image">
			<media:title type="html">4_Search Architecture</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/5_policy-center-architecture.png?w=845" medium="image">
			<media:title type="html">5_Policy Center Architecture</media:title>
		</media:content>
	</item>
		<item>
		<title>Step by Step &#8211; Configuring Managed Metadata Service and Content Type Hub in SharePoint 2010 On-Premises</title>
		<link>http://nikspatel.wordpress.com/2013/02/17/step-by-step-configuring-managed-metadata-service-and-content-type-hub-in-sharepoint-2010-on-premises/</link>
		<comments>http://nikspatel.wordpress.com/2013/02/17/step-by-step-configuring-managed-metadata-service-and-content-type-hub-in-sharepoint-2010-on-premises/#comments</comments>
		<pubDate>Sun, 17 Feb 2013 18:47:39 +0000</pubDate>
		<dc:creator>Nik Patel</dc:creator>
				<category><![CDATA[SP2010 Admin General]]></category>

		<guid isPermaLink="false">http://nikspatel.wordpress.com/?p=2503</guid>
		<description><![CDATA[Please note that this article applies to only SharePoint 2010 On-premises. Both managed metadata and content type hub are pre-configured in Office 365 and SharePoint Online tenants. This article was long due. May be couple years ago. There are hundreds &#8230; <a href="http://nikspatel.wordpress.com/2013/02/17/step-by-step-configuring-managed-metadata-service-and-content-type-hub-in-sharepoint-2010-on-premises/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2503&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Please note that this article applies to only SharePoint 2010 On-premises. Both managed metadata and content type hub are pre-configured in Office 365 and SharePoint Online tenants.</strong></p>
<p>This article was long due. May be couple years ago. There are hundreds of articles out there describing how to configure managed metadata service and content type hub but I am yet to see complete end to end article describing whole process with least privileged setup. In general, this whole process is straightforward but if you have never configured managed metadata in SharePoint 2010, it may seem daunting at first. That’s where this article comes in. First, foremost its reference for me. Every time I need to configure managed metadata service, I had to stop for a second to build configuration check list. Second, it does provide additional insight on what really happens under the hood when you configure Managed Metadata Service for IT Pros.</p>
<p>Here are the high level steps you need to follow to configure Managed Metadata Service and Content Type Hub in your SharePoint 2010 On-Premises farm. This article also applies to SharePoint 2013 On-premises farm as well. Alternatively you can <a href="https://skydrive.live.com/?cid=C500FFCA5FFFDF0F&amp;id=C500FFCA5FFFDF0F%21120#cid=C500FFCA5FFFDF0F&amp;id=C500FFCA5FFFDF0F%21175" target="_blank">download 26 pages step by step visual guide</a> from my Sky Drive folder.</p>
<p><b>Step 1 &#8211; Prepare the Service Accounts for the Managed Metadata Service Application</b></p>
<p>For the Least Privileged Setup, create service application domain user account (e.g. Niks\sp_serviceapps). Majority of the service applications along with Managed Metadata Service Application will run under this account identity. Ensure “User cannot change password” and “Password never expires” are checked.</p>
<p><strong><a href="http://nikspatel.files.wordpress.com/2013/02/1-sp-service-app-account.png"><img alt="1-SP Service App Account" src="http://nikspatel.files.wordpress.com/2013/02/1-sp-service-app-account.png?w=436&#038;h=369" width="436" height="369" /></a></strong></p>
<p>Log in to the server as a farm account (e.g. Niks\sp_farm). Visit the Central Admin and register the “Niks\sp_serviceapps” as managed account. Managed Metadata and other SharePoint Service Applications requires Service Application pool configured as Managed Account in the central administration.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/2-managed-account.png"><img alt="2-Managed Account" src="http://nikspatel.files.wordpress.com/2013/02/2-managed-account.png?w=552&#038;h=303" width="552" height="303" /></a></p>
<p><b>Step 2 – Configure the Managed Metadata Service</b></p>
<p>Log in to the server as a Niks\sp_farm user. To setup Managed Metadata Service Application properly, please ensure that Managed Metadata Service is already activated on the farm. Please note that this step is NOT mandatory but much more preferred approach. If you don’t start Managed Metadata Service prior to provisioning Managed Metadata Service Application, it would start automatically for you.</p>
<p>Visit the Central Administration -&gt; System Settings -&gt; Manage services on server and verify that Managed Metadata Service is started.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/3-services-on-server.png"><img alt="3-Services on Server" src="http://nikspatel.files.wordpress.com/2013/02/3-services-on-server.png?w=614&#038;h=184" width="614" height="184" /></a></p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/4-managed-metadata-service-application.png"><img alt="4-Managed Metadata Service Application" src="http://nikspatel.files.wordpress.com/2013/02/4-managed-metadata-service-application.png?w=616&#038;h=379" width="616" height="379" /></a></p>
<p>To setup new Managed Metadata Service application, Navigate the Central Administration -&gt; Application Management -&gt; Manage Service Applications to create the new Managed Metadata Service Application.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/5-manage-service-applications.png"><img alt="5-Manage Service Applications" src="http://nikspatel.files.wordpress.com/2013/02/5-manage-service-applications.png?w=563&#038;h=345" width="563" height="345" /></a></p>
<p>Click New and select “Managed Metadata Service”</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/6-new-service-application.png"><img alt="6-New Service Application" src="http://nikspatel.files.wordpress.com/2013/02/6-new-service-application.png?w=580&#038;h=242" width="580" height="242" /></a></p>
<p>On the new Managed Metadata Service Application creation page, enter the service application name, database name, and default windows authentication.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/7-managed-metadata-service-settings.png"><img alt="7-Managed Metadata Service Settings" src="http://nikspatel.files.wordpress.com/2013/02/7-managed-metadata-service-settings.png?w=624&#038;h=395" width="624" height="395" /></a></p>
<p>Enter the Application Pool information. Create the new Application Pool – Specify its name – “SharePoint Service Application Pool” and use the “Niks\sp_serviceapps” as Application Pool identity.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/8-managed-metadata-service-settings-app-pool.png"><img alt="8-Managed Metadata Service Settings-App Pool" src="http://nikspatel.files.wordpress.com/2013/02/8-managed-metadata-service-settings-app-pool.png?w=627&#038;h=217" width="627" height="217" /></a></p>
<p>In the Content Type Hub Section, Verify that last option – “Add the Service Application in the farm’s default list” is checked. This will associate this service application to all the web application associated with the default proxy group.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/9-managed-metadata-service-settings-cthub-1.png"><img alt="9-Managed Metadata Service Settings-CTHub 1" src="http://nikspatel.files.wordpress.com/2013/02/9-managed-metadata-service-settings-cthub-1.png?w=622&#038;h=159" width="622" height="159" /></a></p>
<p>Let’s setup Content type Hub later. We will ignore Content Type Hub settings at this moment and click OK to provision new Managed Metadata Service Application.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/10-manged-metatada-service-application.png"><img alt="10-Manged Metatada Service Application" src="http://nikspatel.files.wordpress.com/2013/02/10-manged-metatada-service-application.png?w=629&#038;h=220" width="629" height="220" /></a></p>
<p><b>Step 3 &#8211; Verify Managed Metadata Service Application Configuration</b></p>
<p>You can visit Term Store by double clicking the Managed Metadata Service Application link. If you get the error saying “The Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. Please Contact your Administrator.” restart the IIS and it should be working fine.</p>
<p>Verify that Term Store is associated with Managed Metadata Service Application you have provisioned earlier. If you want any other users except farm account, you must configure permissions for those users in Term Store Administrators to allow users to manage Term Store and add new term sets or terms.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/11-term-store.png"><img alt="11-Term Store" src="http://nikspatel.files.wordpress.com/2013/02/11-term-store.png?w=618&#038;h=275" width="618" height="275" /></a></p>
<p>For advanced SharePoint IT Pro related verification, please see <a href="https://skydrive.live.com/?cid=C500FFCA5FFFDF0F&amp;id=C500FFCA5FFFDF0F%21175" target="_blank"><b>Appendix in downloadable document</b></a> to understand what happens under the cover when you provision new managed metadata service application.</p>
<p>In general, when SharePoint provisions new Managed Metadata service application, it typically configures various components on the server:</p>
<ul>
<li>Central Administration
<ul>
<li>Associate Managed Metadata Service Application with Content Web Application</li>
<li>Service Application Pool is configured for Managed Metadata service on the Configure Service Accounts page.</li>
</ul>
</li>
<li>Active Directory
<ul>
<li>SharePoint Service Account is added to member of IIS_IUSERS and WSS_WPG group</li>
</ul>
</li>
<li>IIS
<ul>
<li>New Service Application Pool is created</li>
<li>New WCF Endpoint for Managed Metadata Service Application is configured.</li>
</ul>
</li>
<li>SQL Server
<ul>
<li>New Managed Metadata Service Application Database is provisioned</li>
<li>SharePoint Service Account is added as Login account on the database Server</li>
<li>SharePoint Service  Account is configured with “db_owner” role on the Managed Metadata Service Application database</li>
<li>SharePoint Service Account is configured as WSS_Content_Application_Pools role in the SharePoint_Admin and SharePoint_Config database.</li>
<li>SharePoint Service Account doesn’t have any access to the content web application database</li>
</ul>
</li>
</ul>
<p><b>Step 4 &#8211; Provision Content Type Hub Site Collection</b></p>
<p>It is important to note that you can have only one Site collection as Content Type Hub per Managed Metadata Service Application. There is no specific site template for Content Type Hub. Content Type Hub site collection in SharePoint 2010 are based on standard team site template and requires site collection level “Content Type Syndication Hub” feature activated.</p>
<p>Provision Content Type Hub Site Collection at <a href="http://sp2010vm/sites/cthub">http://sp2010vm/sites/cthub</a> using Team Site Template from the central administration and activate Site Collection Feature &#8211; Content Type Syndication Hub</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/12-content-type-hub-site-collection.png"><img alt="12-Content Type Hub Site Collection" src="http://nikspatel.files.wordpress.com/2013/02/12-content-type-hub-site-collection.png?w=636&#038;h=507" width="636" height="507" /></a></p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/13-content-type-hub-feature.png"><img alt="13-Content Type Hub feature" src="http://nikspatel.files.wordpress.com/2013/02/13-content-type-hub-feature.png?w=635&#038;h=184" width="635" height="184" /></a></p>
<p><b>Step 5 &#8211; Configure Managed Metadata Service to use cthub as Content Type Hub</b></p>
<p>Specify Content Type Hub URL to the Managed Metadata Service Application Properties from the Central Administration. Also, please ensure to check the box next to &#8211; Report syndication import errors from Site Collections using this service application.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/14-content-type-hub-settings-in-service-app.png"><img alt="14-Content Type Hub settings in Service App" src="http://nikspatel.files.wordpress.com/2013/02/14-content-type-hub-settings-in-service-app.png?w=623&#038;h=397" width="623" height="397" /></a></p>
<p>Update Managed Metadata Service Application connections Properties from the Central Administration to explicitly consume the content type from Hub. Check “Consumes content types from the Content Type Gallery at <a href="http://sp2010vm/sites/cthub">http://sp2010vm/sites/cthub</a>” on the connection properties.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/15-content-type-hub-association.png"><img alt="15-Content Type Hub Association" src="http://nikspatel.files.wordpress.com/2013/02/15-content-type-hub-association.png?w=623&#038;h=206" width="623" height="206" /></a></p>
<p><b>Step 6 &#8211; Verify Content Type Hub Configuration</b></p>
<p><b><span style="text-decoration:underline;">Define Enterprise Content Type for Policy Document</span></b></p>
<p>To ensure custom content types are used across multiple site collections, SharePoint 2010 has introduced new mechanism called Enterprise Content Type. Basically enterprise content types are defined in the content type hub associated with managed metadata service application and publish content type to all site collections in the web application associated with same managed metadata service application.</p>
<p>In our example, we will create content Type – “Company Policy” in the Content Type Hub (<a href="http://sp2010vm/sites/cthub/SitePages/Home.aspx">http://sp2010vm/sites/cthub/SitePages/Home.aspx</a>), Publish this content type from Content Type Hub, and consume this content type from the root site collection (<a href="http://sp2010vm">http://sp2010vm</a>)</p>
<p>To Create Enterprise Content Type, Visit Content Type Hub (in my case &#8211; <a href="http://sp2010vm/sites/cthub/SitePages/Home.aspx">http://sp2010vm/sites/cthub/SitePages/Home.aspx</a>) and create new content type in the Site Collection Content Type Gallery.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/16-content-type-in-content-type-hub.png"><img alt="16-Content Type in Content Type Hub" src="http://nikspatel.files.wordpress.com/2013/02/16-content-type-in-content-type-hub.png?w=625&#038;h=164" width="625" height="164" /></a></p>
<p><b><span style="text-decoration:underline;">Publish Content Type from the Content Type Hub</span></b></p>
<p>Once Enterprise Content Types are defined, next step is to publish the content type to the consumer site collections. You can publish the “Company Policy” Content Type by clicking “Manage Publishing for this content type” link from the site content type page in the Content Type Hub.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/17-publish-content-type-1.png"><img alt="17-Publish Content Type 1" src="http://nikspatel.files.wordpress.com/2013/02/17-publish-content-type-1.png?w=618&#038;h=363" width="618" height="363" /></a></p>
<p>If you have never published content type, select “Publish” option otherwise ensure “Republish” option is checked before clicking OK.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/18-publish-content-type-2.png"><img alt="18-Publish Content Type 2" src="http://nikspatel.files.wordpress.com/2013/02/18-publish-content-type-2.png?w=628&#038;h=380" width="628" height="380" /></a></p>
<p><b><span style="text-decoration:underline;">Consume Content Type from the Content Type Hub</span></b></p>
<p>Once Enterprise Content type is published, you can consume “Company Policy” Content Type from consumer site collections.  In our example, visit root site collection &#8211; <a href="http://sp2010vm">http://sp2010vm</a> and you can import content type by visiting “Content Type Publishing Page” from the Site Collection Administration Settings and by selecting “Refresh all published content types on next update”. Content type publishing requests will be picked up by timer job.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/19-consume-content-type-1.png"><img alt="19-Consume Content Type 1" src="http://nikspatel.files.wordpress.com/2013/02/19-consume-content-type-1.png?w=337&#038;h=314" width="337" height="314" /></a></p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/20-consume-content-type-2.png"><img alt="20-Consume Content Type 2" src="http://nikspatel.files.wordpress.com/2013/02/20-consume-content-type-2.png?w=627&#038;h=328" width="627" height="328" /></a></p>
<p>Alternatively, you can force running “Content Type Hub Subscriber” timer job manually to publish content types right away from the central administration.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/21-content-type-publishing-timer-job.png"><img alt="21-Content Type Publishing Timer Job" src="http://nikspatel.files.wordpress.com/2013/02/21-content-type-publishing-timer-job.png?w=626&#038;h=368" width="626" height="368" /></a></p>
<p>Once content types are published, Enterprise Content Type – “Company Policy” should be available in the consumer site collection content type gallery.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/22-content-type-in-root.png"><img alt="22-Content Type in Root" src="http://nikspatel.files.wordpress.com/2013/02/22-content-type-in-root.png?w=630&#038;h=149" width="630" height="149" /></a></p>
<p>That’s it as far as Step by Step details of configuring Managed Metadata and Content Type Hub.</p>
<br />Filed under: <a href='http://nikspatel.wordpress.com/category/sharepoint-2010/sp2010-admin/sp2010-admin-general/'>SP2010 Admin General</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikspatel.wordpress.com/2503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikspatel.wordpress.com/2503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikspatel.wordpress.com/2503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikspatel.wordpress.com/2503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikspatel.wordpress.com/2503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikspatel.wordpress.com/2503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikspatel.wordpress.com/2503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikspatel.wordpress.com/2503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikspatel.wordpress.com/2503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikspatel.wordpress.com/2503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikspatel.wordpress.com/2503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikspatel.wordpress.com/2503/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2503&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikspatel.wordpress.com/2013/02/17/step-by-step-configuring-managed-metadata-service-and-content-type-hub-in-sharepoint-2010-on-premises/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/efcfc6292651ed012fb002db664cdc9d?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">nikspatel</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/1-sp-service-app-account.png" medium="image">
			<media:title type="html">1-SP Service App Account</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/2-managed-account.png?w=552" medium="image">
			<media:title type="html">2-Managed Account</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/3-services-on-server.png?w=900" medium="image">
			<media:title type="html">3-Services on Server</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/4-managed-metadata-service-application.png?w=873" medium="image">
			<media:title type="html">4-Managed Metadata Service Application</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/5-manage-service-applications.png?w=563" medium="image">
			<media:title type="html">5-Manage Service Applications</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/6-new-service-application.png?w=580" medium="image">
			<media:title type="html">6-New Service Application</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/7-managed-metadata-service-settings.png?w=749" medium="image">
			<media:title type="html">7-Managed Metadata Service Settings</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/8-managed-metadata-service-settings-app-pool.png?w=752" medium="image">
			<media:title type="html">8-Managed Metadata Service Settings-App Pool</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/9-managed-metadata-service-settings-cthub-1.png?w=714" medium="image">
			<media:title type="html">9-Managed Metadata Service Settings-CTHub 1</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/10-manged-metatada-service-application.png?w=919" medium="image">
			<media:title type="html">10-Manged Metatada Service Application</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/11-term-store.png?w=1024" medium="image">
			<media:title type="html">11-Term Store</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/12-content-type-hub-site-collection.png?w=913" medium="image">
			<media:title type="html">12-Content Type Hub Site Collection</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/13-content-type-hub-feature.png?w=814" medium="image">
			<media:title type="html">13-Content Type Hub feature</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/14-content-type-hub-settings-in-service-app.png?w=749" medium="image">
			<media:title type="html">14-Content Type Hub settings in Service App</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/15-content-type-hub-association.png?w=630" medium="image">
			<media:title type="html">15-Content Type Hub Association</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/16-content-type-in-content-type-hub.png?w=759" medium="image">
			<media:title type="html">16-Content Type in Content Type Hub</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/17-publish-content-type-1.png?w=653" medium="image">
			<media:title type="html">17-Publish Content Type 1</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/18-publish-content-type-2.png?w=760" medium="image">
			<media:title type="html">18-Publish Content Type 2</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/19-consume-content-type-1.png?w=337" medium="image">
			<media:title type="html">19-Consume Content Type 1</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/20-consume-content-type-2.png?w=806" medium="image">
			<media:title type="html">20-Consume Content Type 2</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/21-content-type-publishing-timer-job.png?w=766" medium="image">
			<media:title type="html">21-Content Type Publishing Timer Job</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/22-content-type-in-root.png?w=769" medium="image">
			<media:title type="html">22-Content Type in Root</media:title>
		</media:content>
	</item>
		<item>
		<title>Making decisions on current Microsoft ESN Offerings &#8211; SharePoint 2013 Social vs. Yammer, What do we choose right now?</title>
		<link>http://nikspatel.wordpress.com/2013/02/13/making-decisions-on-current-microsoft-esn-offerings-sharepoint-2013-social-vs-yammer-what-do-we-choose-right-now/</link>
		<comments>http://nikspatel.wordpress.com/2013/02/13/making-decisions-on-current-microsoft-esn-offerings-sharepoint-2013-social-vs-yammer-what-do-we-choose-right-now/#comments</comments>
		<pubDate>Wed, 13 Feb 2013 18:35:49 +0000</pubDate>
		<dc:creator>Nik Patel</dc:creator>
				<category><![CDATA[SP2013 General]]></category>
		<category><![CDATA[SP2013 Online]]></category>

		<guid isPermaLink="false">http://nikspatel.wordpress.com/?p=2452</guid>
		<description><![CDATA[Update March 19th 2013: Jared Spataro has released roadmap update which lays out more details for SharePoint and Yammer Socials. His response is if you have options to use both Yammer and SharePoint, Use Yammer as your Social platform. http://blogs.office.com/b/sharepoint/archive/2013/03/19/yammer-and-sharepoint-enterprise-social-roadmap-update.aspx &#8230; <a href="http://nikspatel.wordpress.com/2013/02/13/making-decisions-on-current-microsoft-esn-offerings-sharepoint-2013-social-vs-yammer-what-do-we-choose-right-now/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2452&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Update March 19th 2013:</strong> <em>Jared Spataro has released roadmap update which lays out more details for SharePoint and Yammer Socials. His response is if you have options to use both Yammer and SharePoint, Use Yammer as your Social platform.</em> <a href="http://blogs.office.com/b/sharepoint/archive/2013/03/19/yammer-and-sharepoint-enterprise-social-roadmap-update.aspx">http://blogs.office.com/b/sharepoint/archive/2013/03/19/yammer-and-sharepoint-enterprise-social-roadmap-update.aspx</a></p>
<p>***********</p>
<p><b>Please note that I don’t have any inside news from Microsoft. This is what I feel based on public information available, my research on SP2013 social and Yammer features, and what Microsoft has communicated to public at SPC12</b></p>
<p>Ever since Microsoft has acquired Yammer in July 2012 (right around when they released SharePoint 2013 Beta), one of the biggest question after SPC12 were as an organization, should we choose Yammer or SharePoint 2013 social for our ESN platform? What Microsoft’s future direction for ESN offerings? What if we make bad choice choosing wrong platform?</p>
<p>Honestly this is big question, there is no right or wrong answer. Both <a href="http://www.jeremythake.com/2013/01/why-we-picked-sharepoint-2013-social-over-yammer-social-for-right-now/">Jeremy Thake</a> and <a href="http://www.looselytyped.net/2013/02/04/dont-invest-in-sharepoint-social/">Chris Johnson</a> has expressed their starkly different opinions and both of them are right in given situation. I have just started working on SharePoint 2013 Social Intranet project and going through similar situation where client has to evaluate whether to use SharePoint 2013 Social features or Yammer features or both.</p>
<p><b><a href="http://nikspatel.files.wordpress.com/2013/02/153_1_yammer-and-sharepoint-vision.png"><img alt="153_1_Yammer and SharePoint Vision" src="http://nikspatel.files.wordpress.com/2013/02/153_1_yammer-and-sharepoint-vision.png?w=306&#038;h=307" width="306" height="307" /></a></b></p>
<p>Before we deep dive into why and what you should use, Simplest way I put is – It depends, Since Microsoft has acquired Yammer at the very end stage of their SharePoint 2013 product release cycle, there is no ideal integration at this moment. It is safe to say that map your social business requirements to both products and figure out what you want to use.</p>
<p><b>Here is what my guidance, philosophy, and approach I would take in current state,</b></p>
<ul>
<li><em><strong>Use SharePoint 2013 Social features for On-Premises and Use Yammer if you are already in cloud</strong></em>. As an Office 365 customer, Yammer Enterprise is available at no additional cost as of Nov 2012. Regardless of what you choose, Microsoft is committed to bring both products together and hopefully you will end up at the same stage.</li>
<li><em><strong>If you have both products or interested in both products, situation is much trickier</strong></em>, plan to clearly define scenarios when to use Yammer groups, SharePoint communities, SharePoint Site feed, and SharePoint Personal news feed. There are so many overlaps in both products. If you are introducing both products in your organization, define the clear use case scenarios for both products. Plan to use OOB integration approaches like Yammer Embed or Yammer web parts for SharePoint to integrate both features. Do not try to build custom solutions to integrate both yammer and SharePoint news feeds. As I am writing this article, Microsoft is committed to release integrated Microblogging feed to integrate Yammer and SharePoint. Of course, if you are SharePoint Online customer, you may get integrated feed patch much more quickly than On-premises customers.</li>
</ul>
<p>You may ask how you come to this conclusion. I have spent last month building Social features on SharePoint 2013 and listening all the <a href="http://nikspatel.wordpress.com/2013/02/08/spc12-sharepoint-2013-social-sessions-reviews/">SharePoint 2013 Social and Yammer videos delivered at SPC12</a>. I felt like these resources provided me both current state of Microsoft social platforms and future state of where Microsoft going in ESN market space.</p>
<p><b>Let’s look at the current state,</b></p>
<p>As of February 2013, Both Yammer Enterprise and SharePoint 2013 are two different platforms. SharePoint 2013 comes with two different flavors – SharePoint On-Premises and SharePoint Online. Yammer Enterprise is only available as SAAS model but available at no additional cost for the Office 365 and SharePoint online customers. See here for most recent <a href="https://www.yammer.com/about/pricing/">pricing </a>details.</p>
<p>On surface, both SharePoint 2013 On-premises and SharePoint Online are similar products and integrated same way with Yammer with separate microblogging feeds and separate identities but will soon integrated in near future. Unlike SharePoint On-premises, SharePoint Online and Yammer Enterprise will have much frequent update on integrated news feed and similar cloud federated identities down the road making SharePoint Online very compelling solution for seamless experience compared to SharePoint on-premises.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/153_2_sp2013-and-yammer-current-state.png"><img alt="153_2_SP2013 and Yammer - Current State" src="http://nikspatel.files.wordpress.com/2013/02/153_2_sp2013-and-yammer-current-state.png?w=624&#038;h=283" width="624" height="283" /></a></p>
<p>As far as features, both SharePoint 2013 social and Yammer has many different features solving similar business problems. SharePoint 2013 social is focused on <a href="http://nikspatel.wordpress.com/2013/02/10/whats-new-in-sharepoint-2013-social-major-features-characteristics-and-limitations/">two different aspects of corporate social – my view and dedicated community view</a>, Yammer’s main focus seems more like dedicated enterprise level groups, focus groups, knowledge groups, &amp; external networks while SharePoint focusing on personal space and team level communities. Although SharePoint 2013 has unimpressive basic gamification features, Yammer doesn’t have anything in that space. It would be interesting to watch out where Microsoft goes as far as expanding gamification features in their social offering.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/153_3_sp2013-and-yammer-feature-overview.png"><img alt="153_3_SP2013 and Yammer - Feature Overview" src="http://nikspatel.files.wordpress.com/2013/02/153_3_sp2013-and-yammer-feature-overview.png?w=624&#038;h=347" width="624" height="347" /></a></p>
<p><b>Now, let’s look at the future state,</b></p>
<p>Based on some of the talks, SPC12 sessions, SPC12 key note, and articles I have read, here is what I believe where Microsoft is going with Yammer and SharePoint.</p>
<ul>
<li>SPC12 Keynote Transcript: <a href="http://www.microsoft.com/en-us/news/Speeches/2012/11-12SharePoint.aspx">http://www.microsoft.com/en-us/news/Speeches/2012/11-12SharePoint.aspx</a></li>
<li>Christophe Fiessinger&#8217;s Microsoft Enterprise Social roadmap resources - <a href="http://blogs.msdn.com/b/chrisfie/archive/2012/12/20/microsoft-enterprise-social-roadmap-yammer-sharepoint.aspx">http://blogs.msdn.com/b/chrisfie/archive/2012/12/20/microsoft-enterprise-social-roadmap-yammer-sharepoint.aspx</a></li>
<li>Computer World&#8217;s article &#8211; <a href="http://www.computerworld.com/s/article/9233510/Microsoft_addresses_Yammer_integration_plans_at_SharePoint_conference">http://www.computerworld.com/s/article/9233510/Microsoft_addresses_Yammer_integration_plans_at_SharePoint_conference</a></li>
</ul>
<p style="padding-left:30px;"><b><a href="http://nikspatel.files.wordpress.com/2013/02/153_4_yammer-and-sharepoint-roadmap.png"><img alt="153_4_Yammer and SharePoint Roadmap" src="http://nikspatel.files.wordpress.com/2013/02/153_4_yammer-and-sharepoint-roadmap.png?w=557&#038;h=304" width="557" height="304" /></a></b></p>
<p><strong>In near term, here are the major features I am expecting to get released</strong></p>
<ul>
<li><strong>Combined Document Management</strong> – Sky Drive Pro &amp; Office Web Apps will provide common mechanism to host &amp; collaborate on Yammer documents and SharePoint My Site personal documents. This will definitely allow us much more possibility for tighter Yammer integration with other Microsoft server products like SharePoint, Exchange, and LYNC.</li>
<li><strong>Yammer Microblog Translation</strong> – In Yammer, you will able to translate Microblog entry from one language to another and post reply in another language. This is great in terms of Yammer’s philosophy – Open by default and breaking organization, team, apps, or language silos barrier. One of the awesome features I saw in SPC189 &#8211; How Yammer and SharePoint are Approaching Social session was translating microblogs on fly using SharePoint/Azure Machine translation service. This is first feature I have seen where both Yammer and SharePoint/Azure are integrated.</li>
<li><strong>Unified Federated Identity</strong> – This is cloud only feature. At this moment, both Yammer and Office 365 have separate identity. There is no one-to-one mapping of Yammer and Office 365 user profiles and login identity for single sign on or seamless authentication across both products. Microsoft is committed to provide seamless integration of both products. Since Microsoft is packaging Yammer at no additional cost along with Office 365, this is one of the no brainer features Microsoft would implement.</li>
<li><strong>Aggregated Microblogging Notification feed from Yammer and SharePoint</strong> – I am not exactly sure how it would look like, there are obviously three different kind of Microblogging features we have – Yammer Groups, SharePoint Site Feeds, and SharePoint Personal News Feed. Additionally, it’s easy to see these feeds will be integrated very quickly on the SharePoint online being part of Office 365 suite and cloud product.</li>
<li><strong>Universal Publishing in Yammer</strong> – Post a message in news feed and address objects like yammer group, person, document, SharePoint team site, exchange distribution list, exchange email message, CRM opportunity, or any other Yammer objects. I believe this is going to be amazing feature to breakdown different Microsoft product silos barrier.</li>
<li><strong>Mobility Support</strong> – Yammer already have native apps for iPhone and Android mobility platform. Microsoft has just released “SharePoint 2013 News feed” app for Windows Phone platform. Both Yammer and SharePoint 2013 social is committed to native apps for iOS, Android, and Windows mobile &amp; devices platforms in near future.</li>
</ul>
<p><strong>What would be Yammer&#8217;s role in Microsoft’s ESN consumer market space?</strong></p>
<p>Along with all these deep integration features between Yammer and other Microsoft server products, SPC12 Enterprise Social overview session gives us some more insight on how Microsoft envisions single social experience and use Yammer as focal point for their social platforms. Yammer has two technologies which can play key role integrating Yammer and all other Microsoft server products. Open Graph would allow users to push updates from other apps like SharePoint, CRM, and other enterprise products to Yammer feed. Adam Pisoni demonstrated at SPC12 keynote that how you can post updates regarding documents from SharePoint to the Yammer microblogging feed while documents are still hosted in SharePoint and Yammer allows employee to have social conversation about document. Yammer Embed allows organizations to embed Yammer feeds, follows, and likes in any other business apps like SharePoint, Dynamics CRM, or office.</p>
<p><b><a href="http://nikspatel.files.wordpress.com/2013/02/153_5_microsoft-social-layer.png"><img alt="153_5_Microsoft Social Layer" src="http://nikspatel.files.wordpress.com/2013/02/153_5_microsoft-social-layer.png?w=577&#038;h=219" width="577" height="219" /></a></b></p>
<p><strong>In future, here is what I believe Yammer and SharePoint Social will look like</strong>. <strong>Again, regardless of what you pick, I believe you will end up at the same stage in future.</strong> I would go even one more step further and advice to adopt both technologies if it meets your requirements. If you are adopting SharePoint Social for on-premises, only concern/question I would have is how SharePoint 2013 Social migration would work to the next wave of SharePoint or Yammer.</p>
<ul>
<li><strong>Connected Experiences</strong> &#8211; Obviously, Microsoft didn’t acquired Yammer as their SharePoint social platform. I personally feel NewsGator had better and deep SharePoint integration and have much more similar features like what SharePoint 2013 Social features are. Microsoft have envisioned Yammer as their enterprise social networking tool which would integrate with other server products like Dynamics CRM, LYNC, and Exchange to provide great platform for next generation of social, collaboration, email, instant messaging, voice, and video platforms.</li>
<li><strong>Dedicated or Integrated Product? &#8211; </strong>This is where Microsoft hasn’t provided any hints yet. With Yammer’s open by default &amp; cloud only philosophy, it is interesting to see how Yammer Social &amp; SharePoint Social would be integrated. If you ask me, I don’t think Microsoft would ever abandon On-Premises customers. Additionally, there are so many great features in SharePoint 2013 like My Sites, personal news feed, and communities which overlaps with Yammer and for given business case, both products meets business requirements. At this moment, there are clearly two path – Either Integrate Yammer Social with SharePoint as Single product or keep Yammer as dedicated product and use it as social source for other Microsoft enterprise offerings. If you ask me, I would bet for latter but time would tell. Unlike FAST (integrated/replaced with SharePoint as Search) or Pro-clarity (integrated/replace with SharePoint as PerformancePoint &amp; SQL Server Analysis services components) products acquired by Microsoft in past, Yammer seems like continue their investment as dedicated offering and stay as Stand-Alone product like Office Web Apps and provide ESN platform for all Microsoft products like SharePoint, Office, CRM, Skype, LYNC, Exchange etc.</li>
</ul>
<p style="padding-left:30px;"><b><a href="http://nikspatel.files.wordpress.com/2013/02/153_6_yammer-connected-systems1.png"><img alt="153_6_Yammer Connected Systems" src="http://nikspatel.files.wordpress.com/2013/02/153_6_yammer-connected-systems1.png?w=588&#038;h=265" width="588" height="265" /></a></b></p>
<p>On final note &amp; recap, Microsoft is pushing customers to the cloud with introduction of more Yammer-like iterative, 90-day cycle of improvements focused on SharePoint Online compared to 3-year release cycle for SharePoint On-Premises. If you are already using SharePoint Online and Office 365, yammer is great platform for social networking and future identity integration and unified micro blogging feed would be ideal state. But in real world, Office 365 doesn’t meet every customer needs and if you are still require SharePoint 2013 On-premises for rich customizations &amp; deep integration with other enterprise products, SharePoint 2013 social would be great start looking at Yammer in horizon.</p>
<p>That&#8217;s it on my two cents on current and future state of Microsoft ESN offerings!!!!</p>
<br />Filed under: <a href='http://nikspatel.wordpress.com/category/sharepoint-2013/sp2013-general/'>SP2013 General</a>, <a href='http://nikspatel.wordpress.com/category/office-365/sp2013-online/'>SP2013 Online</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikspatel.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikspatel.wordpress.com/2452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikspatel.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikspatel.wordpress.com/2452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikspatel.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikspatel.wordpress.com/2452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikspatel.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikspatel.wordpress.com/2452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikspatel.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikspatel.wordpress.com/2452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikspatel.wordpress.com/2452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikspatel.wordpress.com/2452/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2452&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikspatel.wordpress.com/2013/02/13/making-decisions-on-current-microsoft-esn-offerings-sharepoint-2013-social-vs-yammer-what-do-we-choose-right-now/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/efcfc6292651ed012fb002db664cdc9d?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">nikspatel</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/153_1_yammer-and-sharepoint-vision.png" medium="image">
			<media:title type="html">153_1_Yammer and SharePoint Vision</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/153_2_sp2013-and-yammer-current-state.png?w=1024" medium="image">
			<media:title type="html">153_2_SP2013 and Yammer - Current State</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/153_3_sp2013-and-yammer-feature-overview.png?w=1024" medium="image">
			<media:title type="html">153_3_SP2013 and Yammer - Feature Overview</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/153_4_yammer-and-sharepoint-roadmap.png?w=1024" medium="image">
			<media:title type="html">153_4_Yammer and SharePoint Roadmap</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/153_5_microsoft-social-layer.png?w=1024" medium="image">
			<media:title type="html">153_5_Microsoft Social Layer</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/153_6_yammer-connected-systems1.png?w=1024" medium="image">
			<media:title type="html">153_6_Yammer Connected Systems</media:title>
		</media:content>
	</item>
		<item>
		<title>What’s New in SharePoint 2013 Social &#8211; Major Features, Characteristics, and Limitations</title>
		<link>http://nikspatel.wordpress.com/2013/02/10/whats-new-in-sharepoint-2013-social-major-features-characteristics-and-limitations/</link>
		<comments>http://nikspatel.wordpress.com/2013/02/10/whats-new-in-sharepoint-2013-social-major-features-characteristics-and-limitations/#comments</comments>
		<pubDate>Sun, 10 Feb 2013 03:30:18 +0000</pubDate>
		<dc:creator>Nik Patel</dc:creator>
				<category><![CDATA[SP2013 General]]></category>
		<category><![CDATA[SP2013 Online]]></category>

		<guid isPermaLink="false">http://nikspatel.wordpress.com/?p=2435</guid>
		<description><![CDATA[Recently I have been building demos and playing with SharePoint 2013 social features. As I have been playing with Social features and watching SPC12 social session videos, I have been keeping notes especially notable characteristics &#38; limitations of new features. &#8230; <a href="http://nikspatel.wordpress.com/2013/02/10/whats-new-in-sharepoint-2013-social-major-features-characteristics-and-limitations/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2435&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Recently I have been building demos and playing with SharePoint 2013 social features. As I have been playing with Social features and watching <a href="http://nikspatel.wordpress.com/2013/02/08/spc12-sharepoint-2013-social-sessions-reviews/">SPC12 social session videos</a>, I have been keeping notes especially notable characteristics &amp; limitations of new features. I thought it would be nice to share my notes with general community.</p>
<p>As many of you already know, Microsoft has invested heavily in SharePoint 2013 social features from both Personal level Social platform and Organization level Social platform. User Profiles, My Newsfeed, Following, and Sky Drive Pro are major investments in personal/my social experience while Communities are major investments in group &amp; team focused organization level social platform.</p>
<p><a href="http://nikspatel.files.wordpress.com/2013/02/152_1_sharepoint-social.png"><img alt="152_1_SharePoint Social" src="http://nikspatel.files.wordpress.com/2013/02/152_1_sharepoint-social.png?w=640&#038;h=460" width="640" height="460" /></a></p>
<p>Here are major investments in SharePoint 2013 social and what’s new out there. I am planning to update this article with Social Architecture, What&#8217;s under the hood, and new findings as I learn more about SharePoint Social.</p>
<p><b>User Profiles</b></p>
<ul>
<li>User Profile Privacy settings are simplified to only me or everyone, no longer manager related visibility settings</li>
<li>Populate user profiles &#8211; profile picture, first name, last name, preferred name (required for welcome menu), manager (required for organization chart &amp; following people/colleagues info) and other information as needed</li>
</ul>
<p><b>My Sites</b></p>
<ul>
<li>Improved Experience
<ul>
<li>Simplified My site user experience &#8211; Unlike SP2010, no longer separate tabs for news feed, my profile, and my site contents</li>
<li>Improved Provisioning process and perceived experience &#8211; During first time provisioning process, my site allows users to update profile settings while SharePoint setting up the My Site. Better user experience unlike SP2010 where you can&#8217;t access My Site until it fully gets provisioned.</li>
</ul>
</li>
<li>About me
<ul>
<li>Shows activity feed, basic user information, in common users, organization chart</li>
<li>By default, In Common &amp; Org Chart web part doesn&#8217;t show on your profile but it does show on another user&#8217;s profile view.</li>
</ul>
</li>
<li>Newsfeed
<ul>
<li>Aggregated view of activities from the people, content you are following including sites, documents, and tags
<ul>
<li>Posting &#8211; You can post pictures &amp; links including document URLs, Use hash tags &amp; mentions</li>
<li>Conversations &#8211; replies, like, follow up</li>
<li>Five news feeds out of box &#8211; Following, Everyone, Mentions, Activities, Likes</li>
<li>Anything posted on my site news feed is public by default</li>
<li>Any activities or replies marked with follow up, gets added to your tasks list</li>
<li>You can target only people you are following by specifying @person in the news feed text box. You can&#8217;t target @community in posts directly in news feed web part but you can post news feed on the communities where site feed is enabled</li>
<li>You can start new conversation only on your profile, You can&#8217;t start conversation or new post on someone else&#8217;s wall/profile page like Facebook</li>
</ul>
</li>
<li>Architecture
<ul>
<li>All the activities are controlled by privacy settings on user profiles</li>
<li>All the activities are stored in the distributed cache along with micro feed list in My Site content database, cached up to 7 days by default in distributed cache, can be changed up to maximum 14 days.</li>
<li>Activities stored in micro feed list, it no longer limited to 14 days in SP2010, stores both user generated &amp; system generated activities</li>
</ul>
</li>
</ul>
</li>
<li>Following
<ul>
<li>Allows you to follow four different actors out of box &#8211; people, documents, sites, and tags, this system is sealed and you can&#8217;t customize, add, remove additional actors to follow</li>
<li>By default, all the manager, subordinates, and siblings in org-structure are added in following people list</li>
<li>You can stop following people, documents, sites, and tags</li>
<li>In Office 365
<ul>
<li>It doesn&#8217;t seem like If you follow site, any new documents or discussions are added into that site will show up on your following news feed</li>
<li>It seems like only activities from people you follow shows up in following news feed</li>
</ul>
</li>
</ul>
</li>
<li>Sky Drive Pro
<ul>
<li>User Personal My Site =&gt; My documents &amp; Followed Documents</li>
<li>My documents are personal private document library, any documents are added in &#8220;Shared with Everyone&#8221; folder is public to everyone in organization, alternatively you can share personal documents easily and keep track of access &#8211; Sharing hint from my site document libraries, which displays all the users and permissions for specific content.</li>
<li>Followed documents shows all the documents you follow &amp; suggest which documents to follow</li>
<li>When documents are shared, person can visit user&#8217;s my site to get access to their documents.</li>
<li>You can drag &amp; drop files form your hard drive on my documents library, it requires Office 2013 for drag &amp; drop feature to work, it seems like it doesn&#8217;t work for Windows 7 and IE 9</li>
</ul>
</li>
<li>Mobility
<ul>
<li>Windows 8 Phone &#8220;SharePoint Newsfeed&#8221; App allows you to connect to News Feed, User Profile, Following, and Sky Drive Pro documents library</li>
</ul>
</li>
</ul>
<p><b>Community Sites</b></p>
<ul>
<li>Three ways to create community sites
<ul>
<li>Either use community portal site collection or use community site template</li>
<li>Additionally, there is a feature can be activated on any existing team site. To activate &#8220;Community Site&#8221; Site level feature, you must activate &#8220;SharePoint Server Standard&#8221; Site Collection level feature.</li>
</ul>
</li>
<li>Differences between Community and Community Portal Site Template
<ul>
<li>Community Portal Site Collection level Site Template is aggregator of the communities in your environment. It has pre-configured Search driven, Popular Communities web part. There are no Community features activated on the Community Portal site template by default. This is optional but you should have at least 1 Site Collection which can be served as home for Communities from where users can see popular communities and subscribe any communities they want to.
<ul>
<li>Community Portal is added to promoted sites automatically</li>
<li>In Office 365 Preview, All the functionality driven by search (e.g. popular community sites) works only for users who are explicitly added as visitors or members of the communities. Adding &#8220;All Users&#8221; group doesn&#8217;t show communities when user visits community portal.</li>
</ul>
</li>
<li>Community Site Template is either at the Site or Site Collection level
<ul>
<li>Community Site template provides all the community features like discussion boards, moderations, reputations, and badges.</li>
<li>Each community site has about page to describe community purpose.</li>
</ul>
</li>
</ul>
</li>
<li>How Community Site differs than Standard Team Site Template?
<ul>
<li>Community Site SharePoint Security groups differs than SharePoint Team Site security groups -  Members Security group in Community Site have Contribute permission level like SP2010 team site whereas SP2013 team site members have Edit permission, Please note that Edit is new permission level in SP2013</li>
<li>New Security group called Moderators added in Community Site with Moderate permission level</li>
<li>Only Site Owners and Site Moderators can see Community Administration toolbox &#8211; It is special web part with quick links for community management</li>
</ul>
</li>
<li>Pre-requisites for Community Features
<ul>
<li>For Office 365 and SharePoint online environment, all the plumbing work is pre-configured for the communities’ features to work.</li>
<li>For on-premises environments &#8211; Although not required, it is important to configure Search, Managed Metadata, and User Profile services for communities for full feature set.</li>
</ul>
</li>
<li>Community Site Architecture &#8211; Four Internal SharePoint Lists
<ul>
<li>Categories &#8211; Defines discussion categories</li>
<li>Discussions List &#8211; Hosts all the discussions</li>
<li>Community Members &#8211; People who follow community</li>
<li>Badges &#8211; List of all the badges</li>
</ul>
</li>
<li>Major Features of Discussion boards
<ul>
<li>MS Forums like discussion boards &#8211; Discussions/conversations, likes, ratings, featured post, moderations</li>
<li>Posting
<ul>
<li>People can post notes or questions</li>
<li>People can specify category</li>
<li>People can choose best reply on their own posts</li>
<li>People can Use both mentions and hashtag in posts</li>
<li>People can post both videos and documents including images, by default, any videos or images posted directly in discussion boards get stored in site assets directory. Plan to have dedicated document library to host all the discussion attachments. To redirect all the attachments to the document library, you must break the Site Assets library permission inheritance and ensure only site owners and site moderators have Site Assets permission. If user don&#8217;t have permission to document library, it won&#8217;t show up on attachment upload screen. One of the biggest concerns of posting attachments is if you ever delete the post, it would still retain the documents or videos attached to the post. There might be potential cleanup required. Having dedicated document library for posting would really help cleaning up.</li>
</ul>
</li>
<li>Conversations
<ul>
<li>People can like or reply, report abuse to moderator (this is not enabled by default)</li>
</ul>
</li>
<li>Moderation
<ul>
<li>Moderators can choose best reply or edit the post on behalf original poster, mark as featured post, moderate abuses by either editing or deleting posts etc.</li>
<li>Moderation of abuses or report abuses to moderator is not enabled by default. Administrators can enable from the community settings page.</li>
</ul>
</li>
<li>Limitations
<ul>
<li>You can&#8217;t target posts to the community, you can target/mention on people in the posts, you can&#8217;t mention SharePoint security group in your posts</li>
<li>All the replies/conversations in discussion board are aligned at one level. Replies are not grouped along with same post or questions in threaded view</li>
<li>If Moderator ever updates replies or edit any post, there is no visual indication that moderator has added any remarks or changed reply.</li>
</ul>
</li>
</ul>
</li>
<li>Gamification Features &#8211; Badges, Reputations based on points
<ul>
<li>Reputations depends on posting, replying, and liking in discussions</li>
<li>Leaving the community hides someone from members list but retains their reputations point in case they rejoin and wanted to restore their score</li>
<li>Reputations are based on each community, not at the portal level by design, there is no aggregation of reputations score across communities &#8211; which makes sense since someone might be more expert on one community, not others</li>
<li>Limitations
<ul>
<li>Admins don&#8217;t have control on how reputations scored can be adjusted. In future versions/updates, MS will allow moderators to give members credit for other activities and increase reputations score</li>
<li>You can&#8217;t customize pictures for Achievement level, You can add Level 1-5 text</li>
<li>You can add custom badges through Community Tools but you can&#8217;t attach any images.</li>
</ul>
</li>
</ul>
</li>
<li>Site Feed
<ul>
<li>Instead of having discussions on the site home page, you can have site news feed. You must activate the feature and export the site feed.dwp web part and reimport on the home page.</li>
<li>Limitations
<ul>
<li>You can&#8217;s target @community in posts in news feed web part, you can target only people you are following</li>
<li>One major limitations of having news feed instead of discussion lists on community site is all posts, replies, and likes on the news feed doesn&#8217;t count towards achievement/reputations points and top contributors web part.</li>
</ul>
</li>
</ul>
</li>
<li>How to implement Community Features?
<ul>
<li>Create a Site Collection based on Community Portal Template
<ul>
<li>Aggregation of all the communities via Popular Communities Web Part</li>
</ul>
</li>
<li>Create a Site Collection or Sub Sites based on Community Site Template
<ul>
<li>Create Categories, Badges, and Change Community Settings like Reputations Points as needed</li>
<li>Configure Security Groups &#8211; Member, Moderators, Visitors</li>
<li>Configure dedicated Document Library for Posts attachments, Break the security for Site Assets document library</li>
</ul>
</li>
</ul>
</li>
</ul>
<p><strong>Resources</strong></p>
<ul>
<li>What&#8217;s new in social computing in SharePoint Server 2013 -http://technet.microsoft.com/en-us/library/jj219766.aspx</li>
<li>Overview of community in SP2013 &#8211; <a href="http://technet.microsoft.com/en-us/library/jj219805.aspx">http://technet.microsoft.com/en-us/library/jj219805.aspx</a> and <a href="http://technet.microsoft.com/en-us/library/jj219489.aspx">http://technet.microsoft.com/en-us/library/jj219489.aspx</a></li>
<li>Understanding Communities in SP2013 by Susan Hanley &#8211; <a href="http://www.networkworld.com/community/blog/10-key-things-you-need-know-about-sharepoint-2013-community-sites-0">http://www.networkworld.com/community/blog/10-key-things-you-need-know-about-sharepoint-2013-community-sites-0</a> and <a href="http://www.sharepointedutech.com/2012/11/26/spc169-building-vibrant-communities-in-sharepoint-2013/">http://www.sharepointedutech.com/2012/11/26/spc169-building-vibrant-communities-in-sharepoint-2013/</a></li>
<li>Current State of Social Collaboration by Jereme Thake &#8211; <a href="http://www.jeremythake.com/2013/01/the-current-state-of-sharepoint-2013-social-collaboration/">http://www.jeremythake.com/2013/01/the-current-state-of-sharepoint-2013-social-collaboration/</a></li>
</ul>
<br />Filed under: <a href='http://nikspatel.wordpress.com/category/sharepoint-2013/sp2013-general/'>SP2013 General</a>, <a href='http://nikspatel.wordpress.com/category/office-365/sp2013-online/'>SP2013 Online</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikspatel.wordpress.com/2435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikspatel.wordpress.com/2435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikspatel.wordpress.com/2435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikspatel.wordpress.com/2435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikspatel.wordpress.com/2435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikspatel.wordpress.com/2435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikspatel.wordpress.com/2435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikspatel.wordpress.com/2435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikspatel.wordpress.com/2435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikspatel.wordpress.com/2435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikspatel.wordpress.com/2435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikspatel.wordpress.com/2435/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikspatel.wordpress.com&#038;blog=12374945&#038;post=2435&#038;subd=nikspatel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikspatel.wordpress.com/2013/02/10/whats-new-in-sharepoint-2013-social-major-features-characteristics-and-limitations/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/efcfc6292651ed012fb002db664cdc9d?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">nikspatel</media:title>
		</media:content>

		<media:content url="http://nikspatel.files.wordpress.com/2013/02/152_1_sharepoint-social.png?w=640" medium="image">
			<media:title type="html">152_1_SharePoint Social</media:title>
		</media:content>
	</item>
	</channel>
</rss>
