SlideShare ist ein Scribd-Unternehmen logo
1 von 43
Content Management Internals
Brian Caauwe – Manager, Business Productivity
January 20th, 2018
Agenda
Who am I?
• Brian Caauwe
• Manager, Consultant, Speaker and new dad of 2
• Email: bcaauwe@avtex.com
• Twitter: @bcaauwe
• Technical Editor
• Professional SharePoint 2013 Administration
• Certifications
• MCM: SharePoint Server 2010
• MCSM: SharePoint
Gold Sponsors
SHAREPOINT SATURDAY
ST.LOUIS 2018
Silver Sponsors
Bronze Sponsors
SharePoint Environment
Poll
• SharePoint 2007
• SharePoint 2010
• SharePoint 2013
• SharePoint 2016
• SharePoint Online
Information Management
Tesla
Model S4 Doors
Red
P100D
Car
Classification
Classification
Tesla
Model S
4 Doors
Red
P100D
CarType
Make
Package
Model
Color
Doors
Content Types
Content Types
It’s all about the PARENT
Announcement Site Level
System (0x)
Item (0x01)
Announcement (0x0104)
Custom Announcement (0x010400B8CD7072BBC5B54A96ADFBDDACBB85FD)
Child Announcement (0x010400B8CD7072BBC5B54A96ADFBDDACBB85FD01)
Announcement List Level
Announcement (0x0104009AA4E7F5E685BE40BA37C9BD13872D02)
0x010400B8CD7072BBC5B54A96ADFBDDACBB85FD004588003637320B4983D224F7C57F4E8A
0x010400B8CD7072BBC5B54A96ADFBDDACBB85FD0100BB55D9C6C4A41B47ABE71CE65655CE13
Custom Announcement
Child Announcement 1
Base
Content Types
Name Scope ID
System Site 0x
Item Site 0x01
Document Site 0x0101
Event Site 0x0102
Issue Site 0x0103
Announcement Site 0x0104
Link Site 0x0105
Contact Site 0x0106
Message Site 0x0107
Task Site 0x0108
Workflow History Site 0x0109
Post Site 0x0110
Folder Site 0x0120
Document Collection Folder Site 0x0120D5
Document Set Site 0x0120D520
Creation
Site / Web (SPWeb)
• Used only in the site
Site Collection (SPSite)
• Used across multiple webs
Content Type Hub (SPSite+)
• Used across multiple site collections
Columns
Display Name vs. Internal Name
Types
• All have different options
Visibility
• List Column
• Content Types
Shredded
Storage
64k64k64k1MB1MB
Shredded
Storage
End User
Do as I SAY, not as I DO
Just say NO to SQL Queries
Back End Storage
• Word (DOCX)
• PowerPoint (PPTX)
• PDF
Shredded
Storage
Scenarios
100MB PowerPoint File with a title slide adjustments and limits to 10 versions
FileChunkWriteSize = 64k (Default)
100MB + (64k x 10 changes) = 100.625MB
FileChunkWriteSize = 20MB
100MB + (20MB x 10 changes) = 300MB
FileChunkWriteSize = 2GB
100MB + 10 changes = 1000MB or ~1GB
Scenarios
100MB Excel File with a single value daily update and unlimited versions
FileChunkWriteSize = 64k (Default)
100MB + (64k x 364 days) = 122.75MB
FileChunkWriteSize = 20MB
100MB + (20MB x 364 days) = 7380MB or 7.2GB
FileChunkWriteSize = 2GB
100MB x 365 days = 36,500MB or 35.6GB
Site Management
Site Policies
Closure
Deletion
Postponement
Read-Only
E-mail Notifications
Scenario
• Tracking small projects that only have a limited lifespan
• Site requested, but no longer used
• Site created ~1 year ago with one library with one file
• Control site proliferation
Apply retention policies to sites in the SAME WAY
you do with items / files
Plan
Getting Started
Enable Feature
Activated Links
Creation
Site / Web (SPWeb)
• Used only in the site
Site Collection (SPSite)
• Used across multiple webs
Content Type Hub (SPSite+)
• Used across multiple site collections
Enforce applying global policies (On-prem only)
Self Service
Deletion Job
• Site Policy and Exchange Site Mailbox Policy Update
• Default: Daily (1:00am – 2:00am)
Timer Job
Managed Metadata Service
Site Collection feature
Settings on the Managed Metadata Service Proxy
Requirements
Content Type
Hub
Creation in Content Type Hub
Used across ALL site collections
Content Types
• Workflows don’t publish
Site Policy
• New Publish Policy column with a link to “Manage publishing for this policy“
Publishing Options
• Publish (push the object to all consuming site collections in a read-only state)
• Re-publish (push down changes to previously published objects)
• Un-publish (leave the published object on the consuming site collections in an editable state)
Timer Jobs
• Content Type Hub – Default: Daily
• Content Type Subscriber – Default: Hourly
Publishing
Demo
Content Type Hub Publishing
Apply classification across ALL content
• SharePoint
• OneDrive
• Exchange
• Office 365 Groups
Label includes retention
Default Column available
• End User – Manual User Input
• Site Admin – Set list / library to automatically apply
• Tenant Admin – Apply based on DLP policy
Labels
Term Management
TechNet
“hierarchical collection of centrally managed terms that you can define, and then use as
attributes for items in SharePoint Server 2013”
Terminology
• Term Group
• Delegate Permissions
• Term Set
• Local Term Sets / Global Test Sets
• Features
• Intended Use
• Custom Properties
• Terms
• Managed Terms / Enterprise Keywords
• Synonyms with “Other Labels”
• More options based on “Intended Use”
Managed
Metadata
Managed
Metadata
Managed Metadata Fields
• Special type of “lookup field”
• Microsoft.SharePoint.TaxonomyField
TaxonomyHiddenList
• Hidden List at root level of EACH site collection
• Lookup values for Managed Metadata Fields
Timer Job
• Taxonomy Update Scheduler
• Default: Hourly
• Per Web Application
Requires Publishing Features
• Term-driven pages
• Site collection navigation using a term set
Term Set
• Locked
• Friendly URL’s
• Page Settings
Managed
Navigation
Site Navigation
Global
Current
Bound Term Set
Managed
Navigation
Demo
Managed Navigation
How to get ahold of me?
Brian Caauwe
• Email: bcaauwe@avtex.com
• Twitter: @bcaauwe
• SlideShare: https://www.slideshare.net/BrianCaauwe
• Microsoft Tech Community:
https://techcommunity.microsoft.com/t5/user/viewprofilepage/user-id/2831
• MNSPUG: http://www.sharepointmn.com
Resources
• Content Type IDs - http://msdn.microsoft.com/en-
us/library/office/aa543822(v=office.14).aspx
• Base Content Type Hierarchy - http://msdn.microsoft.com/en-
us/library/office/ms452896(v=office.14).aspx
• Overview of Shredded Storage - http://www.microsoft.com/en-
us/download/details.aspx?id=39719
Resources
• Overview of site policies - http://technet.microsoft.com/en-
us/library/jj219569(v=office.15).aspx
• Configuring Self Service Site Creation in SharePoint 2013 -
http://blogs.technet.com/b/speschka/archive/2012/07/27/configuring-self-
service-site-creation-in-sharepoint-2013.aspx
• Site Policy in SharePoint -
http://blogs.technet.com/b/tothesharepoint/archive/2013/03/28/site-policy-
in-sharepoint.aspx
• Plan to share term sets and content types in SharePoint 2013 -
http://technet.microsoft.com/en-US/library/ee519603(v=office.15).aspx
• Overview of labels - https://support.office.com/en-us/article/Overview-of-
labels-af398293-c69d-465e-a249-d74561552d30
Resources
• Plan for managed metadata in SharePoint Server -
https://technet.microsoft.com/en-
us/library/ee424402(v=office.16).aspx
• Managed metadata roles - http://technet.microsoft.com/en-
us/library/ee424398(v=office.14).aspx
• Managed metadata and navigation in SharePoint -
https://docs.microsoft.com/en-us/sharepoint/dev/general-
development/managed-metadata-and-navigation-in-sharepoint
SPSSTL - Content Management Internals

Weitere ähnliche Inhalte

Was ist angesagt?

Msbi 2012 online training
Msbi 2012 online trainingMsbi 2012 online training
Msbi 2012 online trainingssmasters
 
Tips in migrating to SharePoint 2016 or O365, to avoid a migration headache
Tips in migrating to SharePoint 2016 or O365, to avoid a migration headacheTips in migrating to SharePoint 2016 or O365, to avoid a migration headache
Tips in migrating to SharePoint 2016 or O365, to avoid a migration headacheMike Maadarani
 
Msbi 2008 online training
Msbi 2008 online trainingMsbi 2008 online training
Msbi 2008 online trainingssmsbi
 
SharePoint Site Collections - Best Practices and Recommendations
SharePoint Site Collections - Best Practices and RecommendationsSharePoint Site Collections - Best Practices and Recommendations
SharePoint Site Collections - Best Practices and RecommendationsChris Woodill
 
Optimizing SharePoint for Transactional Content Management
Optimizing SharePoint for Transactional Content ManagementOptimizing SharePoint for Transactional Content Management
Optimizing SharePoint for Transactional Content ManagementDocFluix, LLC
 
CRM UG Belux March 2017 - Power BI and Dynamics 365
CRM UG Belux March 2017 - Power BI and Dynamics 365CRM UG Belux March 2017 - Power BI and Dynamics 365
CRM UG Belux March 2017 - Power BI and Dynamics 365Joris Poelmans
 
Msbi online training
Msbi online trainingMsbi online training
Msbi online trainingssmsbi
 
Working with Data in Service Workers
Working with Data in Service WorkersWorking with Data in Service Workers
Working with Data in Service WorkersGil Fink
 
Review of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint OnlineReview of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint OnlineDrew Madelung
 
SharePoint 2010 Document Management
SharePoint 2010 Document ManagementSharePoint 2010 Document Management
SharePoint 2010 Document ManagementXylos
 
SharePoint Fest Denver - Documents and Records Management in SharePoint
SharePoint Fest Denver - Documents and Records Management in SharePointSharePoint Fest Denver - Documents and Records Management in SharePoint
SharePoint Fest Denver - Documents and Records Management in SharePointLiam Cleary [MVP]
 
Tricks and Tips in Migrating to Office 365 and On-Premises to acoid migration...
Tricks and Tips in Migrating to Office 365 and On-Premises to acoid migration...Tricks and Tips in Migrating to Office 365 and On-Premises to acoid migration...
Tricks and Tips in Migrating to Office 365 and On-Premises to acoid migration...Mike Maadarani
 
Logical architecture considerations for SharePoint 2013
Logical architecture considerations for SharePoint 2013Logical architecture considerations for SharePoint 2013
Logical architecture considerations for SharePoint 2013Dinusha Kumarasiri
 
SharePoint Saturday Vietnam 8th - managed metadata.pptx
SharePoint Saturday Vietnam 8th - managed metadata.pptxSharePoint Saturday Vietnam 8th - managed metadata.pptx
SharePoint Saturday Vietnam 8th - managed metadata.pptxTerrence Nguyen
 
The SUG - Documents & Records Management, Really
The SUG - Documents & Records Management, ReallyThe SUG - Documents & Records Management, Really
The SUG - Documents & Records Management, ReallyLiam Cleary [MVP]
 
Hybris 6.0.0 to 6.3.0 comparision
Hybris 6.0.0 to 6.3.0 comparisionHybris 6.0.0 to 6.3.0 comparision
Hybris 6.0.0 to 6.3.0 comparisionShinu Suresh
 
DTecH IT Education- Best Obiee training institute in bangalore
DTecH IT Education- Best Obiee training institute in bangaloreDTecH IT Education- Best Obiee training institute in bangalore
DTecH IT Education- Best Obiee training institute in bangaloreDTecH It Education
 

Was ist angesagt? (19)

Msbi 2012 online training
Msbi 2012 online trainingMsbi 2012 online training
Msbi 2012 online training
 
Tips in migrating to SharePoint 2016 or O365, to avoid a migration headache
Tips in migrating to SharePoint 2016 or O365, to avoid a migration headacheTips in migrating to SharePoint 2016 or O365, to avoid a migration headache
Tips in migrating to SharePoint 2016 or O365, to avoid a migration headache
 
Msbi 2008 online training
Msbi 2008 online trainingMsbi 2008 online training
Msbi 2008 online training
 
SharePoint Site Collections - Best Practices and Recommendations
SharePoint Site Collections - Best Practices and RecommendationsSharePoint Site Collections - Best Practices and Recommendations
SharePoint Site Collections - Best Practices and Recommendations
 
Optimizing SharePoint for Transactional Content Management
Optimizing SharePoint for Transactional Content ManagementOptimizing SharePoint for Transactional Content Management
Optimizing SharePoint for Transactional Content Management
 
CRM UG Belux March 2017 - Power BI and Dynamics 365
CRM UG Belux March 2017 - Power BI and Dynamics 365CRM UG Belux March 2017 - Power BI and Dynamics 365
CRM UG Belux March 2017 - Power BI and Dynamics 365
 
05052015091520
0505201509152005052015091520
05052015091520
 
Msbi online training
Msbi online trainingMsbi online training
Msbi online training
 
Working with Data in Service Workers
Working with Data in Service WorkersWorking with Data in Service Workers
Working with Data in Service Workers
 
Review of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint OnlineReview of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint Online
 
Java
JavaJava
Java
 
SharePoint 2010 Document Management
SharePoint 2010 Document ManagementSharePoint 2010 Document Management
SharePoint 2010 Document Management
 
SharePoint Fest Denver - Documents and Records Management in SharePoint
SharePoint Fest Denver - Documents and Records Management in SharePointSharePoint Fest Denver - Documents and Records Management in SharePoint
SharePoint Fest Denver - Documents and Records Management in SharePoint
 
Tricks and Tips in Migrating to Office 365 and On-Premises to acoid migration...
Tricks and Tips in Migrating to Office 365 and On-Premises to acoid migration...Tricks and Tips in Migrating to Office 365 and On-Premises to acoid migration...
Tricks and Tips in Migrating to Office 365 and On-Premises to acoid migration...
 
Logical architecture considerations for SharePoint 2013
Logical architecture considerations for SharePoint 2013Logical architecture considerations for SharePoint 2013
Logical architecture considerations for SharePoint 2013
 
SharePoint Saturday Vietnam 8th - managed metadata.pptx
SharePoint Saturday Vietnam 8th - managed metadata.pptxSharePoint Saturday Vietnam 8th - managed metadata.pptx
SharePoint Saturday Vietnam 8th - managed metadata.pptx
 
The SUG - Documents & Records Management, Really
The SUG - Documents & Records Management, ReallyThe SUG - Documents & Records Management, Really
The SUG - Documents & Records Management, Really
 
Hybris 6.0.0 to 6.3.0 comparision
Hybris 6.0.0 to 6.3.0 comparisionHybris 6.0.0 to 6.3.0 comparision
Hybris 6.0.0 to 6.3.0 comparision
 
DTecH IT Education- Best Obiee training institute in bangalore
DTecH IT Education- Best Obiee training institute in bangaloreDTecH IT Education- Best Obiee training institute in bangalore
DTecH IT Education- Best Obiee training institute in bangalore
 

Ähnlich wie SPSSTL - Content Management Internals

Content Types And Policies in SharePoint and Office 365
Content Types And Policies in SharePoint and Office 365Content Types And Policies in SharePoint and Office 365
Content Types And Policies in SharePoint and Office 365Dragan Panjkov
 
SharePoint Search - SPSNYC 2014
SharePoint Search - SPSNYC 2014SharePoint Search - SPSNYC 2014
SharePoint Search - SPSNYC 2014Avtex
 
SPSNYC17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
SPSNYC17 - The Wall: Overcoming SharePoint’s Site Collection BoundarySPSNYC17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
SPSNYC17 - The Wall: Overcoming SharePoint’s Site Collection BoundaryJonathan Ralton
 
SPSNE17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
SPSNE17 - The Wall: Overcoming SharePoint’s Site Collection BoundarySPSNE17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
SPSNE17 - The Wall: Overcoming SharePoint’s Site Collection BoundaryJonathan Ralton
 
ECS19 - Benjamin Niaulin - MOVED TO OFFICE 365, NOW WHAT?
ECS19 - Benjamin Niaulin - MOVED TO OFFICE 365, NOW WHAT?ECS19 - Benjamin Niaulin - MOVED TO OFFICE 365, NOW WHAT?
ECS19 - Benjamin Niaulin - MOVED TO OFFICE 365, NOW WHAT?European Collaboration Summit
 
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?SharePoint Site Architecture: Flat, Deep or somewhere in the middle?
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?Joanne Klein
 
SharePoint Saturday Paris 2015 Validating SharePoint 2013 Farm Before Go-Live
SharePoint Saturday Paris 2015   Validating SharePoint 2013 Farm Before Go-LiveSharePoint Saturday Paris 2015   Validating SharePoint 2013 Farm Before Go-Live
SharePoint Saturday Paris 2015 Validating SharePoint 2013 Farm Before Go-LiveChirag Patel
 
SPSLA - What to Expect with SharePoint 2019
SPSLA - What to Expect with SharePoint 2019SPSLA - What to Expect with SharePoint 2019
SPSLA - What to Expect with SharePoint 2019Brian Caauwe
 
WISPUG - Fun with SharePoint Migrations
WISPUG - Fun with SharePoint MigrationsWISPUG - Fun with SharePoint Migrations
WISPUG - Fun with SharePoint MigrationsBrian Caauwe
 
Tips and tricks for complex migrations to SharePoint Online
Tips and tricks for complex migrations to SharePoint OnlineTips and tricks for complex migrations to SharePoint Online
Tips and tricks for complex migrations to SharePoint OnlineAndries den Haan
 
Modern_Site_Owner_M365_Ottawa.pdf
Modern_Site_Owner_M365_Ottawa.pdfModern_Site_Owner_M365_Ottawa.pdf
Modern_Site_Owner_M365_Ottawa.pdfTheresa Lubelski
 
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Chirag Patel
 
2014 TechFuse - Findability Within SharePoint 2013
2014 TechFuse - Findability Within SharePoint 20132014 TechFuse - Findability Within SharePoint 2013
2014 TechFuse - Findability Within SharePoint 2013Don Donais
 
Product Catalog and IT Service Management
Product Catalog and IT Service ManagementProduct Catalog and IT Service Management
Product Catalog and IT Service ManagementDrew Madelung
 
TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013Avtex
 
O365Con19 - Tips and Tricks for Complex Migrations to SharePoint Online - And...
O365Con19 - Tips and Tricks for Complex Migrations to SharePoint Online - And...O365Con19 - Tips and Tricks for Complex Migrations to SharePoint Online - And...
O365Con19 - Tips and Tricks for Complex Migrations to SharePoint Online - And...NCCOMMS
 
Tips and tricks for complex migrations to SharePoint Online
Tips and tricks for complex migrations to SharePoint OnlineTips and tricks for complex migrations to SharePoint Online
Tips and tricks for complex migrations to SharePoint OnlineAndries den Haan
 

Ähnlich wie SPSSTL - Content Management Internals (20)

Content Types And Policies in SharePoint and Office 365
Content Types And Policies in SharePoint and Office 365Content Types And Policies in SharePoint and Office 365
Content Types And Policies in SharePoint and Office 365
 
SharePoint Search - SPSNYC 2014
SharePoint Search - SPSNYC 2014SharePoint Search - SPSNYC 2014
SharePoint Search - SPSNYC 2014
 
SPSNYC17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
SPSNYC17 - The Wall: Overcoming SharePoint’s Site Collection BoundarySPSNYC17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
SPSNYC17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
 
SPSNE17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
SPSNE17 - The Wall: Overcoming SharePoint’s Site Collection BoundarySPSNE17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
SPSNE17 - The Wall: Overcoming SharePoint’s Site Collection Boundary
 
SPS Toronto 2015
SPS Toronto 2015SPS Toronto 2015
SPS Toronto 2015
 
ECS19 - Benjamin Niaulin - MOVED TO OFFICE 365, NOW WHAT?
ECS19 - Benjamin Niaulin - MOVED TO OFFICE 365, NOW WHAT?ECS19 - Benjamin Niaulin - MOVED TO OFFICE 365, NOW WHAT?
ECS19 - Benjamin Niaulin - MOVED TO OFFICE 365, NOW WHAT?
 
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?SharePoint Site Architecture: Flat, Deep or somewhere in the middle?
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?
 
SharePoint Saturday Paris 2015 Validating SharePoint 2013 Farm Before Go-Live
SharePoint Saturday Paris 2015   Validating SharePoint 2013 Farm Before Go-LiveSharePoint Saturday Paris 2015   Validating SharePoint 2013 Farm Before Go-Live
SharePoint Saturday Paris 2015 Validating SharePoint 2013 Farm Before Go-Live
 
SPSLA - What to Expect with SharePoint 2019
SPSLA - What to Expect with SharePoint 2019SPSLA - What to Expect with SharePoint 2019
SPSLA - What to Expect with SharePoint 2019
 
WISPUG - Fun with SharePoint Migrations
WISPUG - Fun with SharePoint MigrationsWISPUG - Fun with SharePoint Migrations
WISPUG - Fun with SharePoint Migrations
 
Tips and tricks for complex migrations to SharePoint Online
Tips and tricks for complex migrations to SharePoint OnlineTips and tricks for complex migrations to SharePoint Online
Tips and tricks for complex migrations to SharePoint Online
 
Where to save my data, for devs!
Where to save my data, for devs!Where to save my data, for devs!
Where to save my data, for devs!
 
Search
SearchSearch
Search
 
Modern_Site_Owner_M365_Ottawa.pdf
Modern_Site_Owner_M365_Ottawa.pdfModern_Site_Owner_M365_Ottawa.pdf
Modern_Site_Owner_M365_Ottawa.pdf
 
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
 
2014 TechFuse - Findability Within SharePoint 2013
2014 TechFuse - Findability Within SharePoint 20132014 TechFuse - Findability Within SharePoint 2013
2014 TechFuse - Findability Within SharePoint 2013
 
Product Catalog and IT Service Management
Product Catalog and IT Service ManagementProduct Catalog and IT Service Management
Product Catalog and IT Service Management
 
TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013
 
O365Con19 - Tips and Tricks for Complex Migrations to SharePoint Online - And...
O365Con19 - Tips and Tricks for Complex Migrations to SharePoint Online - And...O365Con19 - Tips and Tricks for Complex Migrations to SharePoint Online - And...
O365Con19 - Tips and Tricks for Complex Migrations to SharePoint Online - And...
 
Tips and tricks for complex migrations to SharePoint Online
Tips and tricks for complex migrations to SharePoint OnlineTips and tricks for complex migrations to SharePoint Online
Tips and tricks for complex migrations to SharePoint Online
 

Mehr von Brian Caauwe

SPSTC - PowerShell - Through the SharePoint Looking Glass
SPSTC - PowerShell - Through the SharePoint Looking GlassSPSTC - PowerShell - Through the SharePoint Looking Glass
SPSTC - PowerShell - Through the SharePoint Looking GlassBrian Caauwe
 
SPSSTL - Understanding the Collaboration Toolkit
SPSSTL - Understanding the Collaboration Toolkit SPSSTL - Understanding the Collaboration Toolkit
SPSSTL - Understanding the Collaboration Toolkit Brian Caauwe
 
SPSSTL - Building Search Driven Applications
SPSSTL - Building Search Driven ApplicationsSPSSTL - Building Search Driven Applications
SPSSTL - Building Search Driven ApplicationsBrian Caauwe
 
SPSSTL - PowerShell - Through the SharePoint Looking Glass
SPSSTL - PowerShell - Through the SharePoint Looking GlassSPSSTL - PowerShell - Through the SharePoint Looking Glass
SPSSTL - PowerShell - Through the SharePoint Looking GlassBrian Caauwe
 
The Path through SharePoint Migrations
The Path through SharePoint MigrationsThe Path through SharePoint Migrations
The Path through SharePoint MigrationsBrian Caauwe
 
The Path Through SharePoint Migrations
The Path Through SharePoint MigrationsThe Path Through SharePoint Migrations
The Path Through SharePoint MigrationsBrian Caauwe
 
Building Search Driven Applications
Building Search Driven ApplicationsBuilding Search Driven Applications
Building Search Driven ApplicationsBrian Caauwe
 
Demystifying Workflow
Demystifying WorkflowDemystifying Workflow
Demystifying WorkflowBrian Caauwe
 
The Power of Document Generation with Nintex
The Power of Document Generation with NintexThe Power of Document Generation with Nintex
The Power of Document Generation with NintexBrian Caauwe
 
PowerShell: Through the SharePoint Looking Glass
PowerShell: Through the SharePoint Looking GlassPowerShell: Through the SharePoint Looking Glass
PowerShell: Through the SharePoint Looking GlassBrian Caauwe
 

Mehr von Brian Caauwe (10)

SPSTC - PowerShell - Through the SharePoint Looking Glass
SPSTC - PowerShell - Through the SharePoint Looking GlassSPSTC - PowerShell - Through the SharePoint Looking Glass
SPSTC - PowerShell - Through the SharePoint Looking Glass
 
SPSSTL - Understanding the Collaboration Toolkit
SPSSTL - Understanding the Collaboration Toolkit SPSSTL - Understanding the Collaboration Toolkit
SPSSTL - Understanding the Collaboration Toolkit
 
SPSSTL - Building Search Driven Applications
SPSSTL - Building Search Driven ApplicationsSPSSTL - Building Search Driven Applications
SPSSTL - Building Search Driven Applications
 
SPSSTL - PowerShell - Through the SharePoint Looking Glass
SPSSTL - PowerShell - Through the SharePoint Looking GlassSPSSTL - PowerShell - Through the SharePoint Looking Glass
SPSSTL - PowerShell - Through the SharePoint Looking Glass
 
The Path through SharePoint Migrations
The Path through SharePoint MigrationsThe Path through SharePoint Migrations
The Path through SharePoint Migrations
 
The Path Through SharePoint Migrations
The Path Through SharePoint MigrationsThe Path Through SharePoint Migrations
The Path Through SharePoint Migrations
 
Building Search Driven Applications
Building Search Driven ApplicationsBuilding Search Driven Applications
Building Search Driven Applications
 
Demystifying Workflow
Demystifying WorkflowDemystifying Workflow
Demystifying Workflow
 
The Power of Document Generation with Nintex
The Power of Document Generation with NintexThe Power of Document Generation with Nintex
The Power of Document Generation with Nintex
 
PowerShell: Through the SharePoint Looking Glass
PowerShell: Through the SharePoint Looking GlassPowerShell: Through the SharePoint Looking Glass
PowerShell: Through the SharePoint Looking Glass
 

Kürzlich hochgeladen

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 

Kürzlich hochgeladen (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

SPSSTL - Content Management Internals

  • 1. Content Management Internals Brian Caauwe – Manager, Business Productivity January 20th, 2018
  • 3. Who am I? • Brian Caauwe • Manager, Consultant, Speaker and new dad of 2 • Email: bcaauwe@avtex.com • Twitter: @bcaauwe • Technical Editor • Professional SharePoint 2013 Administration • Certifications • MCM: SharePoint Server 2010 • MCSM: SharePoint
  • 4. Gold Sponsors SHAREPOINT SATURDAY ST.LOUIS 2018 Silver Sponsors Bronze Sponsors
  • 5. SharePoint Environment Poll • SharePoint 2007 • SharePoint 2010 • SharePoint 2013 • SharePoint 2016 • SharePoint Online
  • 10. Content Types It’s all about the PARENT
  • 11. Announcement Site Level System (0x) Item (0x01) Announcement (0x0104) Custom Announcement (0x010400B8CD7072BBC5B54A96ADFBDDACBB85FD) Child Announcement (0x010400B8CD7072BBC5B54A96ADFBDDACBB85FD01)
  • 12. Announcement List Level Announcement (0x0104009AA4E7F5E685BE40BA37C9BD13872D02) 0x010400B8CD7072BBC5B54A96ADFBDDACBB85FD004588003637320B4983D224F7C57F4E8A 0x010400B8CD7072BBC5B54A96ADFBDDACBB85FD0100BB55D9C6C4A41B47ABE71CE65655CE13 Custom Announcement Child Announcement 1
  • 13. Base Content Types Name Scope ID System Site 0x Item Site 0x01 Document Site 0x0101 Event Site 0x0102 Issue Site 0x0103 Announcement Site 0x0104 Link Site 0x0105 Contact Site 0x0106 Message Site 0x0107 Task Site 0x0108 Workflow History Site 0x0109 Post Site 0x0110 Folder Site 0x0120 Document Collection Folder Site 0x0120D5 Document Set Site 0x0120D520
  • 14. Creation Site / Web (SPWeb) • Used only in the site Site Collection (SPSite) • Used across multiple webs Content Type Hub (SPSite+) • Used across multiple site collections
  • 15. Columns Display Name vs. Internal Name Types • All have different options Visibility • List Column • Content Types
  • 18. Do as I SAY, not as I DO Just say NO to SQL Queries Back End Storage • Word (DOCX) • PowerPoint (PPTX) • PDF Shredded Storage
  • 19. Scenarios 100MB PowerPoint File with a title slide adjustments and limits to 10 versions FileChunkWriteSize = 64k (Default) 100MB + (64k x 10 changes) = 100.625MB FileChunkWriteSize = 20MB 100MB + (20MB x 10 changes) = 300MB FileChunkWriteSize = 2GB 100MB + 10 changes = 1000MB or ~1GB
  • 20. Scenarios 100MB Excel File with a single value daily update and unlimited versions FileChunkWriteSize = 64k (Default) 100MB + (64k x 364 days) = 122.75MB FileChunkWriteSize = 20MB 100MB + (20MB x 364 days) = 7380MB or 7.2GB FileChunkWriteSize = 2GB 100MB x 365 days = 36,500MB or 35.6GB
  • 23. Scenario • Tracking small projects that only have a limited lifespan • Site requested, but no longer used • Site created ~1 year ago with one library with one file • Control site proliferation Apply retention policies to sites in the SAME WAY you do with items / files
  • 25. Creation Site / Web (SPWeb) • Used only in the site Site Collection (SPSite) • Used across multiple webs Content Type Hub (SPSite+) • Used across multiple site collections
  • 26. Enforce applying global policies (On-prem only) Self Service
  • 27. Deletion Job • Site Policy and Exchange Site Mailbox Policy Update • Default: Daily (1:00am – 2:00am) Timer Job
  • 28. Managed Metadata Service Site Collection feature Settings on the Managed Metadata Service Proxy Requirements Content Type Hub
  • 29. Creation in Content Type Hub Used across ALL site collections Content Types • Workflows don’t publish Site Policy • New Publish Policy column with a link to “Manage publishing for this policy“ Publishing Options • Publish (push the object to all consuming site collections in a read-only state) • Re-publish (push down changes to previously published objects) • Un-publish (leave the published object on the consuming site collections in an editable state) Timer Jobs • Content Type Hub – Default: Daily • Content Type Subscriber – Default: Hourly Publishing
  • 30. Demo Content Type Hub Publishing
  • 31. Apply classification across ALL content • SharePoint • OneDrive • Exchange • Office 365 Groups Label includes retention Default Column available • End User – Manual User Input • Site Admin – Set list / library to automatically apply • Tenant Admin – Apply based on DLP policy Labels
  • 33. TechNet “hierarchical collection of centrally managed terms that you can define, and then use as attributes for items in SharePoint Server 2013” Terminology • Term Group • Delegate Permissions • Term Set • Local Term Sets / Global Test Sets • Features • Intended Use • Custom Properties • Terms • Managed Terms / Enterprise Keywords • Synonyms with “Other Labels” • More options based on “Intended Use” Managed Metadata
  • 34. Managed Metadata Managed Metadata Fields • Special type of “lookup field” • Microsoft.SharePoint.TaxonomyField TaxonomyHiddenList • Hidden List at root level of EACH site collection • Lookup values for Managed Metadata Fields Timer Job • Taxonomy Update Scheduler • Default: Hourly • Per Web Application
  • 35. Requires Publishing Features • Term-driven pages • Site collection navigation using a term set Term Set • Locked • Friendly URL’s • Page Settings Managed Navigation
  • 38.
  • 39. How to get ahold of me? Brian Caauwe • Email: bcaauwe@avtex.com • Twitter: @bcaauwe • SlideShare: https://www.slideshare.net/BrianCaauwe • Microsoft Tech Community: https://techcommunity.microsoft.com/t5/user/viewprofilepage/user-id/2831 • MNSPUG: http://www.sharepointmn.com
  • 40. Resources • Content Type IDs - http://msdn.microsoft.com/en- us/library/office/aa543822(v=office.14).aspx • Base Content Type Hierarchy - http://msdn.microsoft.com/en- us/library/office/ms452896(v=office.14).aspx • Overview of Shredded Storage - http://www.microsoft.com/en- us/download/details.aspx?id=39719
  • 41. Resources • Overview of site policies - http://technet.microsoft.com/en- us/library/jj219569(v=office.15).aspx • Configuring Self Service Site Creation in SharePoint 2013 - http://blogs.technet.com/b/speschka/archive/2012/07/27/configuring-self- service-site-creation-in-sharepoint-2013.aspx • Site Policy in SharePoint - http://blogs.technet.com/b/tothesharepoint/archive/2013/03/28/site-policy- in-sharepoint.aspx • Plan to share term sets and content types in SharePoint 2013 - http://technet.microsoft.com/en-US/library/ee519603(v=office.15).aspx • Overview of labels - https://support.office.com/en-us/article/Overview-of- labels-af398293-c69d-465e-a249-d74561552d30
  • 42. Resources • Plan for managed metadata in SharePoint Server - https://technet.microsoft.com/en- us/library/ee424402(v=office.16).aspx • Managed metadata roles - http://technet.microsoft.com/en- us/library/ee424398(v=office.14).aspx • Managed metadata and navigation in SharePoint - https://docs.microsoft.com/en-us/sharepoint/dev/general- development/managed-metadata-and-navigation-in-sharepoint

Hinweis der Redaktion

  1. How would you classify this vehicle? Type Make Model Color Trim package Engine Doors
  2. Classification is more about how to define WHAT content IS rather than what is IN the content. Time for the dirty words: Content Types
  3. It’s all about the parent Content Types inheritance cannot be reset Content Type ID’s show you the parent Additional Settings are inherited Policies Columns Workflows Templates
  4. What is it? Extension of the COBALT protocol introduced in Office 2010 Splits the contents of a file into smaller “shreds” Turned ON you can NOT turn off Office Docs treated different than other file types 64k (default) vs. 1MB Why do I care? Can reduce overall storage requirements Reduces traffic between SharePoint and SQL Increases network utilization Adjusting the FileChunkWriteSize can cause performance degradation and increased storage for Shredded Storage Adjusting the MinimumBlobStorageSize for RBS performance may cause inconsistent results Combined with RBS you will get confused with the thresholds
  5. More about each of these in the demo: Site Closure: Doesn’t prevent users from continuing to use the site, but meant to denote site it not actively used any more - and site will be moving to next lifecycle stage. Note: Site Owners can manually reopen. SCA can reopen closed site collections Site Deletion: Period of time following site creation or site closure that the site should be permanently deleted. When a site is deleted all its content and sub-webs are also deleted Postponement: Allows a site owner to manually postpone site deletion for a period of time determined by the Site Policy Email Notification: The period of time before scheduled site deletion that the e-mail is sent as well as recurrence frequency and timing of the e-mail alert can be set through site policy Read-Only: this will only apply to root webs of a site collection
  6. Plan E.g. Short-term project policy. Description: Site Policy that automatically deletes a site six months after it is created Enable Feature Site Collection Level Activated Links
  7. Examples: Site / Web: Sticking with the “Projects” site policy concept, we may have a Finance team – Site – than has monthly, quarterly, or yearly projects that they create a site for. After the project is complete, they may not actively use the site any longer and decide to apply a policy that Closes those sites Site Collection: this could be the same as above, but maybe the Finance team has their own site collection, rather than site/web and thus the policy could be applied across. Content type hub – again, with the projects concept, the company may projects created on a frequent basis that involve specific teams and content segregation, thus the needs for multiple site collections based off the same standard. An overall Projects Site Policy content type could be applied to close and/or delete these site collections.
  8. Enforce applying global policies Can help reduce the risk of site sprawl by allowing users site collection creation rights since a policy can be enforced Can reduce bottlenecks/empower users – users having to wait for IT or SCA to create a site collection for them Central Admin – SSSC must be configured on the web app in CA Options: Hidden from users (no Site Policy will be applied) An optional choice (users may apply a Site Policy or none at all) A required choice (user must choose a Site Policy before the site will be created)
  9. MMS: Check Content Type hub site url, if Content type hub url is empty in MMS. Add new site collection url that to work as content type hub. If content type hub url already configured, check "Content Type Syndication Hub" feature activated or not in the site collection features. Properties of the MMS Proxy need to be set including the selection “Consumes content types from the Content Type Gallery at <url>” and “Push-down Content type Publishing updates from the Content Type Gallery to sub-sites and lists using the content type.” Side note: the only way this can be changed is through PowerShell – not UI Site Collection Feature: Content Type Syndication Hub activated – on ALL site collections that you wish to utilize the content type hub
  10. Workflow Notes: If you're trying to publish WF via the Hub, it doesn't work the way you think it should. From TechNet - The workflows themselves must already exist in the destination site collection. Only the association between a content type and a workflow is shared. publishes the WF association from the hub, but doesn't actually publish it from hub the resolution is to publish the WF separately via code Manage Publishing: Publish – The Content Type / Site Policy is delivered for being consumed in other Site Collections that reference it. Republish – Redo the Content Type / Site Policy Publishing. It should be applied in cases where there was some change in it. Unpublish – The Content Type / Site Policy is retracted. Its copy remains in the other Site Collections, however its status changes to be no longer Read-Only/ editable state. Perform an Unpublish if you no longer wanted to centrally manage the content type in the hub. When you unpublish a published content type, any copies of the content type that are being used on sites that subscribe to this hub will become unsealed, which means they will no longer be read-only and they can be managed locally on the sites where they are in use
  11. MM Introduced in SharePoint 2010 From TechNet - managed metadata service publishes a term store and, optionally, content types; a managed metadata connection consumes these Helps users to easily tag and structure content Terminology: Group – set of term sets that all share common security requirement Only users who have contributor permissions for a specific group can manage term sets that belong to the group or create new term sets within it. Organizations should create groups for term sets that will have unique access or security needs. Term Set – a group of related terms Local – created within context of a site collection. Available for use (and visible) Global – TBD Intended Use – Defines the Term Set Usage Available for Tagging – default Use this Term Set for Site (Managed) Navigation – see next Use this Term Set for Faceted Navigation – for instance if you were setting up a Product Catalog Custom Properties: Shared - available on all reused or pinned instances of this term anywhere in the term store Local - only available for this term in this term set custom properties for terms allow you to further define or clarify a term via the properties. Can display these in the Term Property Web Part – OR - You can then display these properties in search results or specify query rules that look for specific custom properties Terms: A specific word or phrase that you associated with an item on a SharePoint site. It is a single item in a term set. Example: Business Units term set / Terms = Human Resources, Marketing, It, Finance, etc.. Synonyms Example: Term = IT // Synonym = Information Technology
  12. TaxonomyHiddenList: Location is at the root level of site collection. This is where all your values look up to. When changes are made to the term store this is also where those changes get propagated
  13. Managed Navigation Demo: Prep: Go to site > Create Pages > Conference / Division / Team Edit Page Template – add web parts > Content Rollup > Term Property and/or Table of Contents Live: Go to site - set to structural nav Go to term set > Intended Use > Use this Term Set for Site Navigation Go back to site settings > navigation - set to managed nav > choose Term site (or create new) (If we look at pages, get Pages Not found) Go to the term set in the site where we have turned this on 1. See that we have configured friendly URL for this term > NFC - Show friendly URL - term store > term: Bears > change url in term driven pages 2. Set Term Driven Page > ConfPage.aspx for Target Page Setting 3. Review the NFC > North – the Target Page Setting Child inherits from the Parent so need to change this. 4. Next - change Target for "Division" 5. Next - click on a team and then go the term store and set the children to use the Team page 6. Example for Demo - show a term property for the what Team logo is 7. Also show how to edit the page individually