SlideShare una empresa de Scribd logo
1 de 55
C D H
No Data Left Behind: A SharePoint 2013 Migration
11/3/2015 2
C D H
Your Presenter
C D H
Julie Boudro
Master SharePoint Consultant & Technician
JulieB@cdh.com
Julie Boudro
»SharePoint Architect
»julieb@cdh.com
» https://www.linkedin.com/pub/julie-boudro/9/677/143
11/3/2015 3
C D H
Today’s Objectives
»Cleaning house, a review of your existing environment
»Packing up, collecting all customizations
»On the move…to SharePoint 2013
Discussion
C D H
C D H
Product Lifecycle
» SharePoint 2003
» SharePoint 2007
» SharePoint 2010
» SharePoint 2010 Mainstream
Support
» SharePoint 2013
» SharePoint 2016
»October 1, 2003
»November 2006
»May 12, 2010
»October 13, 2015
»February 28, 2013
»Q2 2016
Dates of Interest Editions
C D H
A review of your existing environment
Cleaning House
C D H
11/3/2015 6
C D H
Cleaning House
»Content
»Customizations
»Farm Configurations
»Logical Structure
»Storage
»Authentication
»Branding
Taking Inventory
C D H
11/3/2015 7
C D H
Cleaning House
»Content Audit
» Is there information or sites that
can be deleted
» Inventory types of files
(documents, images, videos)
» Goal is to reduce the overall size of
the database or what is migrated
»Reorganization (upgrades)
» Take the opportunity to break up
large portals into multiple site
collections
» Supports a phased approach for
upgrading
Content
C D H
11/3/2015 8
C D H
Content Planning
Item # Page/Document Name Reference Migrate/Archive/Delete Comments/Notes
1 Corporate Handbook Migrate
2 Benefit summary
Located under HR
network Migrate
Replace with current
year
3 Wellness program information Delete
Program no longer
available
4 Holidays Migrate Listing of dates
5 Paid days off Migrate Listing of dates
6 Company policies Archive
7 Employee Feedback Delete
Content Audit Analysis
11/3/2015 9
C D H
Cleaning House
» Shared Service Providers (2007)
» Service Applications (2010)
» User Profile Properties
» Service Accounts
» Content Databases
» Authentication Provider
» Anonymous Access
» Authentication Types (FBA)
» Blocked file types
» Quotas
» Office Web Apps
» Content sources / Search schema
» Patch level
» Email settings (incoming /outgoing)
Farm Configurations
C D H
C D H
Cleaning House
»Number of web applications
»Host name site collections (2010)
»Number of site collections
»Managed paths
»Alternate Access Mappings / IIS
Bindings
»Database sizes
» Double disk space
»Search Index
»Logs
Logical Structure Storage
C D H
C D H
Cleaning House
»Kerberos
»Windows Classic (2007 / 2010)
»Forms based authentication
»Custom membership providers
»Third party solutions
»Custom master pages
»Custom page layouts
»CSS / Images
»JavaScript
Authentication Branding
C D H
11/3/2015 12
C D H
Cleaning House
»2010 Document Farm configuration using PowerShell
» https://technet.microsoft.com/en-us/library/ff645391.aspx
» Upgrade planning worksheet for 2013
» http://www.microsoft.com/en-us/download/details.aspx?id=30370
Tools
C D H
Collecting all customizations
Packing Up
C D H
C D H
Packing Up
»Master pages
»Themes
»Web Pages
»Web Parts
»Custom JavaScript
»Custom CSS files
» Should not affect database
upgrade.
» For site upgrades: likely to
work well in 2010 mode, but
need changes to work in 2013
mode.
» Test carefully in both modes.
Visual Customizations Impact on Upgrade
C D H
C D H
Packing Up
»Content types
»List types
»Web Template
»Site definitions
»Unghosted pages
»Can affect database upgrade
if content or list type names
conflict with new content or
list types in the product, or if
templates or definitions are
missing.
Data structure affecting Impact on Upgrade
C D H
C D H
Packing Up
»Web services
»Windows services
»HTTP handler
»HTTP module
»Might not be compatible with
SharePoint 2013.
»Test carefully to determine
effect.
»Be prepared to remove or
replace.
Non-visually affecting Impact on Upgrade
C D H
C D H
Packing Up
»Third-party add
on’s
»Custom
development
»Farm solutions
»Needs to be upgraded to
new version
»Might not be compatible in
the cloud
»Upgrade & redeploy
Custom Development Impact on Upgrade
C D H
11/3/2015 18
C D H
Packing Up
»Is the customization still
valuable?
»Is the customization well-
designed?
»Keep the customizations, don't
upgrade the sites
»Replace or redo the
customizations
»Discard the customization
Evaluating Customizations
C D H
11/3/2015 19
C D H
Packing Up
» Get list of farm features
» Get-SPFeature | Export-Clixml .Get-SPFeature.xml
» Get list of farm solutions
» Get-SPSolution | Export-Clixml .Get-SPSolution.xml
» Export Farm solutions
» (Get-SPFarm).Solutions | ForEach-Object{$var = (Get-Location).Path + “”+ $_.Name;
$_.SolutionFile.SaveAs($var)}
» Identify missing files
» Test-SPContentDatabase
Tools
C D H
11/3/2015 20
C D H
Packing Up
Creating a customization plan
»https://technet.microsoft.com/en-us/library/cc263203.aspx
Branding Implications
»https://technet.microsoft.com/en-us/library/dn178510.aspx
Resources
C D H
C D H
Break
SharePoint 2013 and beyond
On the move
C D H
On the move
»SharePoint 2003/2007
»SharePoint 2010 to O365
»SharePoint 2010 to 2013
»SharePoint 2013 to O365
»Migrate
»Migrate
»Upgrade
»Migrate
Upgrade or Migrate Best approach
C D HC D H
C D H
On the move
»Reorganization
»Staged approach
»Change information architecture
»Bring only what’s relevant
»Third party tool required
»Doesn’t include custom
solutions
»Doesn’t migrate all service
applications
Migration Pros Migration Cons
C D H
C D H
On the move
»Prepare the environment
»Site customization planning
» Removed, Redone, Updated
»Security model
»Storage allocation
»Communication Plan
»Develop a migration plan
» Determine site structure
» Data to be migrated
» Is the meta data changing
» Reorganization
» List template remapping
(O365)
Migration Steps
C D H
C D H
On the move
» License Model
» Tenant & site collection structure
» Custom development
» Service Applications impact
» Search
» Managed Metadata
» BDC
»Active Directory Integration
»Lightweight administration
»No server side code – CSOM
»No vanity URLs
O365 Considerations
C D H
C D H
On the move
»MetaVis
»ShareGate
»AvePoint
»Dell Migration Manager
»Manual migration
Migration Tools
C D H
C D H
On the move
»No in-place upgrade
»Environment preparation
» New SQL Server / Instance
» New Web Servers (no more
standalone installations)
» New SharePoint Service Accounts
»Reorganization
»Customizations
»Visual Redesign
»Database backups
»Classic to Claims
»2010 & 2013 Hive
Upgrade Preparation
C D H
11/3/2015 29
C D H
On the move
» 500 users or less
» 2 drives, 100 GB each
» Two-tier server farm
» 64-bit, 4 cores
» SQL 2008 R2 with SP1
» Windows Server 2012
Environment Specifications – Small Farm Server A
Web Front End
12 GB Ram
Server B
Batch processing
20 GB Ram
Server C
SQL Server
32 GB Ram
C D H
11/3/2015 30
C D H
On the move
» 4,000 users or less
» 2 drives, 200 GB each
» Three-tier server farm
» 64-bit, 4 cores
» SQL 2008 R2 with SP1
» Windows Server 2012
Environment Specifications – Medium Server A
Web Front End
12 GB Ram
Server B
Batch processing
20 GB Ram
Server C
SQL Server
32 GB Ram
Server A
Web Front End
12 GB Ram
C D H
11/3/2015 31
C D H
On the move
» 8,000 users or less
» 2 drives, 200 GB each
» Three-tier server farm
» 64-bit, 4 cores
» SQL 2008 R2 with SP1
» Windows Server 2012
Environment Specifications – Large
SharePoint Web Front End Servers
Index Server Distributed
Cache
Central Admin
Service Apps
SharePoint Application Servers
SQL Cluster
C D H
11/3/2015 32
C D H
On the move
1. Install SharePoint Farm
2. Configure Managed Accounts
3. Start the necessary services
» If you are upgrading search database, search will not start via the Services
on Server
» Must use PowerShell
Upgrade Steps
C D H
11/3/2015 33
C D H
11/3/2015 34
C D H
On the move
$SearchInst = Get-SPEnterpriseSearchServiceInstance
# Stores the identity for the Search service instance on this server
as a variable
Start-SPServiceInstance $SearchInst
# Starts the service instance
Starting Search Service (upgrade step only)
C D H
C D H
On the move
4. Upgrade Service Applications
» Not all can be upgraded
» Decide to recreate or start new
» PowerShell or GUI
» Secure Store
» Business Data Connectivity (Secure
store must be upgraded first)
» Managed Metadata Web
» PerformancePoint Services
» User Profile
» Search
Upgrade Steps Service Applications
C D H
11/3/2015 36
C D H
On the move
1. Restore SQL backup to empty database
2. PowerShell to create, attach, upgrade Service Application,
» PowerShell to create proxy
3. OR, Can use Central Admin
» Create Service Application, specify application pool
» Enter the restored database name
4. Upgrading Service Applications
C D H
11/3/2015 37
C D H
Same name as
restored DB
11/3/2015 38
C D H
On the move
»Set Application Pool Account
$applicationPool = Get-SPServiceApplicationPool -Identity
'SharePoint Web Services default‘
»Creating Service Application / Upgrade
$sss = New-SPSecureStoreServiceApplication -Name 'Secure Store'
-ApplicationPool $applicationPool -DatabaseName
'SecureStore_Upgrade_DB' –AuditingEnabled
Tools – PowerShell Create/Upgrade Service Applications
C D H
11/3/2015 39
C D H
On the move
»Creating Proxy
$sssp = New-SPSecureStoreServiceApplicationProxy -
Name ProxyName -ServiceApplication $sss -
DefaultProxyGroup
»Upgrade Service Applications Reference
» https://technet.microsoft.com/en-us/library/jj839719.aspx
Tools
C D H
11/3/2015 40
C D H
On the move
5. Deploy features/solutions to the farm
6. Create 2010 Mode Web Applications
» Must be done via PowerShell
» Can be Classic or Claims
7. Attach content databases
» Will act as a fully functioning 2010 Site.
Upgrade Steps
C D H
11/3/2015 41
C D H
On the move
PowerShell to Create 2010 Classic Web Application
New-SPWebApplication -name "ClassicAuthApp" -Port <XX> -
ApplicationPool "ClassicAuthAppPool" -ApplicationPoolAccount
(Get-SPManagedAccount "<domainname><user>")
Test Content Database
Test-SPContentDatabase -Name DatabaseName -WebApplication URL
Tools
C D H
11/3/2015 42
C D H
On the move
Attach Database (will perform an upgrade to 2013 – not visually)
Mount-SPContentDatabase "<ContentDb>" -DatabaseServer
"<DbServer>" -WebApplication http://SiteName
Tools
C D H
11/3/2015 43
C D H
On the move
»Before attach – impact on end users during cut over
»After attach – ability to test
»Cannot create classic web applications via GUI in 2013
8. Convert classic to claims
C D H
11/3/2015 44
C D H
On the move
Convert Web Application to Claims
Convert-SPWebApplication -Identity <yourWebAppUrl> -
To Claims -RetainPermissions [ -Force]
Tools
C D H
11/3/2015 45
C D H
On the move
9. Test (2010 Mode)
» User Access
» Forms / Workflow
» Custom solutions
10.Request evaluation site
collection
Upgrade Steps
C D H
11/3/2015 46
C D H
On the move
»Trial run of the 2013 visual elements
»2010 master pages DO NOT WORK AT ALL
»Custom code running in 2013 mode
»Site Collection by site collection
»Full duplicate size of content database
Evaluation Site Collection
C D H
11/3/2015 47
C D H
On the move
»Greater than 100 GB must be done via PowerShell
»Will lock the site collection during the request = no
access
»Deleted automatically after 30 days
»Timer job runs nightly at 1:00
Evaluation Site Collection
C D H
11/3/2015 48
C D H
On the move
12.Test 2013
13.Finalize visual upgrade on a site collection by site collection
basis
Upgrade Steps
C D H
What’s New in 2013 & 2016
Sneak Peak
C D H
What’s New
»Content Search
»Community Sites
»Hybrid configurations
»Mobile touch
»Design manager
»Cross site publishing
»Streamlined patch
management
»Role based installations
»Template based site creation
What’s New 2013 What’s New in 2016
C D H
C D H
Sneak Peak
C D H
Sneak Peak
Administration Compliance
C D H
C D H
Sneak Peak
App Launcher
11/3/2015 54
C D H
Sneak Peak
»http://www.microsoft.com/en-
us/download/details.aspx?id=48712
Download 2016 Today!
C D H
C D H
Thank you!

Más contenido relacionado

La actualidad más candente

SharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about itSharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about itKnut Relbe-Moe [MVP, MCT]
 
WISPUG - Fun with SharePoint Migrations
WISPUG - Fun with SharePoint MigrationsWISPUG - Fun with SharePoint Migrations
WISPUG - Fun with SharePoint MigrationsBrian Caauwe
 
Unbreakable Sharepoint 2016 With SQL Server 2016 availability groups
Unbreakable Sharepoint 2016 With SQL Server 2016 availability groupsUnbreakable Sharepoint 2016 With SQL Server 2016 availability groups
Unbreakable Sharepoint 2016 With SQL Server 2016 availability groupsIsabelle Van Campenhoudt
 
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013J.D. Wade
 
What Makes for a Successful Migration to SharePoint Online
What Makes for a Successful Migration to SharePoint OnlineWhat Makes for a Successful Migration to SharePoint Online
What Makes for a Successful Migration to SharePoint OnlineAndrea Mondello
 
SharePoint Fest Chicago 2014 - Anatomy of SharePoint and Office 365 Hybrid De...
SharePoint Fest Chicago 2014 - Anatomy of SharePoint and Office 365 Hybrid De...SharePoint Fest Chicago 2014 - Anatomy of SharePoint and Office 365 Hybrid De...
SharePoint Fest Chicago 2014 - Anatomy of SharePoint and Office 365 Hybrid De...Nik Patel
 
SharePoint 2010: Business Insights
SharePoint 2010: Business InsightsSharePoint 2010: Business Insights
SharePoint 2010: Business InsightsJ.D. Wade
 
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012Michael Noel
 
Data sources in share point 2010
Data sources in share point 2010Data sources in share point 2010
Data sources in share point 2010Kathy Hughes
 
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...Datapolis
 
Architectural changes in SharePoint 2013
Architectural changes in SharePoint 2013Architectural changes in SharePoint 2013
Architectural changes in SharePoint 2013Shai Petel
 
A Succesful WebCenter Upgrade: What You Need to Know
A Succesful WebCenter Upgrade: What You Need to KnowA Succesful WebCenter Upgrade: What You Need to Know
A Succesful WebCenter Upgrade: What You Need to KnowFishbowl Solutions
 
Planning your Migration for SharePoint 2010
Planning your Migration for SharePoint 2010Planning your Migration for SharePoint 2010
Planning your Migration for SharePoint 2010cScape
 
Moving to Web 2.0 - Best Practices for Business and Application Migration
Moving to Web 2.0 - Best Practices for Business and Application MigrationMoving to Web 2.0 - Best Practices for Business and Application Migration
Moving to Web 2.0 - Best Practices for Business and Application Migrationanilmadugula
 
SharePoint 2010 for Business, Intranet Leadership Forum
SharePoint 2010 for Business, Intranet Leadership ForumSharePoint 2010 for Business, Intranet Leadership Forum
SharePoint 2010 for Business, Intranet Leadership ForumKathy Hughes
 
Leveraging microsoft’s e discovery platform in your organization
Leveraging microsoft’s e discovery platform in your organizationLeveraging microsoft’s e discovery platform in your organization
Leveraging microsoft’s e discovery platform in your organizationDon Donais
 
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012SharePoint Workflows - SharePoint Saturday Twin Cities April 2012
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012Don Donais
 
Office 365 and SharePoint 2013 Hybrid Environments
Office 365 and SharePoint 2013 Hybrid EnvironmentsOffice 365 and SharePoint 2013 Hybrid Environments
Office 365 and SharePoint 2013 Hybrid EnvironmentsRene Modery
 

La actualidad más candente (20)

SharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about itSharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about it
 
WISPUG - Fun with SharePoint Migrations
WISPUG - Fun with SharePoint MigrationsWISPUG - Fun with SharePoint Migrations
WISPUG - Fun with SharePoint Migrations
 
Unbreakable Sharepoint 2016 With SQL Server 2016 availability groups
Unbreakable Sharepoint 2016 With SQL Server 2016 availability groupsUnbreakable Sharepoint 2016 With SQL Server 2016 availability groups
Unbreakable Sharepoint 2016 With SQL Server 2016 availability groups
 
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
 
What Makes for a Successful Migration to SharePoint Online
What Makes for a Successful Migration to SharePoint OnlineWhat Makes for a Successful Migration to SharePoint Online
What Makes for a Successful Migration to SharePoint Online
 
SharePoint Fest Chicago 2014 - Anatomy of SharePoint and Office 365 Hybrid De...
SharePoint Fest Chicago 2014 - Anatomy of SharePoint and Office 365 Hybrid De...SharePoint Fest Chicago 2014 - Anatomy of SharePoint and Office 365 Hybrid De...
SharePoint Fest Chicago 2014 - Anatomy of SharePoint and Office 365 Hybrid De...
 
SharePoint 2016
SharePoint 2016SharePoint 2016
SharePoint 2016
 
SharePoint 2010: Business Insights
SharePoint 2010: Business InsightsSharePoint 2010: Business Insights
SharePoint 2010: Business Insights
 
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
 
Data sources in share point 2010
Data sources in share point 2010Data sources in share point 2010
Data sources in share point 2010
 
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
 
Architectural changes in SharePoint 2013
Architectural changes in SharePoint 2013Architectural changes in SharePoint 2013
Architectural changes in SharePoint 2013
 
A Succesful WebCenter Upgrade: What You Need to Know
A Succesful WebCenter Upgrade: What You Need to KnowA Succesful WebCenter Upgrade: What You Need to Know
A Succesful WebCenter Upgrade: What You Need to Know
 
Planning your Migration for SharePoint 2010
Planning your Migration for SharePoint 2010Planning your Migration for SharePoint 2010
Planning your Migration for SharePoint 2010
 
Moving to Web 2.0 - Best Practices for Business and Application Migration
Moving to Web 2.0 - Best Practices for Business and Application MigrationMoving to Web 2.0 - Best Practices for Business and Application Migration
Moving to Web 2.0 - Best Practices for Business and Application Migration
 
Share point 2010
Share point 2010Share point 2010
Share point 2010
 
SharePoint 2010 for Business, Intranet Leadership Forum
SharePoint 2010 for Business, Intranet Leadership ForumSharePoint 2010 for Business, Intranet Leadership Forum
SharePoint 2010 for Business, Intranet Leadership Forum
 
Leveraging microsoft’s e discovery platform in your organization
Leveraging microsoft’s e discovery platform in your organizationLeveraging microsoft’s e discovery platform in your organization
Leveraging microsoft’s e discovery platform in your organization
 
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012SharePoint Workflows - SharePoint Saturday Twin Cities April 2012
SharePoint Workflows - SharePoint Saturday Twin Cities April 2012
 
Office 365 and SharePoint 2013 Hybrid Environments
Office 365 and SharePoint 2013 Hybrid EnvironmentsOffice 365 and SharePoint 2013 Hybrid Environments
Office 365 and SharePoint 2013 Hybrid Environments
 

Destacado

美团技术沙龙04 美团下一代分布式存储系统
美团技术沙龙04   美团下一代分布式存储系统美团技术沙龙04   美团下一代分布式存储系统
美团技术沙龙04 美团下一代分布式存储系统美团点评技术团队
 
2. Przestrzeganie wymagań ochrony środowiska
2. Przestrzeganie wymagań ochrony środowiska2. Przestrzeganie wymagań ochrony środowiska
2. Przestrzeganie wymagań ochrony środowiskaAdam Osa
 
Mag evaluation final
Mag evaluation finalMag evaluation final
Mag evaluation finalPatrycjaLaska
 
4. Badanie materiałów konstrukcyjnych
4. Badanie materiałów konstrukcyjnych4. Badanie materiałów konstrukcyjnych
4. Badanie materiałów konstrukcyjnychAdam Osa
 
Article analysis homework
Article analysis homeworkArticle analysis homework
Article analysis homeworkPatrycjaLaska
 
Устав "ОПОРЫ РОССИИ"
Устав "ОПОРЫ РОССИИ"Устав "ОПОРЫ РОССИИ"
Устав "ОПОРЫ РОССИИ"OporaRussiaMoscow
 
21. Zarządzanie eksploatacją maszyn i urządzeń
21. Zarządzanie eksploatacją maszyn i urządzeń21. Zarządzanie eksploatacją maszyn i urządzeń
21. Zarządzanie eksploatacją maszyn i urządzeńAdam Osa
 
Mobile Growth Ninjutsu by Mada Seghete, Founder, Branch
Mobile Growth Ninjutsu by Mada Seghete, Founder, BranchMobile Growth Ninjutsu by Mada Seghete, Founder, Branch
Mobile Growth Ninjutsu by Mada Seghete, Founder, BranchTraction Conf
 
美团点评技术沙龙14:美团云对象存储系统
美团点评技术沙龙14:美团云对象存储系统美团点评技术沙龙14:美团云对象存储系统
美团点评技术沙龙14:美团云对象存储系统美团点评技术团队
 
Real World SharePoint Branding - SharePoint Online - SharePoint Saturday Sess...
Real World SharePoint Branding - SharePoint Online - SharePoint Saturday Sess...Real World SharePoint Branding - SharePoint Online - SharePoint Saturday Sess...
Real World SharePoint Branding - SharePoint Online - SharePoint Saturday Sess...Cathy Dew
 
Le Pretotyping : Crash Test Your Idea - ITESCIA 2015-2016 (Version Française)
Le Pretotyping : Crash Test Your Idea - ITESCIA 2015-2016 (Version Française)Le Pretotyping : Crash Test Your Idea - ITESCIA 2015-2016 (Version Française)
Le Pretotyping : Crash Test Your Idea - ITESCIA 2015-2016 (Version Française)André De Sousa
 
Презентация проекта "Чудо техники"
Презентация проекта "Чудо техники"Презентация проекта "Чудо техники"
Презентация проекта "Чудо техники"Moscow IT Department
 
האמת מאחורי ההסכם
האמת מאחורי ההסכםהאמת מאחורי ההסכם
האמת מאחורי ההסכםlioradler
 

Destacado (19)

美团技术沙龙04 美团下一代分布式存储系统
美团技术沙龙04   美团下一代分布式存储系统美团技术沙龙04   美团下一代分布式存储系统
美团技术沙龙04 美团下一代分布式存储系统
 
2. Przestrzeganie wymagań ochrony środowiska
2. Przestrzeganie wymagań ochrony środowiska2. Przestrzeganie wymagań ochrony środowiska
2. Przestrzeganie wymagań ochrony środowiska
 
Mag evaluation final
Mag evaluation finalMag evaluation final
Mag evaluation final
 
4. Badanie materiałów konstrukcyjnych
4. Badanie materiałów konstrukcyjnych4. Badanie materiałów konstrukcyjnych
4. Badanie materiałów konstrukcyjnych
 
Article analysis homework
Article analysis homeworkArticle analysis homework
Article analysis homework
 
Устав "ОПОРЫ РОССИИ"
Устав "ОПОРЫ РОССИИ"Устав "ОПОРЫ РОССИИ"
Устав "ОПОРЫ РОССИИ"
 
Historia de la sifilis
Historia de la sifilisHistoria de la sifilis
Historia de la sifilis
 
Transformation mittelhochdeutscher Erfahrungswelten – vom Text zum Computerga...
Transformation mittelhochdeutscher Erfahrungswelten – vom Text zum Computerga...Transformation mittelhochdeutscher Erfahrungswelten – vom Text zum Computerga...
Transformation mittelhochdeutscher Erfahrungswelten – vom Text zum Computerga...
 
12 1-16-039263 (2)
12 1-16-039263 (2)12 1-16-039263 (2)
12 1-16-039263 (2)
 
21. Zarządzanie eksploatacją maszyn i urządzeń
21. Zarządzanie eksploatacją maszyn i urządzeń21. Zarządzanie eksploatacją maszyn i urządzeń
21. Zarządzanie eksploatacją maszyn i urządzeń
 
Mobile Growth Ninjutsu by Mada Seghete, Founder, Branch
Mobile Growth Ninjutsu by Mada Seghete, Founder, BranchMobile Growth Ninjutsu by Mada Seghete, Founder, Branch
Mobile Growth Ninjutsu by Mada Seghete, Founder, Branch
 
美团点评技术沙龙14:美团云对象存储系统
美团点评技术沙龙14:美团云对象存储系统美团点评技术沙龙14:美团云对象存储系统
美团点评技术沙龙14:美团云对象存储系统
 
Real World SharePoint Branding - SharePoint Online - SharePoint Saturday Sess...
Real World SharePoint Branding - SharePoint Online - SharePoint Saturday Sess...Real World SharePoint Branding - SharePoint Online - SharePoint Saturday Sess...
Real World SharePoint Branding - SharePoint Online - SharePoint Saturday Sess...
 
Le Pretotyping : Crash Test Your Idea - ITESCIA 2015-2016 (Version Française)
Le Pretotyping : Crash Test Your Idea - ITESCIA 2015-2016 (Version Française)Le Pretotyping : Crash Test Your Idea - ITESCIA 2015-2016 (Version Française)
Le Pretotyping : Crash Test Your Idea - ITESCIA 2015-2016 (Version Française)
 
Презентация проекта "Чудо техники"
Презентация проекта "Чудо техники"Презентация проекта "Чудо техники"
Презентация проекта "Чудо техники"
 
האמת מאחורי ההסכם
האמת מאחורי ההסכםהאמת מאחורי ההסכם
האמת מאחורי ההסכם
 
Basisinformationstechnologie I WiSem 2015 / 2016 | 02_Grundlagen II
Basisinformationstechnologie I WiSem 2015 / 2016 | 02_Grundlagen IIBasisinformationstechnologie I WiSem 2015 / 2016 | 02_Grundlagen II
Basisinformationstechnologie I WiSem 2015 / 2016 | 02_Grundlagen II
 
Basisinformationstechnologie I WiSem 2015 / 2016 | 01_Grundlagen I
Basisinformationstechnologie I WiSem 2015 / 2016 | 01_Grundlagen IBasisinformationstechnologie I WiSem 2015 / 2016 | 01_Grundlagen I
Basisinformationstechnologie I WiSem 2015 / 2016 | 01_Grundlagen I
 
Bit sosem 2016-wieners-sitzung-09_bild-i-kompression
Bit sosem 2016-wieners-sitzung-09_bild-i-kompressionBit sosem 2016-wieners-sitzung-09_bild-i-kompression
Bit sosem 2016-wieners-sitzung-09_bild-i-kompression
 

Similar a No Data Left BehindA A SharePoint 2013 Migration

(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery Guide(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery GuideMark Rackley
 
How city of chicago boosts their sap business objects environment prepares fo...
How city of chicago boosts their sap business objects environment prepares fo...How city of chicago boosts their sap business objects environment prepares fo...
How city of chicago boosts their sap business objects environment prepares fo...Sebastien Goiffon
 
The SharePoint & jQuery Guide - Updated 1/14/14
The SharePoint & jQuery Guide - Updated 1/14/14The SharePoint & jQuery Guide - Updated 1/14/14
The SharePoint & jQuery Guide - Updated 1/14/14Mark Rackley
 
The Path Through SharePoint Migrations
The Path Through SharePoint MigrationsThe Path Through SharePoint Migrations
The Path Through SharePoint MigrationsBrian Caauwe
 
SharePoint Palooza 2010 - Allyis showcase
SharePoint Palooza 2010 - Allyis showcaseSharePoint Palooza 2010 - Allyis showcase
SharePoint Palooza 2010 - Allyis showcaseAllyis
 
Webinar: The Anatomy of the Cloudant Data Layer
Webinar: The Anatomy of the Cloudant Data LayerWebinar: The Anatomy of the Cloudant Data Layer
Webinar: The Anatomy of the Cloudant Data LayerIBM Cloud Data Services
 
TechEd NZ 2014: Azure and Sharepoint
TechEd NZ 2014: Azure and SharepointTechEd NZ 2014: Azure and Sharepoint
TechEd NZ 2014: Azure and SharepointIntergen
 
Triple C - Centralize, Cloudify and Consolidate Dozens of Oracle Databases (O...
Triple C - Centralize, Cloudify and Consolidate Dozens of Oracle Databases (O...Triple C - Centralize, Cloudify and Consolidate Dozens of Oracle Databases (O...
Triple C - Centralize, Cloudify and Consolidate Dozens of Oracle Databases (O...Lucas Jellema
 
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software WebcastPreparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software WebcastJoel Oleson
 
Migrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical PerspectiveMigrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical PerspectiveJohn Calvert
 
SPSNYC SharePoint Worst Practices
SPSNYC SharePoint Worst PracticesSPSNYC SharePoint Worst Practices
SPSNYC SharePoint Worst PracticesScott Hoag
 
Preparing for Upgrade to SharePoint 2010 Today
Preparing for Upgrade to SharePoint 2010 TodayPreparing for Upgrade to SharePoint 2010 Today
Preparing for Upgrade to SharePoint 2010 TodayJoel Oleson
 
Scaling and Modernizing Data Platform with Databricks
Scaling and Modernizing Data Platform with DatabricksScaling and Modernizing Data Platform with Databricks
Scaling and Modernizing Data Platform with DatabricksDatabricks
 
Crm saturday madrid 2017 3 mosqueteros demian-marco-mario
Crm saturday madrid 2017   3  mosqueteros demian-marco-marioCrm saturday madrid 2017   3  mosqueteros demian-marco-mario
Crm saturday madrid 2017 3 mosqueteros demian-marco-marioDemian Raschkovan
 
Connect 2014 - CUST109 - planning and upgrading to ibm connections 4.5 succes...
Connect 2014 - CUST109 - planning and upgrading to ibm connections 4.5 succes...Connect 2014 - CUST109 - planning and upgrading to ibm connections 4.5 succes...
Connect 2014 - CUST109 - planning and upgrading to ibm connections 4.5 succes...Martin Schmidt
 
2010preparingforupgradeoleson
2010preparingforupgradeoleson2010preparingforupgradeoleson
2010preparingforupgradeolesonUGAIA
 
Introduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and PythonIntroduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and PythonSri Ambati
 
Introduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and PythonIntroduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and PythonJo-fai Chow
 

Similar a No Data Left BehindA A SharePoint 2013 Migration (20)

(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery Guide(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery Guide
 
How city of chicago boosts their sap business objects environment prepares fo...
How city of chicago boosts their sap business objects environment prepares fo...How city of chicago boosts their sap business objects environment prepares fo...
How city of chicago boosts their sap business objects environment prepares fo...
 
The SharePoint & jQuery Guide - Updated 1/14/14
The SharePoint & jQuery Guide - Updated 1/14/14The SharePoint & jQuery Guide - Updated 1/14/14
The SharePoint & jQuery Guide - Updated 1/14/14
 
The Path Through SharePoint Migrations
The Path Through SharePoint MigrationsThe Path Through SharePoint Migrations
The Path Through SharePoint Migrations
 
SharePoint Palooza 2010 - Allyis showcase
SharePoint Palooza 2010 - Allyis showcaseSharePoint Palooza 2010 - Allyis showcase
SharePoint Palooza 2010 - Allyis showcase
 
Webinar: The Anatomy of the Cloudant Data Layer
Webinar: The Anatomy of the Cloudant Data LayerWebinar: The Anatomy of the Cloudant Data Layer
Webinar: The Anatomy of the Cloudant Data Layer
 
DW on AWS
DW on AWSDW on AWS
DW on AWS
 
TechEd NZ 2014: Azure and Sharepoint
TechEd NZ 2014: Azure and SharepointTechEd NZ 2014: Azure and Sharepoint
TechEd NZ 2014: Azure and Sharepoint
 
Triple C - Centralize, Cloudify and Consolidate Dozens of Oracle Databases (O...
Triple C - Centralize, Cloudify and Consolidate Dozens of Oracle Databases (O...Triple C - Centralize, Cloudify and Consolidate Dozens of Oracle Databases (O...
Triple C - Centralize, Cloudify and Consolidate Dozens of Oracle Databases (O...
 
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software WebcastPreparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
 
Migrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical PerspectiveMigrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical Perspective
 
SPSNYC SharePoint Worst Practices
SPSNYC SharePoint Worst PracticesSPSNYC SharePoint Worst Practices
SPSNYC SharePoint Worst Practices
 
Preparing for Upgrade to SharePoint 2010 Today
Preparing for Upgrade to SharePoint 2010 TodayPreparing for Upgrade to SharePoint 2010 Today
Preparing for Upgrade to SharePoint 2010 Today
 
SharePoint 2010 Summit - Stress Free Migration
SharePoint 2010 Summit  - Stress Free MigrationSharePoint 2010 Summit  - Stress Free Migration
SharePoint 2010 Summit - Stress Free Migration
 
Scaling and Modernizing Data Platform with Databricks
Scaling and Modernizing Data Platform with DatabricksScaling and Modernizing Data Platform with Databricks
Scaling and Modernizing Data Platform with Databricks
 
Crm saturday madrid 2017 3 mosqueteros demian-marco-mario
Crm saturday madrid 2017   3  mosqueteros demian-marco-marioCrm saturday madrid 2017   3  mosqueteros demian-marco-mario
Crm saturday madrid 2017 3 mosqueteros demian-marco-mario
 
Connect 2014 - CUST109 - planning and upgrading to ibm connections 4.5 succes...
Connect 2014 - CUST109 - planning and upgrading to ibm connections 4.5 succes...Connect 2014 - CUST109 - planning and upgrading to ibm connections 4.5 succes...
Connect 2014 - CUST109 - planning and upgrading to ibm connections 4.5 succes...
 
2010preparingforupgradeoleson
2010preparingforupgradeoleson2010preparingforupgradeoleson
2010preparingforupgradeoleson
 
Introduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and PythonIntroduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and Python
 
Introduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and PythonIntroduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and Python
 

Más de C/D/H Technology Consultants

Más de C/D/H Technology Consultants (20)

6 Ways to Get More From Your Azure
6 Ways to Get More From Your Azure6 Ways to Get More From Your Azure
6 Ways to Get More From Your Azure
 
6 Ways to Get More From Your Azure
6 Ways to Get More From Your Azure6 Ways to Get More From Your Azure
6 Ways to Get More From Your Azure
 
Google for education vs office 365
Google for education vs office 365Google for education vs office 365
Google for education vs office 365
 
C/D/H 1990-2015
C/D/H 1990-2015C/D/H 1990-2015
C/D/H 1990-2015
 
SharePoint for Government
SharePoint for GovernmentSharePoint for Government
SharePoint for Government
 
Lean Mobile Solutions with Microsoft Azure
Lean Mobile Solutions with Microsoft AzureLean Mobile Solutions with Microsoft Azure
Lean Mobile Solutions with Microsoft Azure
 
SharePoint site admins leverage search
SharePoint site admins leverage searchSharePoint site admins leverage search
SharePoint site admins leverage search
 
Real world records management in SharePoint 2013
Real world records management in SharePoint 2013Real world records management in SharePoint 2013
Real world records management in SharePoint 2013
 
Real world records management in share point 2013
Real world records management in share point 2013Real world records management in share point 2013
Real world records management in share point 2013
 
System center seminar presentation
System center seminar presentationSystem center seminar presentation
System center seminar presentation
 
Microsoft SharePoint Cloud presentation
Microsoft SharePoint Cloud presentationMicrosoft SharePoint Cloud presentation
Microsoft SharePoint Cloud presentation
 
Office 365 branding webinar
Office 365 branding webinarOffice 365 branding webinar
Office 365 branding webinar
 
Have It Your Way! SharePoint Customizations
Have It Your Way! SharePoint CustomizationsHave It Your Way! SharePoint Customizations
Have It Your Way! SharePoint Customizations
 
C/D/H: Excel to Project in 5 Easy Steps
C/D/H: Excel to Project in 5 Easy StepsC/D/H: Excel to Project in 5 Easy Steps
C/D/H: Excel to Project in 5 Easy Steps
 
Real world rm in share point 2013
Real world rm in share point 2013Real world rm in share point 2013
Real world rm in share point 2013
 
Lync seminar preso all content
Lync seminar preso all contentLync seminar preso all content
Lync seminar preso all content
 
Office 365: How to Get a Foothold in the Cloud
Office 365: How to Get a Foothold in the CloudOffice 365: How to Get a Foothold in the Cloud
Office 365: How to Get a Foothold in the Cloud
 
Epm seminar presentation
Epm seminar presentationEpm seminar presentation
Epm seminar presentation
 
Manage your enterprise with System Center
Manage your enterprise with System CenterManage your enterprise with System Center
Manage your enterprise with System Center
 
Azure Iaas preso slides
Azure Iaas preso slidesAzure Iaas preso slides
Azure Iaas preso slides
 

Último

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
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
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 

Último (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 

No Data Left BehindA A SharePoint 2013 Migration

  • 1. C D H No Data Left Behind: A SharePoint 2013 Migration
  • 2. 11/3/2015 2 C D H Your Presenter C D H Julie Boudro Master SharePoint Consultant & Technician JulieB@cdh.com Julie Boudro »SharePoint Architect »julieb@cdh.com » https://www.linkedin.com/pub/julie-boudro/9/677/143
  • 3. 11/3/2015 3 C D H Today’s Objectives »Cleaning house, a review of your existing environment »Packing up, collecting all customizations »On the move…to SharePoint 2013 Discussion C D H
  • 4. C D H Product Lifecycle » SharePoint 2003 » SharePoint 2007 » SharePoint 2010 » SharePoint 2010 Mainstream Support » SharePoint 2013 » SharePoint 2016 »October 1, 2003 »November 2006 »May 12, 2010 »October 13, 2015 »February 28, 2013 »Q2 2016 Dates of Interest Editions C D H
  • 5. A review of your existing environment Cleaning House C D H
  • 6. 11/3/2015 6 C D H Cleaning House »Content »Customizations »Farm Configurations »Logical Structure »Storage »Authentication »Branding Taking Inventory C D H
  • 7. 11/3/2015 7 C D H Cleaning House »Content Audit » Is there information or sites that can be deleted » Inventory types of files (documents, images, videos) » Goal is to reduce the overall size of the database or what is migrated »Reorganization (upgrades) » Take the opportunity to break up large portals into multiple site collections » Supports a phased approach for upgrading Content C D H
  • 8. 11/3/2015 8 C D H Content Planning Item # Page/Document Name Reference Migrate/Archive/Delete Comments/Notes 1 Corporate Handbook Migrate 2 Benefit summary Located under HR network Migrate Replace with current year 3 Wellness program information Delete Program no longer available 4 Holidays Migrate Listing of dates 5 Paid days off Migrate Listing of dates 6 Company policies Archive 7 Employee Feedback Delete Content Audit Analysis
  • 9. 11/3/2015 9 C D H Cleaning House » Shared Service Providers (2007) » Service Applications (2010) » User Profile Properties » Service Accounts » Content Databases » Authentication Provider » Anonymous Access » Authentication Types (FBA) » Blocked file types » Quotas » Office Web Apps » Content sources / Search schema » Patch level » Email settings (incoming /outgoing) Farm Configurations C D H
  • 10. C D H Cleaning House »Number of web applications »Host name site collections (2010) »Number of site collections »Managed paths »Alternate Access Mappings / IIS Bindings »Database sizes » Double disk space »Search Index »Logs Logical Structure Storage C D H
  • 11. C D H Cleaning House »Kerberos »Windows Classic (2007 / 2010) »Forms based authentication »Custom membership providers »Third party solutions »Custom master pages »Custom page layouts »CSS / Images »JavaScript Authentication Branding C D H
  • 12. 11/3/2015 12 C D H Cleaning House »2010 Document Farm configuration using PowerShell » https://technet.microsoft.com/en-us/library/ff645391.aspx » Upgrade planning worksheet for 2013 » http://www.microsoft.com/en-us/download/details.aspx?id=30370 Tools C D H
  • 14. C D H Packing Up »Master pages »Themes »Web Pages »Web Parts »Custom JavaScript »Custom CSS files » Should not affect database upgrade. » For site upgrades: likely to work well in 2010 mode, but need changes to work in 2013 mode. » Test carefully in both modes. Visual Customizations Impact on Upgrade C D H
  • 15. C D H Packing Up »Content types »List types »Web Template »Site definitions »Unghosted pages »Can affect database upgrade if content or list type names conflict with new content or list types in the product, or if templates or definitions are missing. Data structure affecting Impact on Upgrade C D H
  • 16. C D H Packing Up »Web services »Windows services »HTTP handler »HTTP module »Might not be compatible with SharePoint 2013. »Test carefully to determine effect. »Be prepared to remove or replace. Non-visually affecting Impact on Upgrade C D H
  • 17. C D H Packing Up »Third-party add on’s »Custom development »Farm solutions »Needs to be upgraded to new version »Might not be compatible in the cloud »Upgrade & redeploy Custom Development Impact on Upgrade C D H
  • 18. 11/3/2015 18 C D H Packing Up »Is the customization still valuable? »Is the customization well- designed? »Keep the customizations, don't upgrade the sites »Replace or redo the customizations »Discard the customization Evaluating Customizations C D H
  • 19. 11/3/2015 19 C D H Packing Up » Get list of farm features » Get-SPFeature | Export-Clixml .Get-SPFeature.xml » Get list of farm solutions » Get-SPSolution | Export-Clixml .Get-SPSolution.xml » Export Farm solutions » (Get-SPFarm).Solutions | ForEach-Object{$var = (Get-Location).Path + “”+ $_.Name; $_.SolutionFile.SaveAs($var)} » Identify missing files » Test-SPContentDatabase Tools C D H
  • 20. 11/3/2015 20 C D H Packing Up Creating a customization plan »https://technet.microsoft.com/en-us/library/cc263203.aspx Branding Implications »https://technet.microsoft.com/en-us/library/dn178510.aspx Resources C D H
  • 22. SharePoint 2013 and beyond On the move
  • 23. C D H On the move »SharePoint 2003/2007 »SharePoint 2010 to O365 »SharePoint 2010 to 2013 »SharePoint 2013 to O365 »Migrate »Migrate »Upgrade »Migrate Upgrade or Migrate Best approach C D HC D H
  • 24. C D H On the move »Reorganization »Staged approach »Change information architecture »Bring only what’s relevant »Third party tool required »Doesn’t include custom solutions »Doesn’t migrate all service applications Migration Pros Migration Cons C D H
  • 25. C D H On the move »Prepare the environment »Site customization planning » Removed, Redone, Updated »Security model »Storage allocation »Communication Plan »Develop a migration plan » Determine site structure » Data to be migrated » Is the meta data changing » Reorganization » List template remapping (O365) Migration Steps C D H
  • 26. C D H On the move » License Model » Tenant & site collection structure » Custom development » Service Applications impact » Search » Managed Metadata » BDC »Active Directory Integration »Lightweight administration »No server side code – CSOM »No vanity URLs O365 Considerations C D H
  • 27. C D H On the move »MetaVis »ShareGate »AvePoint »Dell Migration Manager »Manual migration Migration Tools C D H
  • 28. C D H On the move »No in-place upgrade »Environment preparation » New SQL Server / Instance » New Web Servers (no more standalone installations) » New SharePoint Service Accounts »Reorganization »Customizations »Visual Redesign »Database backups »Classic to Claims »2010 & 2013 Hive Upgrade Preparation C D H
  • 29. 11/3/2015 29 C D H On the move » 500 users or less » 2 drives, 100 GB each » Two-tier server farm » 64-bit, 4 cores » SQL 2008 R2 with SP1 » Windows Server 2012 Environment Specifications – Small Farm Server A Web Front End 12 GB Ram Server B Batch processing 20 GB Ram Server C SQL Server 32 GB Ram C D H
  • 30. 11/3/2015 30 C D H On the move » 4,000 users or less » 2 drives, 200 GB each » Three-tier server farm » 64-bit, 4 cores » SQL 2008 R2 with SP1 » Windows Server 2012 Environment Specifications – Medium Server A Web Front End 12 GB Ram Server B Batch processing 20 GB Ram Server C SQL Server 32 GB Ram Server A Web Front End 12 GB Ram C D H
  • 31. 11/3/2015 31 C D H On the move » 8,000 users or less » 2 drives, 200 GB each » Three-tier server farm » 64-bit, 4 cores » SQL 2008 R2 with SP1 » Windows Server 2012 Environment Specifications – Large SharePoint Web Front End Servers Index Server Distributed Cache Central Admin Service Apps SharePoint Application Servers SQL Cluster C D H
  • 32. 11/3/2015 32 C D H On the move 1. Install SharePoint Farm 2. Configure Managed Accounts 3. Start the necessary services » If you are upgrading search database, search will not start via the Services on Server » Must use PowerShell Upgrade Steps C D H
  • 34. 11/3/2015 34 C D H On the move $SearchInst = Get-SPEnterpriseSearchServiceInstance # Stores the identity for the Search service instance on this server as a variable Start-SPServiceInstance $SearchInst # Starts the service instance Starting Search Service (upgrade step only) C D H
  • 35. C D H On the move 4. Upgrade Service Applications » Not all can be upgraded » Decide to recreate or start new » PowerShell or GUI » Secure Store » Business Data Connectivity (Secure store must be upgraded first) » Managed Metadata Web » PerformancePoint Services » User Profile » Search Upgrade Steps Service Applications C D H
  • 36. 11/3/2015 36 C D H On the move 1. Restore SQL backup to empty database 2. PowerShell to create, attach, upgrade Service Application, » PowerShell to create proxy 3. OR, Can use Central Admin » Create Service Application, specify application pool » Enter the restored database name 4. Upgrading Service Applications C D H
  • 37. 11/3/2015 37 C D H Same name as restored DB
  • 38. 11/3/2015 38 C D H On the move »Set Application Pool Account $applicationPool = Get-SPServiceApplicationPool -Identity 'SharePoint Web Services default‘ »Creating Service Application / Upgrade $sss = New-SPSecureStoreServiceApplication -Name 'Secure Store' -ApplicationPool $applicationPool -DatabaseName 'SecureStore_Upgrade_DB' –AuditingEnabled Tools – PowerShell Create/Upgrade Service Applications C D H
  • 39. 11/3/2015 39 C D H On the move »Creating Proxy $sssp = New-SPSecureStoreServiceApplicationProxy - Name ProxyName -ServiceApplication $sss - DefaultProxyGroup »Upgrade Service Applications Reference » https://technet.microsoft.com/en-us/library/jj839719.aspx Tools C D H
  • 40. 11/3/2015 40 C D H On the move 5. Deploy features/solutions to the farm 6. Create 2010 Mode Web Applications » Must be done via PowerShell » Can be Classic or Claims 7. Attach content databases » Will act as a fully functioning 2010 Site. Upgrade Steps C D H
  • 41. 11/3/2015 41 C D H On the move PowerShell to Create 2010 Classic Web Application New-SPWebApplication -name "ClassicAuthApp" -Port <XX> - ApplicationPool "ClassicAuthAppPool" -ApplicationPoolAccount (Get-SPManagedAccount "<domainname><user>") Test Content Database Test-SPContentDatabase -Name DatabaseName -WebApplication URL Tools C D H
  • 42. 11/3/2015 42 C D H On the move Attach Database (will perform an upgrade to 2013 – not visually) Mount-SPContentDatabase "<ContentDb>" -DatabaseServer "<DbServer>" -WebApplication http://SiteName Tools C D H
  • 43. 11/3/2015 43 C D H On the move »Before attach – impact on end users during cut over »After attach – ability to test »Cannot create classic web applications via GUI in 2013 8. Convert classic to claims C D H
  • 44. 11/3/2015 44 C D H On the move Convert Web Application to Claims Convert-SPWebApplication -Identity <yourWebAppUrl> - To Claims -RetainPermissions [ -Force] Tools C D H
  • 45. 11/3/2015 45 C D H On the move 9. Test (2010 Mode) » User Access » Forms / Workflow » Custom solutions 10.Request evaluation site collection Upgrade Steps C D H
  • 46. 11/3/2015 46 C D H On the move »Trial run of the 2013 visual elements »2010 master pages DO NOT WORK AT ALL »Custom code running in 2013 mode »Site Collection by site collection »Full duplicate size of content database Evaluation Site Collection C D H
  • 47. 11/3/2015 47 C D H On the move »Greater than 100 GB must be done via PowerShell »Will lock the site collection during the request = no access »Deleted automatically after 30 days »Timer job runs nightly at 1:00 Evaluation Site Collection C D H
  • 48. 11/3/2015 48 C D H On the move 12.Test 2013 13.Finalize visual upgrade on a site collection by site collection basis Upgrade Steps C D H
  • 49. What’s New in 2013 & 2016 Sneak Peak
  • 50. C D H What’s New »Content Search »Community Sites »Hybrid configurations »Mobile touch »Design manager »Cross site publishing »Streamlined patch management »Role based installations »Template based site creation What’s New 2013 What’s New in 2016 C D H
  • 51. C D H Sneak Peak
  • 52. C D H Sneak Peak Administration Compliance C D H
  • 53. C D H Sneak Peak App Launcher
  • 54. 11/3/2015 54 C D H Sneak Peak »http://www.microsoft.com/en- us/download/details.aspx?id=48712 Download 2016 Today! C D H
  • 55. C D H Thank you!

Notas del editor

  1. Does it serve a useful business need? Is it widely deployed and used? Does it do something that you cannot do with standard features in the product? Is it built on supported, predefined site definitions? Does it follow best practices for customizations? Is it a supported kind of customization, or does it introduce risk into your environment? You can continue to run the site in 2010 mode in the upgraded environment. Although you can use this approach to keep the same functionality, you will be unable to take advantage of the features and capabilities that are available in the new version. Use this approach only temporarily - eventually you must address the issue (such as before an upgrade to the next version of the product). If you want to use new functionality, plan to redesign your sites, or are significantly changing the information architecture, the upgrade is your opportunity to start over with new features, a new look, or a new organization. When you replace or redo customizations, you can take advantage of the new capabilities, change your design slightly if you want, or move to a more manageable design.
  2. Power Users can pin apps they frequently use Developers can pin apps to the launcher