spsct15 - must love term sets: the new and improved managed metadata service in sharepoint 2013

118
SharePoint Saturday Connecticut 2015 #SPSCT photolandscapeviewjohnc.blogspot.com Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013 Jonathan Ralton All trademarks and registered trademarks are the property of their respective owners.

Upload: jonathan-ralton

Post on 16-Apr-2017

401 views

Category:

Software


1 download

TRANSCRIPT

Page 1: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

SharePoint Saturday Connecticut 2015#SPSCT

photolandscapeviewjohnc.blogspot.com

Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Jonathan Ralton All trademarks and registered trademarks are the property of their

respective owners.

Page 2: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Jonathan RaltonBlueMetal

Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Connecticut

Page 3: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

AgendaSetting the StageServices ArchitectureInformation ArchitectureManaged Metadata ServiceTerm Store

What’s NewContent Type SyndicationWrapping UpQuestions

Page 4: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Setting the StageMust Love Term Sets

Page 5: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

YOU

Page 6: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Audience

What roles are you in?

What SharePoint phase are you in?

What are you hoping to learn?

Page 7: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

ME

Page 8: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Presenter

Jonathan Ralton• Senior Information Architect• SharePoint IT Pro since 2005

(WSS/SPS)• No coding!• Document Management,

Content Management, Knowledge Management…

@[email protected]

blog.jonralton.net

Page 9: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Services ArchitectureMust Love Term Sets

Page 10: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Shared Service Provider (SSP)

A web application that provides all of the services for SharePoint such as:• Search• User Profile• Excel Services• InfoPath Forms Services

Page 11: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Shared Service

A component of the Shared Services Framework such as:• Search• User Profile•Managed Metadata

Page 12: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Service Application• In order to use a Shared Service, a Service Application must be

provisioned• Automatically using the Configuration Wizard• Manually via Central Administration or Power Shell

• It consists of some or all of the following:• An administrative interface• An application pool• One or more databases• A physical instance (a running web service)

Page 13: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Service Application Proxy• All Service Applications have a corresponding Service Application

Proxy• An object that a service consumer (i.e.: web part, object model,

code) uses to connect to a Service Application

Page 14: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

QUICK EXPLORATION

Page 15: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Service Application Description SharePoint Foundation SharePoint Server Standard SharePoint Server Enterprise Access Services Lets users view, edit, and interact with

Access databases in a Web browser. ⃝?

Business Data Connectivity Service Gives access to line-of-business data systems. ⃝? ⃝? ⃝?

Excel Services Application Lets users view and interact with Excel files in a Web browser. ⃝?

Managed Metadata Service Manages taxonomy hierarchies, keywords and social tagging infrastructure, and publish content types across site collections.

⃝? ⃝?

PerformancePoint Service Application Provides the capabilities of PerformancePoint. ⃝?

Search Service Crawls content, produces index partitions, and serves search queries. ⃝? ⃝?

Secure Store Service Provides single sign-on authentication to access multiple applications or services. ⃝? ⃝?

State Service Provides temporary storage of user session data for SharePoint Server components.

⃝? ⃝?

Usage and Health Data Collection Service

Collects farm wide usage and health data, and provides the ability to view various usage and health reports.

⃝? ⃝? ⃝?

User Profile Service Adds support for My Sites, profile pages, social tagging and other social computing features.

⃝? ⃝?

Visio Graphics Service Lets users view and refresh published Visio diagrams in a Web browser. ⃝?

Web Analytics Service Provides Web service interfaces. ⃝? ⃝?Word Automation Services Performs automated bulk document

conversions. ⃝? ⃝?

Microsoft SharePoint Foundation Subscription Settings Service

Provides multi-tenant functionality for service applications. Tracks subscription IDs and settings for services that are deployed in partitioned mode. Deployed through Windows PowerShell only.

⃝? ⃝? ⃝?

http://technet.microsoft.com/en-us/library/cc560988(v=office.14).aspx

Page 16: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Advancements ⓬ → ⓮⓯

Redundancy• Multiple application servers can

have a physical instance (a running web service) of the same service application

Isolation• No longer a single point of

failure as with SSP• A web application does not have

to consume all the available service applications

Page 17: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Advancements ⓬ → ⓮⓯

Delegation• Can give users access to manage

only certain service applications

Flexibility• A single web application can

consume multiple instances of the same type of service application

Page 18: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Advancements ⓬ → ⓮⓯

Performance/Resources• Only the services needed must

be deployed

Reuse• Some service applications can

be consumed across farms

Page 19: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Logical Architecture

http://technet.microsoft.com/en-us/library/cc560988(v=office.14).aspx

Page 20: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Logical Architecture1. You can deploy only the service applications that are needed to a

farm.2. Web applications can be configured to use only the service

applications that are needed, instead of all the services that have been deployed.

3. You can deploy multiple instances of the same service in a farm and assign unique names to the resulting service applications.

4. You can share service applications across multiple Web applications within the same farm.

http://technet.microsoft.com/en-us/library/cc560988(v=office.14).aspx

Page 21: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Logical Architecture• Enterprise Services Farms• Specialized Service Farms• Cross-Organization Farms• SharePoint 2013 Service

Applications consumed by SharePoint 2010 farms or SharePoint 2010 sites on SharePoint 2013

http://technet.microsoft.com/en-us/library/ee424403(v=office.15).aspx

Page 22: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Service Architecture

The Managed Metadata Service is a Service Application

Page 23: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Information ArchitectureMust Love Term Sets

Page 24: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Information Architecture

•Qualities• Structured• Organized

•Methods• Grouping• Classification• Categorization

•Goals•Make findable•Make usable

Page 25: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

TAXONOMY

def·i·ni·tion [dèffə nísh'n]

Page 26: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Taxonomy

“a classification into ordered categories”

– dictionary.com

Page 27: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Taxonomy

“a hierarchical classification of words, labels, or terms

that are organized into groups based on similarities”

– Microsoft

Page 28: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Taxonomy

A way to group things together

Page 29: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Taxonomies• May be defined and centrally managed by one or more individuals• Useful because they provide a logical, hierarchical structure of

metadata that can be used to classify information consistently

Page 30: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

FOLKSONOMY

def·i·ni·tion [dèffə nísh'n]

Page 31: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Folksonomy

“the classification that results when Web site users collaboratively apply words, labels, or terms to

content on a site”

– Microsoft

Page 32: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Folksonomies• Can be useful because it taps the knowledge and expertise of site

users and content creators• Enables content classification to evolve with the users’ changing

business needs and interests

Page 33: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Approach

Taxonomies• Formal• Centrally managed• Hierarchical

• Managed Terms• Term Sets

Folksonomies• Collaborative• Tagging freely

• Enterprise Keywords• Social Tagging

Page 34: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Managed Metadata ServiceMust Love Term Sets

Page 35: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Overview

Term Store

Content Type

Syndication

Managed Metadata

Service

Page 36: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Overview

Term Store• We can centrally

manage/govern taxonomy and folksonomy

Content Type Syndication• Via the Content Type Hub, we

can centrally manage/govern definitions of types of content and various properties about those types such as workflow, retention policies, and metadata

Page 37: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Term StoreMust Love Term Sets

Page 38: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Anatomy

14 (SharePoint 2010) 15 (SharePoint 2013)

Page 39: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

TERM

def·i·ni·tion [dèffə nísh'n]

Page 40: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Term

“a word or a phrase that can be associated with an item”

– Microsoft

Page 41: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Terms• Has a unique ID (GUID)• Can have many different text labels (synonyms)• On a multi-lingual site, it can have labels in different languages

Page 42: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Terms1. Managed Terms

• Usually pre-defined• Can only be created by users who have the appropriate permissions• Often organized into a hierarchy

2. Enterprise Keywords• Words or phrases that were added to Office documents• Part of a single, non-hierarchical term set that is named the keyword set

3. Hashtags• Words or phrases that were added to SharePoint items• Part of a single, non-hierarchical term set that is named the hashtag set

Page 43: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 44: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 45: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 46: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

TERM SET

def·i·ni·tion [dèffə nísh'n]

Page 47: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Term Set

“a collection of related terms”

– Microsoft

Page 48: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Term Sets• Has a unique ID (GUID)• Can specify that a column must contain a term from a specific term

set

Page 49: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Term Sets

ClosedUsers cannot add new terms to them when they are entering a value for a column that is mapped to the term set

OpenUsers can add new terms to the term set when they are updating the value for a column that is mapped to the term set

Page 50: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Term Sets

Local Term SetCreated within the context of a site collectionFor example, if you add a column to a document library, and create a new term set to bind the column to, the new term set is local to the site collection that contains the document library

Global Term SetCreated outside the context of a site collectionFor example, the term store administrator could create a term set group that is named Human Resources and designate a person to manage the term set group. The group manager would create term sets that relate to Human Resources, such as job titles and pay grades in the Human Resources term set group

Page 51: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

GROUP

def·i·ni·tion [dèffə nísh'n]

Page 52: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Group

“a set of term sets that all share common security requirements”

– Microsoft

Page 53: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Groups• Has a unique ID (GUID)• Only users who are designated as contributors to a specific group can

manage term sets that belong to the group or create new term sets within it• Organizations should create unique groups for term sets that will

have different access/security needs

Page 54: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Term Store

Centralize Management• We can set up a centrally

managed/unified structure for metadata for multiple farms

Delegate Management• We can isolate different

structures for metadata and give certain users the ability to manage their own areas of expertise/interest

Page 55: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Term Store

Make your life easier• We can use tags and term sets

across farm tiers• Requires being strict• Introduce DEV elements into PRD

carefully

Make your life complicated• We can isolate the tags and

term sets at each farm tier• May be desired• Requires migration

Page 56: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

MANAGED METADATA

def·i·ni·tion [dèffə nísh'n]

Page 57: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Managed Metadata

“a way to refer to the fact that terms and term sets can be created and managed independently from the

columns themselves”

– Microsoft

Page 58: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Managed Metadata

A service application group can include multiple Managed Metadata service applications

• The sites within the Web applications display taxonomy, social tagging, and other features from both Managed Metadata service applications• Unlike other cross-farm services,

Web parts by default include data from multiple Managed Metadata service applications

Page 59: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Managed Metadata

Managed Metadata is one of the few service applications that is typically deployed for dedicated use by a specific team or department

• To allow a team or department to manage their own taxonomy, hierarchies, keywords...• SharePoint combines the results

of multiple Managed Metadata service applications, so taxonomies, content types, and other elements can be shared across an organization

Page 60: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

TAGGING

def·i·ni·tion [dèffə nísh'n]

Page 61: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Tagging

“the act of applying metadata to an item”

– Microsoft

Page 62: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Tagging

Consistency

Discoverability

Flexibility

Page 63: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

What’s NewMust Love Term Sets

Page 64: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Advancements ⓮ → ⓯

User Interface

Pinned Terms

Custom Properties

Multi-Lingual Support

Managed Navigation

Hashtags Tag Profiles w/Search

Datasheet View/Quick Edit Support

Taxonomy API

Page 65: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

User Interface• Buttons have moved from persistent on every page to the ribbon

Page 66: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 67: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 68: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 69: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Reusing and Pinning

Reused Term• Leverage same term in more

than one location• Source can be changed• Allows for editing of the term’s

label and other properties in the reused location(s)

Pinned Term Set• Leverage same term set in more

than one location• Must pin with children (if any)• Source can be changed• Cannot edit term labels and

other properties in the pinned location(s)

Page 70: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Custom Properties• Can be instantiated on terms and term sets• Not a replacement for projected fields• Need to write custom code to leverage/expose

Page 71: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 72: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Multi-Lingual Support• Debuted with the inception of Managed Metadata, but now can take

advantage of the Machine Translation Service

It’s a Service

Application!

Page 73: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Managed Navigation• Drive a site collection’s navigation from a term set• Pass term to target page catalog item page• fURLs• Site Feature

Page 74: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 75: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 76: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 77: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 78: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

QUICK EXPLORATION

Page 79: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Hashtags• Aggregation similar to Twitter• No Yammer Support

Page 80: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 81: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 82: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Tag Profiles w/Search

/_layouts/15/HashTagProfile.aspx?TermID=e5811cd0-bb1e-46e6-86d1-91264a91cf77

Page 83: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Datasheet View/Quick Edit Support• Finally can input/edit managed metadata columns in table view

Page 84: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013
Page 85: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Taxonomy API• Access via

• Client Side Object Model (CSOM)• REST• Power Shell

Page 86: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Content Type SyndicationMust Love Term Sets

Page 87: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Content Type Publishing

Advantages• Manage ‘Enterprise Content

Types’ across site collections, web applications, and farms• High governance/control• Higher reuse

Disadvantages• Inheritance/Publishing• Workflows• Lookup Columns• Backup/Restore/Disaster

Recovery

Page 88: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Site Based Retention Policies• Compliance features of SharePoint have been extended to sites• We can create and manage retention policies, and they will apply to

SharePoint sites and any Exchange Server 2013 team mailboxes that are associated with the sites

Page 89: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Additional ConsiderationsMust Love Term Sets

Page 90: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Term Set Import• Great way to get started

• Can specify hierarchies

• Possible but limited• Can’t specify synonyms• Can’t specify custom properties• Can’t set custom sort order• Can’t leverage reused terms, pinned terms• Can’t influence GUID assignment

• No export without third party tool

Page 91: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Blog Article

SharePoint Managed Metadata Import Filesbit.ly/SPMMImport

Page 92: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Term Store LimitsLimit Limit Type SharePoint 2010 SharePoint 2013Maximum number of levels of nested terms in a term store

Supported 7 7

Maximum number of term sets in a term store

Supported 1,000 1,000

Maximum number of terms in a term set

Supported 30,000 30,000

Note: Additional labels for the same term, such as synonyms and translations, do not count as separate terms.

Total number of items in a term store

Supported 1,000,000 1,000,000

Note: An item is either a term or a term set. Additional labels for the same term, such as synonyms and translations, do not count as separate terms. You cannot have both the maximum number of term sets and the maximum number of terms simultaneously in a term store.

Maximum number of variation labels in a term store

Supported n/a 209

Maximum number of terms in managed navigation term set

Supported n/a 2,000

Page 93: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Site Columns – Considerations

Choice

Lookup

Managed Metadata

When to use which type?

Page 94: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Site Columns – Considerations

• Plain text• Does not update• No metadata about choicesChoice Column

Page 95: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Site Columns – Considerations

• ID;#Value• Does update•Metadata about choices• Projected Fields• Expand scope of List, but not

across Site Collections• Possibility for cascading lookups• Can’t ‘re-point’ later

Lookup Column

Page 96: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Site Columns – Considerations

• Does update• Hierarchy of terms• Scope across site collections, web

applications, farms• No metadata about choices in 2010• Custom Properties in 2013

• Can assist with navigation• No InfoPath support• No Datasheet View support in 2010• Microsoft Office 2007 and earlier

Document Information Panel• Folksonomy possibilities• Can ‘re-point’ later

Managed Metadata Column

Page 97: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

DEEPER EXPLORATION

Page 98: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Wrapping UpMust Love Term Sets

Page 99: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Wrapping Up

The Managed Metadata Service can be used to advance your content management and social

goals via taxonomies and folksonomies as well as content type syndication

Page 100: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Wrapping Up

Information Architecture

Findability Usability

Page 101: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Content accumulates pretty fast. If you don’t stop to think about this stuff and talk with your users, you could end up with a mess.

© 1986 Paramount Pictures

Page 102: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

INFORMATION ARCHITECTURE1. WORK WITH YOUR

USERS2. FOLLOW THE

CULTURE3. GAUGE

EFFECTIVENESS AND ADJUST AS NEEDED © 1986 Paramount Pictures

Page 103: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

They’ll all think you’re a righteous dude.

© 1986 Paramount Pictures

Page 104: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Questions?

© 1986 Paramount Pictures

Page 105: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Connecticut

Page 106: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

EVENT SPONSORS

• Diamond, Platinum & Gold sponsors have tables

• Please visit them and inquire about their products & services

• Also they have lots of awesome schwag that you can’t live without!

Page 107: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

CONNECTICUT SHAREPOINT USERS GROUP

• Different SharePoint discussions each month on various topics.

• Meets 3rd Thursday of every month• Microsoft Office (Hartford)• 280 Trumbull St, Hartford CT 06103• http://www.meetup.com/ctspug

Page 108: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

SPECIAL OCTOBER SESSION!

• Michelle Caldwell (MVP) will be making a stop at the CTSPUG

• Microsoft Store in West Farms Mall• Wednesday – October 14th

• Register today!• http://www.meetup.com/ctspug

Page 109: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

ReferenceMust Love Term Sets

Page 110: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

ResourcesSharePoint 2010 SharePoint 2013

Introduction to Managed Metadata Introduction to Managed Metadata

Managed Metadata Overview Managed Metadata Overview

Managed Metadata Planning Managed Metadata Planning

Managed Metadata Service Application Overview Managed Metadata Service Application Overview

Managed Navigation Overview

Introduction to Content Type Publishing

Manage Content Type Publishing

Configure Enterprise Metadata and Keyword Settings for a List or Library

Page 112: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Key SharePoint Limits• Boundary: Static limits that cannot be exceeded by design• Threshold: Configurable limits that can be exceeded to accommodate

specific requirements• Supported: Configurable limits that have been set by default to a

tested value

Page 113: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Key SharePoint LimitsLimit Limit Type SharePoint 2010 SharePoint 2013FarmContent Databases Supported Not Specified 500Site Collections Supported Not Specified 500,000 Personal Sites

250,000 Non-Personal SitesWeb ApplicationContent Databases Supported 300 Not Specified

Site Collections Supported 250,000 Not Specified

Content DatabaseSize Supported 200 GB – 4 TB 200 GB – 4 TBSite Collections Supported 5,000 10,000 Total Sites

2,500 Non-Personal SitesItems Supported 60,000,000 60,000,000

Page 114: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Key SharePoint LimitsLimit Limit Type SharePoint 2010 SharePoint 2013Site CollectionSites Supported 250,000 250,000SharePoint Groups Supported 10,000 10,000Users Supported 2,000,000 2,000,000SiteSubsites Threshold 2,000 2,000Lists or Libraries 5,000 Not Specified

Blog Posts Supported 5,000 5,000Blog Comments Supported 1,000 1,000

Page 115: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Key SharePoint LimitsLimit Limit Type SharePoint 2010 SharePoint 2013List or LibraryItems Supported 30,000,000 30,000,000Items in a Folder 5,000 Not Specified

Items in a View Threshold 5,000 5,000Joins in a View Threshold 8 8Unique Security Scopes Threshold 50,000 50,000Columns Threshold 276 Single Line of Text

192 Multiple Lines of Text276 Choice72 Number72 Currency48 Date and Time96 Lookup96 Yes/No96 Person or Group138 Hyperlink or Picture48 Calculated94 Managed Metadata

276 Single Line of Text192 Multiple Lines of Text276 Choice72 Number72 Currency48 Date and Time96 Lookup96 Yes/No96 Person or Group138 Hyperlink or Picture48 Calculated94 Managed Metadata

Page 116: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

Key SharePoint LimitsLimit Limit Type SharePoint 2010 SharePoint 2013DocumentSize Boundary 2 GB 2 GBMajor Versions Supported 400,000 400,000Minor Versions Boundary 511 511Coauthoring Concurrent Editors

Threshold 10 10

PageWeb Parts Threshold 25 25SecuritySharePoint Groups per User Supported 5,000 5,000Active Directory Groups or Users per SharePoint Group

Supported 5,000 5,000

Page 117: SPSCT15 - Must Love Term Sets: The New and Improved Managed Metadata Service in SharePoint 2013

LinksSharePoint 2010 SharePoint 2013 SharePoint Online

Resources for IT Pros bit.ly/SP10-Resources bit.ly/SP13-Resources bit.ly/SPO-Resources

Features and Editions bit.ly/SP13-Service bit.ly/SPO-Service

Limits and Boundaries bit.ly/SP10-Limits bit.ly/SP13-Limits bit.ly/SPO-Limits

SharePoint Maturity Model www.sharepointmaturity.com

Guidance for Modifying Pre-Defined Taxonomy bit.ly/17KHAuw

Discontinued Features and Functionality bit.ly/1bhrLKr