SlideShare a Scribd company logo
#SPBizConf @pgbhoyar
WWW.SPBIZCONF.COM
Getting Started with Content
Deployment
#SPBizConf @pgbhoyar
2
• Senior Consultant at Portal Solutions
• University of Maryland College Park
Alumni
• Recipient of Antarctic Service Medal
• Technical Reviewer of the book “Pro :
SharePoint 2013 Administration”
Who AM I ?
#SPBizConf @pgbhoyar
About Portal Solutions
We deliver Digital
Workplace Products
and Solutions that help
organizations share
what they know and
find what they need by
connecting people,
data, and content.
3
#SPBizConf @pgbhoyar
• What is Content Deployment?
• Content Deployment Topologies
• How does content deployment
work?
• How to setup Content
Deployment?
• Common Misconceptions
• How to Test/Debug Content
Deployment?
• Common Issues and Fixes
• Best Practices
Agenda
Outcome:
Familiarity with
Content
Deployment
Objective: Getting
Started with
Content
Deployment
#SPBizConf @pgbhoyar
Content Deployment is available only in On Premise version of SharePoint 2007,
2010, 2013 and may be available in SharePoint 2016
Spoiler Alert…
#SPBizConf @pgbhoyar
#SPBizConf @pgbhoyar
 To create websites
 Intranet
 Extranet
 Public Facing WebSites
 Document Management System
 Collaboration System
 Content Management System
7
What is SharePoint?
#SPBizConf @pgbhoyar
8
Image Source : http://threestepsbusiness.com/content-is-king-bill-gates/
Bill Gates Once Said..
#SPBizConf @pgbhoyar
#SPBizConf @pgbhoyar
• Moving published contents from one site collection to another
Authors
Authoring
Environment
Publishing
Environment
Internet/Intranet
visitors
What is Content Deployment?
#SPBizConf @pgbhoyar
What is Content
Deployment? Allows Designers and Content
Publishers to work on Non
Production Environment
Helps in Regulatory/Legal
Requirements
Helps in applying tighter security
Helps in disaster recovery
Good for public facing web sites
and static contents
#SPBizConf @pgbhoyar
 List
 Libraries
 Documents
 Metadata
 Pages
 Other resources used by the deployed pages
12
What’s get Carried Over?
#SPBizConf @pgbhoyar
 Full Trust Solutions
 Workflows
 Full Trust Assemblies
 File System Changes
 Configuration Files ( web.config)
13
What’s NOT get Carried Over?
#SPBizConf @pgbhoyar
#SPBizConf @pgbhoyar
LessComplexity
• Single Farm
• Source and Target in separate Content Database
Single Farm
Authoring Site
Collection
Production
Site Collection
Content Deployment Topology
#SPBizConf @pgbhoyar
LessComplexity
• Two Farm ( Authoring and Production)
Authoring
Farm
Production Farm
Content Deployment Topology
#SPBizConf @pgbhoyar
LessComplexity
• Staged Approach (Development Staging and Production)
Authoring Farm Production FarmStage Farm
Alternate
Deployment Path
Content Deployment Topology
#SPBizConf @pgbhoyar
#SPBizConf @pgbhoyarhttp://technet.microsoft.com/en-us/library/ee721058.aspx
#SPBizConf @pgbhoyar
Typical Content Deployment Life Cycle
Setup /
Configuratio
n
• Identify the requirements
• Identify the topology
• Configuration
Test/Debug
• Test/Pilot Run
Adoption
• Content Deployment Jobs are Live
• Troubleshooting/Maintenance
#SPBizConf @pgbhoyar
#SPBizConf @pgbhoyar
22
Requires Lot of Backend Work
#SPBizConf @pgbhoyar
How to Setup Content
Deployment? Configure Destination Farm
Activate Feature in Source Site
Collection
Create Target Site Collection
Configure Source Farm
Create Content Deployment Path
Create Content Deployment Jobs
#SPBizConf @pgbhoyar
LessComplexity
Configure Destination Farm
#SPBizConf @pgbhoyar
• For All jobs across the
farm
• Accept Content
Deployment Jobs
• Import Server
• Export Server
• Connection Security
• Temporary Files
• Reporting
Configure Destination
Farm
#SPBizConf @pgbhoyar
How to Setup Content
Deployment? Configure Destination Farm
Activate Feature in Source Site
Collection
Create Target Site Collection
Configure Source Farm
Create Content Deployment Path
Create Content Deployment Jobs
#SPBizConf @pgbhoyar
Activate Feature in Source Site Collection
#SPBizConf @pgbhoyar
How to Setup Content
Deployment? Configure Destination Farm
Activate Feature in Source Site
Collection
Create Target Site Collection
Configure Source Farm
Create Content Deployment Path
Create Content Deployment Jobs
#SPBizConf @pgbhoyar
• Create Empty Site Collection and do
not specify template
OR
• New-SPSite –Url http://siteurl –
OwnerAlias “sharePointlabpgbhoyar”
Create Target Site Collection
#SPBizConf @pgbhoyar
How to Setup Content
Deployment? Configure Destination Farm
Activate Feature in Source Site
Collection
Create Target Site Collection
Configure Source Farm
Create Content Deployment Path
Create Content Deployment Jobs
#SPBizConf @pgbhoyar
Configure Source Farm
#SPBizConf @pgbhoyar
• Name
• Source Web
Application and Site
Collection
• Destination Central
Admin
• Authentication
• Destination Web
App and Site
Collection
• User Names
• Security Information
• Create Content
Deployment Path
Configure Source Farm
#SPBizConf @pgbhoyar
If you are lucky…you will not get this error
33
#SPBizConf @pgbhoyar
Troubleshooting Steps
34
#SPBizConf @pgbhoyar
Troubleshooting Steps
35
• De active all the features until the error messages disappear
• Painful 10-30 minutes …
#SPBizConf @pgbhoyar
Configure Source Farm
• Create Content Deployment Path
#SPBizConf @pgbhoyar
How to Setup Content
Deployment? Configure Destination Farm
Activate Feature in Source Site
Collection
Create Target Site Collection
Configure Source Farm
Create Content Deployment Path
Create Content Deployment Jobs
#SPBizConf @pgbhoyar
• Name
• Path
• SQL Snapshots
• Scope
• Frequency
• Notification
Configure Source Farm
• Create Content Deployment Job
#SPBizConf @pgbhoyar
Types of Content Deployment Jobs
• Full
 Deploys all the content
 Keep the Destination Content
• Quick Deploy
 Only for Publishing Pages
 No dependent list/library and other assets
 Requires Publishing Infrastructure Feature Enabled
#SPBizConf @pgbhoyar
Configure Source Farm
#SPBizConf @pgbhoyar
DEMO
#SPBizConf @pgbhoyar
#SPBizConf @pgbhoyar
 One way communication only
 Require Identical Version of SharePoint
 No full trust solutions
 No Configuration changes
 No File system Changes
43
Common Misconceptions
#SPBizConf @pgbhoyar
#SPBizConf @pgbhoyar
45
Common Issues and Fixes
 Latency between when the content is
authored/published and when it is
live
 Authors having direct access to
Target
 Content Deployment job is stuck
 Custom Solutions modifying target
contents
#SPBizConf @pgbhoyar
PowerShell Commands
• To Display Deployment Paths Configured on the Farm
• Get-SPContentDeploymentPath
• Display Deployment Jobs Configured on the Farm
• Get-SPContentDeploymentJob
• Get a Specific Content Deployment Job
• $job = Get-SPContentDeploymentJob -Identity “JobName“
• To Get a Specific Content Deployment Path
• $path = Get-SPContentDeploymentPath -Identity "PathName“
#SPBizConf @pgbhoyar
#SPBizConf @pgbhoyar
48
• Identical Updates in Source and
Destination Farms
• Create the target site collection with no
template
• Do not modify the contents directly in
Target Site
• Run Deployment Jobs at different time
intervals
• In production restart the Timer Services
using command
• “Get-SPTimerJob job-timer-recycle | Start-
SPTimerJob”
Best Practices
#SPBizConf @pgbhoyar
 Contents in the Target are dynamic
 Users will edit the contents in the Target System
 Better alternatives are available like Cross Site
Publishing of SharePoint 2013
49
When not to use Content Deployment?
#SPBizConf @pgbhoyar
Difference between Content Deployment and Cross Site
Publishing
Content Deployment Cross Site Publishing
• Need access to Central Admin
• Recreate the content
• Deploy contents as it is
• Not supported in Office365/SharePoint
Online
• Not required
• Re use the content
• Full control over how content is
rendered in Publishing Site
• Supported in Office365
/SharePoint Online( added later )
#SPBizConf @pgbhoyar
References
Appendix/Resources
MSDN/TechNet:
http://technet.microsoft.com/en-us/library/ee721058.aspx
http://blogs.technet.com/b/tothesharepoint/archive/2013/07/17/changes-
to-content-deployment-in-sharepoint-server-2013.aspx
http://blogs.technet.com/b/stefan_gossner/archive/2009/10/30/content-
deployment-the-complete-guide-part-1-the-basics.aspx
Books:
Pro SharePoint 2013 – Rob Garrett
#SPBizConf @pgbhoyar
Q&A
WWW.SPBIZCONF.COM
Please fill in my session feedback form available
from the ‘Session Resources’ tab
on my session window.
#SPBizConf @pgbhoyar
Questions? Feedback? Contact me:
 Twitter: @PGBhoyar
 Blog: http://pgbhoyar.com (limited contents)
 Email: pgbhoyar@gmail.com
Thank You
Organizers, Sponsors and You for Making this Possible.

More Related Content

PDF
greach 2014 marco vermeulen bdd using cucumber jvm and groovy
PPT
02 ms office
PDF
Admin create site collection - share point 2013 Training Series Indonesia
PPSX
Share point 2013 sartuday, SharePoint & ERP Integrations
PPT
5th parent power point 2012 2013
PPTX
Ms word 2013 Training
PPTX
Ms word 2013
PPTX
Powerpoint 2013 tutorial
greach 2014 marco vermeulen bdd using cucumber jvm and groovy
02 ms office
Admin create site collection - share point 2013 Training Series Indonesia
Share point 2013 sartuday, SharePoint & ERP Integrations
5th parent power point 2012 2013
Ms word 2013 Training
Ms word 2013
Powerpoint 2013 tutorial

Similar to Getting started with content deployment in share point 2013 SPBizConf 2015 (20)

PDF
Getting started with content deployment in SharePoint 2013 SPFestDC 2015
PDF
Getting started with Content Deployment in SharePoint 2013
PDF
SPSDC Reston 2013 Getting Started With SharePoint Content Deployment
PDF
SPSNJ 2013 Building Solutions using SharePoint TimerJobs
PDF
Getting Started with SharePoint Patterns and Practices Provisioning Engine-SP...
PPTX
Extending Your Reach with Career Portal and Search Engine Optimization
PPTX
Untangling - fall2017 - week 9
PPTX
Web Scrapping Using Python
PDF
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
PDF
Introduction to SharePoint 2013 Out of the box Webparts
PDF
Advanced Office365 Sharepoint online Workflows
PPTX
Drew madelung sp designer workflows - sp-biz
PDF
SPSDC 2013 Building Solutions using SharePoint Timer Jobs
PDF
SPSVB 2013 Everything About SharePoint 2010 Workflows
PPTX
Search Driven Solutions
PPTX
Yoast SEO Plugin - 2015 Pubcon Vegas
PDF
I2 - SharePoint Hybrid Search Start to Finish - Thomas Vochten
PPTX
Automating Site Provisioning in SharePoint - Presented 7/27/13 at SharePoint ...
PDF
Getting Started With SharePoint REST API in Nintex Workflows for Office 365 I...
PPTX
Untangling spring week11
Getting started with content deployment in SharePoint 2013 SPFestDC 2015
Getting started with Content Deployment in SharePoint 2013
SPSDC Reston 2013 Getting Started With SharePoint Content Deployment
SPSNJ 2013 Building Solutions using SharePoint TimerJobs
Getting Started with SharePoint Patterns and Practices Provisioning Engine-SP...
Extending Your Reach with Career Portal and Search Engine Optimization
Untangling - fall2017 - week 9
Web Scrapping Using Python
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
Introduction to SharePoint 2013 Out of the box Webparts
Advanced Office365 Sharepoint online Workflows
Drew madelung sp designer workflows - sp-biz
SPSDC 2013 Building Solutions using SharePoint Timer Jobs
SPSVB 2013 Everything About SharePoint 2010 Workflows
Search Driven Solutions
Yoast SEO Plugin - 2015 Pubcon Vegas
I2 - SharePoint Hybrid Search Start to Finish - Thomas Vochten
Automating Site Provisioning in SharePoint - Presented 7/27/13 at SharePoint ...
Getting Started With SharePoint REST API in Nintex Workflows for Office 365 I...
Untangling spring week11
Ad

More from Prashant G Bhoyar (Microsoft MVP) (20)

PDF
Building Intelligent bots using microsoft bot framework and cognitive service...
PDF
Microsoft Flow for SharePoint Designer Workflow Professionals-SPFestDC2019
PDF
Microsoft Bot Framework for SharePoint Developers-SPFestDC2019
PDF
Azure Active Directory (Azure AD) for office 365 Developers : SPFestDC 2019
PDF
Microsoft Flow For Developers
PDF
Introduction to AI and Cognitive Services For Microsoft 365 Developers and In...
PDF
Introduction to AI and Cognitive Services for O365 Devs Azure Bootcamp Reston
PDF
Azure Active Directory for Office 365 Developers SPFEST DC 2018
PDF
Getting started with Microsoft Graph APIs SP FEST DC 2018
PDF
Introduction to AI and Cognitive Services for Office 365 Developers SPFest DC...
PDF
Building Business Applications for Office 365 SharePoint Online using Azure M...
PDF
Getting started with Office 365 SharePoint Online Workflows : SharePoint Fest...
PDF
Getting Started with SharePoint REST APIs in Custom Sharepoint Workflows - SP...
PDF
Getting Started with Office 365 Developers Patterns and Practices Provisionin...
PDF
Getting Started with Microsoft Graph API SPTechCon Washington DC 2017
PDF
Writing Futuristic Workflows in Office 365 SharePoint On Prem 2013 2016 - SPT...
PDF
Getting started with SharePoint REST API in custom SharePoint workflows Resto...
PDF
SPEngage Raleigh 2017 Azure Active Directory For Office 365 Developers
PDF
Writing Futuristic Workflows in Office 365 SharePoint 2013 2016 on premise
PPTX
Writing futuristic workflows in office 365 SharePoint 2013 2016 on premise
Building Intelligent bots using microsoft bot framework and cognitive service...
Microsoft Flow for SharePoint Designer Workflow Professionals-SPFestDC2019
Microsoft Bot Framework for SharePoint Developers-SPFestDC2019
Azure Active Directory (Azure AD) for office 365 Developers : SPFestDC 2019
Microsoft Flow For Developers
Introduction to AI and Cognitive Services For Microsoft 365 Developers and In...
Introduction to AI and Cognitive Services for O365 Devs Azure Bootcamp Reston
Azure Active Directory for Office 365 Developers SPFEST DC 2018
Getting started with Microsoft Graph APIs SP FEST DC 2018
Introduction to AI and Cognitive Services for Office 365 Developers SPFest DC...
Building Business Applications for Office 365 SharePoint Online using Azure M...
Getting started with Office 365 SharePoint Online Workflows : SharePoint Fest...
Getting Started with SharePoint REST APIs in Custom Sharepoint Workflows - SP...
Getting Started with Office 365 Developers Patterns and Practices Provisionin...
Getting Started with Microsoft Graph API SPTechCon Washington DC 2017
Writing Futuristic Workflows in Office 365 SharePoint On Prem 2013 2016 - SPT...
Getting started with SharePoint REST API in custom SharePoint workflows Resto...
SPEngage Raleigh 2017 Azure Active Directory For Office 365 Developers
Writing Futuristic Workflows in Office 365 SharePoint 2013 2016 on premise
Writing futuristic workflows in office 365 SharePoint 2013 2016 on premise
Ad

Recently uploaded (20)

PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
AI in Product Development-omnex systems
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
ai tools demonstartion for schools and inter college
PDF
Digital Strategies for Manufacturing Companies
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
System and Network Administration Chapter 2
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
medical staffing services at VALiNTRY
Softaken Excel to vCard Converter Software.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
2025 Textile ERP Trends: SAP, Odoo & Oracle
Design an Analysis of Algorithms II-SECS-1021-03
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Odoo Companies in India – Driving Business Transformation.pdf
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
VVF-Customer-Presentation2025-Ver1.9.pptx
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
How Creative Agencies Leverage Project Management Software.pdf
AI in Product Development-omnex systems
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
ai tools demonstartion for schools and inter college
Digital Strategies for Manufacturing Companies
ISO 45001 Occupational Health and Safety Management System
System and Network Administration Chapter 2
Understanding Forklifts - TECH EHS Solution
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
medical staffing services at VALiNTRY

Getting started with content deployment in share point 2013 SPBizConf 2015