SlideShare una empresa de Scribd logo
1 de 25
Implementing a Hybrid SharePoint
2013 and Office 365 Environment
René Modery, Office 365 MVP
1stQuad Solutions
Introduction
Who am I?
Consultant & Solution Architect
Office 365 MVP
6+ years in Singapore
Based in Zurich, Switzerland
Contact Details
Web: http://modery.net
Twitter: @modery
Email: rene@modery.net
2
OVERVIEW OF HYBRID ENVIRONMENTS
3
What's a hybrid?
SharePoint 2013
(hosted anywhere)
4
Office 365
Why do we want/need it?
Continue using valuable on-premises investments
Leverage the awesomeness of cloud technology
http://www.flickr.com/photos/torkildr/3462607995/
http://creativecommons.org/licenses/by-sa/2.0/deed.en
Use cases for a hybrid
Permanent: Integration vs Temporary: Migration
6
Reduce Costs
Additional
Functionality
Separation of
workloads
Improved
flexibility and
scalability
Permanent: Integration vs Temporary: Migration
Hybrid Options
Search
– Deliver search results from both environments
Business Connectivity Services (BCS)
– Access on-premises LOB systems from SharePoint Online
Duet Enterprise Online
– Access on-premises SAP from SharePoint Online
OneDrive for Business
– Move selected / all users to 25GB online storage! (SP1)
Identity Management
– One identity for both environments
REQUIREMENTS
Setup
1. SharePoint 2013
2. Office 365 E Plan
3. Your own domain and
access to DNS settings
4. Active Directory
(Single Forest, UPN)
5. Directory Synchronization Computer
6. Reverse Proxy*
7. ADFS
8. ADFS Proxy**
9. PowerShell (specific cmdlets available)
10. * Only needed if SPO needs to access on-premises
11. ** If users should be allowed to log on remotely
Internal Network DMZ Office 365
mycompany.de
IMPLEMENTING A HYBRID
ENVIRONMENT
10
Integration Possibilities 11
Scenario Works out of the box?
SharePoint: Search Yes
SharePoint: BCS Yes
SharePoint: Duet Online Yes
SharePoint: Other Services No
OneDrive for Business In a way (SP1)
Exchange Integration Limited
Lync Integration Yes
MICROSOFT DATA CENTER INTERNET INTRANET
SharePoint Online
CANNOT QUERY
SharePoint Server 2013
SharePoint Online
Site collection
Search portal:
Local search
results ONLY
Search: One-way outbound
BCS: Not supported
Duet: Not supported
SharePoint Server 2013
CAN QUERY SharePoint
Online
Primary web
application
Search portal:
Local + Remote
search results
Outbound
Inbound
Office 365 Tenant SharePoint Server
2013
Local Local/Remote
Topology 1: One-way outbound
The on-premises SharePoint Server 2013
farm connects to SharePoint Online.
SUPPORTS
SharePoint Search
From on-premises: On-premises SharePoint Server 2013 users can
see both local and remote search results.
From SharePoint Online: Users of the SharePoint Online Search
portal can see only local results.
REQUIRES
SharePoint Online (Office 365) trusts the on-premises
SharePoint farm
MICROSOFT DATA CENTER INTERNET INTRANET
SharePoint Online CAN
QUERY SharePoint Server
2013
SharePoint Online
Site collection
Search portal:
Local search
results ONLY
Search: One-way inbound
BCS: Supported
Duet: Supported
SharePoint Server 2013
CANNOT QUERY
SharePoint Online
Primary web
application
Office 365 Tenant SharePoint Server
2013
PERIMETER
NETWORK
Reverse
proxy
CUSTOMER NETWORK
Outbound
Inbound
Local
Search portal:
Local + Remote
search results
Local/Remote
The SharePoint on-premises farm trusts SharePoint Online
(Office 365)
Reverse proxy device
REQUIRES
SharePoint Search
From on-premises: On-premises SharePoint Server 2013 users can
see only local search results.
From SharePoint Online: Users of the SharePoint Online Search
portal can see both local and remote results.
SUPPORTS
Topology 2: One-way inbound
SharePoint Online connects to an on-
premises SharePoint Server 2013 farm
through a reverse proxy device.
Business Connectivity
Services
Duet Enterprise Online
From SharePoint Online: Users can perform both read and write
operations. The BCS service connects to an on-premises SharePoint
Server 2013 farm. The BCS service configured on the on-premises
farm brokers the connection to on-premises OData Service
endpoints.
Requires an app for SharePoint or an external list installed on the
SharePoint Online site collection.
From SharePoint Online: Users can perform read and write
operations against an on-premises SAP system.
Requires an app for SharePoint on the SharePoint Online site
collection or a Duet Enterprise Online feature.
SharePoint Search
From on-premises: On-premises SharePoint Server 2013 users can
see both local and remote results.
From SharePoint Online: Users of the SharePoint Online Search
portal can see both local and remote results.
Extranet users: If you configure extranet authentication services,
extranet users can log in remotely with an on-premises Active
Directory account and use all available hybrid functionality.
SUPPORTS
MICROSOFT DATA CENTER INTERNET INTRANET
SharePoint Online CAN
QUERY SharePoint Server
2013
SharePoint Online
Site collection
Search: Bidirectional
BCS: Supported
Duet: Supported
SharePoint Server 2013
CAN QUERY SharePoint
Online
Primary web
application
Office 365 Tenant SharePoint Server
2013
PERIMETER
NETWORK
Reverse
proxy
CUSTOMER NETWORK
Outbound
Inbound
Search portal:
Local + Remote
search results
Local/Remote
Search portal:
Local + Remote
search results
Local/Remote
Topology 3: Two-way
The on-premises SharePoint Server 2013 farm connects to
SharePoint Online. SharePoint Online connects to an on-premises
SharePoint Server 2013 farm through a reverse proxy device.
Business Connectivity
Services
Duet Enterprise Online
From SharePoint Online: Users can perform both read and write
operations. The BCS service connects to an on-premises SharePoint
Server 2013 farm. The BCS service configured on the on-premises
farm brokers the connection to on-premises OData Service
endpoints.
Requires an app for SharePoint or an external list installed on the
SharePoint Online site collection.
From SharePoint Online: Users can perform read and write
operations against an on-premises SAP system.
Requires an app for SharePoint on the SharePoint Online site
collection or a Duet Enterprise Online feature.
SharePoint Search
From on-premises: On-premises SharePoint Server 2013 users can
see both local and remote results.
From SharePoint Online: Users of the SharePoint Online Search
portal can see both local and remote results.
Extranet users: If you configure extranet authentication services,
extranet users can log in remotely with an on-premises Active
Directory account and use all available hybrid functionality.
SUPPORTS
Two-way trust between environments
REQUIRES
Implementation Phases
One-way outbound One-way inbound / two-way
Phase 1: Configure environment
infrastructure
1. Prepare for directory synchronisation &
identity management
2. Prepare SharePoint 2013 & Online for hybrid
features
Phase 2: Configure Reverse Proxy 17
Phase 3: Directory Synchronisation
• Synchronise AD users with Office 365
• Can’t be installed on a domain controller
• Prerequisite: activated in UI
• Does not assign licenses!
18
Phase 3: Directory Synchronisation 19
Phase 3: Active Directory Federation
Services (ADFS)
20
Phase 4: Configure hybrid solution
• SharePoint 2013 and SharePoint Online provide
their own indexes!
• Display search results from the other platform
– Governance: Were should users search? (Search
Center on-premises or online)
– Governance: Dedicated search results page(s)?
–  Define a search strategy!
Phase 4: Configure hybrid solution
Create Result Source
22
Phase 4: Configure hybrid solution
Create Query Rule
23
Phase 4: Configure hybrid solution
Configure Search Results Page
24
My own Hybrid!
• #1 Source: TechNet Article “Hybrid for SharePoint
Server 2013”
– http://bit.ly/sp13hybrid
• SharePoint Conference 2014:
– http://bit.ly/c9hybrid
• More Articles, Links, Whitepapers, etc.
– http://hybridoffice365.com
25

Más contenido relacionado

La actualidad más candente

SharePoint Online vs. On-Premise
SharePoint Online vs. On-PremiseSharePoint Online vs. On-Premise
SharePoint Online vs. On-PremiseEvan Hodges
 
Managing SharePoint On-Premises vs. Online -- Compare and Contrast
Managing SharePoint On-Premises vs. Online -- Compare and ContrastManaging SharePoint On-Premises vs. Online -- Compare and Contrast
Managing SharePoint On-Premises vs. Online -- Compare and ContrastChristian Buckley
 
Cloud Hybrid Search with SharePoint
Cloud Hybrid Search with SharePointCloud Hybrid Search with SharePoint
Cloud Hybrid Search with SharePointJeff Fried
 
SharePoint 2013 on-premise vs Office 365 Online compared
SharePoint 2013 on-premise vs Office 365 Online comparedSharePoint 2013 on-premise vs Office 365 Online compared
SharePoint 2013 on-premise vs Office 365 Online comparedNagaraj Yerram
 
Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0Bert Johnson
 
What and how do I choose SharePoint 2013 On-premise vs. Cloud (Office 365)
What and how do I choose SharePoint 2013 On-premise vs. Cloud (Office 365)What and how do I choose SharePoint 2013 On-premise vs. Cloud (Office 365)
What and how do I choose SharePoint 2013 On-premise vs. Cloud (Office 365)WinWire Technologies Inc
 
Collab365: What's new in SharePoint 2016 for IT Pros
Collab365: What's new in SharePoint 2016 for IT ProsCollab365: What's new in SharePoint 2016 for IT Pros
Collab365: What's new in SharePoint 2016 for IT ProsVlad Catrinescu
 
Comparison of SharePoint 2010 and SharePoint 2013
Comparison of SharePoint 2010 and SharePoint 2013Comparison of SharePoint 2010 and SharePoint 2013
Comparison of SharePoint 2010 and SharePoint 2013Ian Woodgate
 
SharePoint 2016 : C’est quoi les nouveautés?
SharePoint 2016 : C’est quoi les nouveautés?SharePoint 2016 : C’est quoi les nouveautés?
SharePoint 2016 : C’est quoi les nouveautés?Vlad Catrinescu
 
Fried baspug hybrid share point
Fried baspug hybrid share pointFried baspug hybrid share point
Fried baspug hybrid share pointJeff Fried
 
SharePoint 2007 and 2010 + Use Cases
SharePoint 2007 and 2010 + Use CasesSharePoint 2007 and 2010 + Use Cases
SharePoint 2007 and 2010 + Use Casesjovojovo
 
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
 
ESPC14 - T23 - SharePoint Online vs On-Premises vs Hosted - Making the Right ...
ESPC14 - T23 - SharePoint Online vs On-Premises vs Hosted - Making the Right ...ESPC14 - T23 - SharePoint Online vs On-Premises vs Hosted - Making the Right ...
ESPC14 - T23 - SharePoint Online vs On-Premises vs Hosted - Making the Right ...Rene Modery
 
Office 365 Deployment Strategies
Office 365 Deployment StrategiesOffice 365 Deployment Strategies
Office 365 Deployment StrategiesBert Johnson
 
[Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 [Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 James Wright
 
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
 

La actualidad más candente (19)

SharePoint Online vs. On-Premise
SharePoint Online vs. On-PremiseSharePoint Online vs. On-Premise
SharePoint Online vs. On-Premise
 
Managing SharePoint On-Premises vs. Online -- Compare and Contrast
Managing SharePoint On-Premises vs. Online -- Compare and ContrastManaging SharePoint On-Premises vs. Online -- Compare and Contrast
Managing SharePoint On-Premises vs. Online -- Compare and Contrast
 
Cloud Hybrid Search with SharePoint
Cloud Hybrid Search with SharePointCloud Hybrid Search with SharePoint
Cloud Hybrid Search with SharePoint
 
SharePoint Online v Onprem
SharePoint Online v OnpremSharePoint Online v Onprem
SharePoint Online v Onprem
 
SharePoint 2013 on-premise vs Office 365 Online compared
SharePoint 2013 on-premise vs Office 365 Online comparedSharePoint 2013 on-premise vs Office 365 Online compared
SharePoint 2013 on-premise vs Office 365 Online compared
 
Webinar: SharePoint 2016: The Future Of Hybrid
Webinar: SharePoint 2016: The Future Of Hybrid Webinar: SharePoint 2016: The Future Of Hybrid
Webinar: SharePoint 2016: The Future Of Hybrid
 
Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0
 
What and how do I choose SharePoint 2013 On-premise vs. Cloud (Office 365)
What and how do I choose SharePoint 2013 On-premise vs. Cloud (Office 365)What and how do I choose SharePoint 2013 On-premise vs. Cloud (Office 365)
What and how do I choose SharePoint 2013 On-premise vs. Cloud (Office 365)
 
Collab365: What's new in SharePoint 2016 for IT Pros
Collab365: What's new in SharePoint 2016 for IT ProsCollab365: What's new in SharePoint 2016 for IT Pros
Collab365: What's new in SharePoint 2016 for IT Pros
 
Comparison of SharePoint 2010 and SharePoint 2013
Comparison of SharePoint 2010 and SharePoint 2013Comparison of SharePoint 2010 and SharePoint 2013
Comparison of SharePoint 2010 and SharePoint 2013
 
SharePoint 2016 : C’est quoi les nouveautés?
SharePoint 2016 : C’est quoi les nouveautés?SharePoint 2016 : C’est quoi les nouveautés?
SharePoint 2016 : C’est quoi les nouveautés?
 
Fried baspug hybrid share point
Fried baspug hybrid share pointFried baspug hybrid share point
Fried baspug hybrid share point
 
SharePoint 2007 and 2010 + Use Cases
SharePoint 2007 and 2010 + Use CasesSharePoint 2007 and 2010 + Use Cases
SharePoint 2007 and 2010 + Use Cases
 
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
 
ESPC14 - T23 - SharePoint Online vs On-Premises vs Hosted - Making the Right ...
ESPC14 - T23 - SharePoint Online vs On-Premises vs Hosted - Making the Right ...ESPC14 - T23 - SharePoint Online vs On-Premises vs Hosted - Making the Right ...
ESPC14 - T23 - SharePoint Online vs On-Premises vs Hosted - Making the Right ...
 
Webinar: The Slippery Slope of Migrating to SharePoint Online or On-Premise
Webinar: The Slippery Slope of Migrating to SharePoint Online or On-PremiseWebinar: The Slippery Slope of Migrating to SharePoint Online or On-Premise
Webinar: The Slippery Slope of Migrating to SharePoint Online or On-Premise
 
Office 365 Deployment Strategies
Office 365 Deployment StrategiesOffice 365 Deployment Strategies
Office 365 Deployment Strategies
 
[Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 [Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016
 
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...
 

Destacado

Hybrid SharePoint Deployments
Hybrid SharePoint DeploymentsHybrid SharePoint Deployments
Hybrid SharePoint DeploymentsSPC Adriatics
 
Hybrid SharePoint Solutions for the Business Decision-Maker
Hybrid SharePoint Solutions for the Business Decision-MakerHybrid SharePoint Solutions for the Business Decision-Maker
Hybrid SharePoint Solutions for the Business Decision-MakerChristian Buckley
 
AWS Webinar: How to architect and deploy a multi tier share point server farm...
AWS Webinar: How to architect and deploy a multi tier share point server farm...AWS Webinar: How to architect and deploy a multi tier share point server farm...
AWS Webinar: How to architect and deploy a multi tier share point server farm...Amazon Web Services
 
Presentation For Biometric Security (Old Ms Office Version)
Presentation For Biometric Security (Old Ms Office Version)Presentation For Biometric Security (Old Ms Office Version)
Presentation For Biometric Security (Old Ms Office Version)zodiacbiosecurity
 
A proposal for the automation of attendance system
A proposal for the automation of attendance systemA proposal for the automation of attendance system
A proposal for the automation of attendance systemAj Aligonero
 

Destacado (6)

Hybrid SharePoint Deployments
Hybrid SharePoint DeploymentsHybrid SharePoint Deployments
Hybrid SharePoint Deployments
 
Hybrid SharePoint Solutions for the Business Decision-Maker
Hybrid SharePoint Solutions for the Business Decision-MakerHybrid SharePoint Solutions for the Business Decision-Maker
Hybrid SharePoint Solutions for the Business Decision-Maker
 
AWS Webinar: How to architect and deploy a multi tier share point server farm...
AWS Webinar: How to architect and deploy a multi tier share point server farm...AWS Webinar: How to architect and deploy a multi tier share point server farm...
AWS Webinar: How to architect and deploy a multi tier share point server farm...
 
Presentation For Biometric Security (Old Ms Office Version)
Presentation For Biometric Security (Old Ms Office Version)Presentation For Biometric Security (Old Ms Office Version)
Presentation For Biometric Security (Old Ms Office Version)
 
A proposal for the automation of attendance system
A proposal for the automation of attendance systemA proposal for the automation of attendance system
A proposal for the automation of attendance system
 
Attendance Management System
Attendance Management SystemAttendance Management System
Attendance Management System
 

Similar a ESPC14 - T13 - Implementing a Hybrid SharePoint 2013 and Office 365 environment

SharePoint Saturday nl 2014: Hybrid Search, The search for the Cloud
SharePoint Saturday nl 2014: Hybrid Search, The search for the CloudSharePoint Saturday nl 2014: Hybrid Search, The search for the Cloud
SharePoint Saturday nl 2014: Hybrid Search, The search for the CloudRogier Duurkoop
 
Sharepoint 2013 Hybrid Scenarios That Make Sense: Optimize Your SharePoint & ...
Sharepoint 2013 Hybrid Scenarios That Make Sense: Optimize Your SharePoint & ...Sharepoint 2013 Hybrid Scenarios That Make Sense: Optimize Your SharePoint & ...
Sharepoint 2013 Hybrid Scenarios That Make Sense: Optimize Your SharePoint & ...Perficient, Inc.
 
SPCA2013 - Hybrid SharePoint 2013 and Office 365 Environments for Decision Ma...
SPCA2013 - Hybrid SharePoint 2013 and Office 365 Environments for Decision Ma...SPCA2013 - Hybrid SharePoint 2013 and Office 365 Environments for Decision Ma...
SPCA2013 - Hybrid SharePoint 2013 and Office 365 Environments for Decision Ma...NCCOMMS
 
Fried sps boston hybrid talk
Fried sps boston hybrid talkFried sps boston hybrid talk
Fried sps boston hybrid talkJeff Fried
 
Fried sps boston hybrid talk
Fried sps boston hybrid talkFried sps boston hybrid talk
Fried sps boston hybrid talkJeff Fried
 
Fried sps boston hybrid share point
Fried sps boston hybrid share pointFried sps boston hybrid share point
Fried sps boston hybrid share pointJeff Fried
 
SharePoint Hybrid Strategy for Office 365 - 3 Options
SharePoint Hybrid Strategy for Office 365 -  3 OptionsSharePoint Hybrid Strategy for Office 365 -  3 Options
SharePoint Hybrid Strategy for Office 365 - 3 OptionsJoel Oleson
 
Tournee Canadienne aOS - Quebec - Qu'est-ce que VOUS obtenez d'un environneme...
Tournee Canadienne aOS - Quebec - Qu'est-ce que VOUS obtenez d'un environneme...Tournee Canadienne aOS - Quebec - Qu'est-ce que VOUS obtenez d'un environneme...
Tournee Canadienne aOS - Quebec - Qu'est-ce que VOUS obtenez d'un environneme...Vlad Catrinescu
 
SharePoint 2016 Hybrid Overview
SharePoint 2016 Hybrid OverviewSharePoint 2016 Hybrid Overview
SharePoint 2016 Hybrid OverviewRoy Kim
 
SharePoint cloud hybrid search
SharePoint cloud hybrid searchSharePoint cloud hybrid search
SharePoint cloud hybrid searchJoAnna Cheshire
 
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]
 
Cloud Hybrid model with sharepoint 2016
Cloud Hybrid model with  sharepoint 2016Cloud Hybrid model with  sharepoint 2016
Cloud Hybrid model with sharepoint 2016Shangar CODANDARAMAYAR
 
Being INSIGHTFUL is the only way to get on SharePoint Hybrid !
Being INSIGHTFUL is the only way to get on SharePoint Hybrid !Being INSIGHTFUL is the only way to get on SharePoint Hybrid !
Being INSIGHTFUL is the only way to get on SharePoint Hybrid !Dipti Chhatrapati
 
DWCAU SharePoint Hybrid Melbourne
DWCAU SharePoint Hybrid MelbourneDWCAU SharePoint Hybrid Melbourne
DWCAU SharePoint Hybrid MelbourneAshish Trivedi
 
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil Hodgkinson
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil HodgkinsonConfiguring Hybrid Workloads for SharePoint 2013 and O365 by Neil Hodgkinson
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil HodgkinsonEuropean SharePoint Conference
 
Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentials
Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentialsGokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentials
Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentialsSharePoint Saturday Warsaw
 
Office 365 – SharePoint 2013 onprem hybrid
Office 365 – SharePoint 2013 onprem hybridOffice 365 – SharePoint 2013 onprem hybrid
Office 365 – SharePoint 2013 onprem hybridArild Aarnes
 
[McDermott] Configuring SharePoint Hybrid Search and Taxonomy
[McDermott] Configuring SharePoint Hybrid Search and Taxonomy[McDermott] Configuring SharePoint Hybrid Search and Taxonomy
[McDermott] Configuring SharePoint Hybrid Search and TaxonomyEuropean Collaboration Summit
 
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User GroupSharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User GroupDrew Madelung
 
Full trust code is not dead
Full trust code is not deadFull trust code is not dead
Full trust code is not deadShawn Beeson
 

Similar a ESPC14 - T13 - Implementing a Hybrid SharePoint 2013 and Office 365 environment (20)

SharePoint Saturday nl 2014: Hybrid Search, The search for the Cloud
SharePoint Saturday nl 2014: Hybrid Search, The search for the CloudSharePoint Saturday nl 2014: Hybrid Search, The search for the Cloud
SharePoint Saturday nl 2014: Hybrid Search, The search for the Cloud
 
Sharepoint 2013 Hybrid Scenarios That Make Sense: Optimize Your SharePoint & ...
Sharepoint 2013 Hybrid Scenarios That Make Sense: Optimize Your SharePoint & ...Sharepoint 2013 Hybrid Scenarios That Make Sense: Optimize Your SharePoint & ...
Sharepoint 2013 Hybrid Scenarios That Make Sense: Optimize Your SharePoint & ...
 
SPCA2013 - Hybrid SharePoint 2013 and Office 365 Environments for Decision Ma...
SPCA2013 - Hybrid SharePoint 2013 and Office 365 Environments for Decision Ma...SPCA2013 - Hybrid SharePoint 2013 and Office 365 Environments for Decision Ma...
SPCA2013 - Hybrid SharePoint 2013 and Office 365 Environments for Decision Ma...
 
Fried sps boston hybrid talk
Fried sps boston hybrid talkFried sps boston hybrid talk
Fried sps boston hybrid talk
 
Fried sps boston hybrid talk
Fried sps boston hybrid talkFried sps boston hybrid talk
Fried sps boston hybrid talk
 
Fried sps boston hybrid share point
Fried sps boston hybrid share pointFried sps boston hybrid share point
Fried sps boston hybrid share point
 
SharePoint Hybrid Strategy for Office 365 - 3 Options
SharePoint Hybrid Strategy for Office 365 -  3 OptionsSharePoint Hybrid Strategy for Office 365 -  3 Options
SharePoint Hybrid Strategy for Office 365 - 3 Options
 
Tournee Canadienne aOS - Quebec - Qu'est-ce que VOUS obtenez d'un environneme...
Tournee Canadienne aOS - Quebec - Qu'est-ce que VOUS obtenez d'un environneme...Tournee Canadienne aOS - Quebec - Qu'est-ce que VOUS obtenez d'un environneme...
Tournee Canadienne aOS - Quebec - Qu'est-ce que VOUS obtenez d'un environneme...
 
SharePoint 2016 Hybrid Overview
SharePoint 2016 Hybrid OverviewSharePoint 2016 Hybrid Overview
SharePoint 2016 Hybrid Overview
 
SharePoint cloud hybrid search
SharePoint cloud hybrid searchSharePoint cloud hybrid search
SharePoint cloud hybrid search
 
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
 
Cloud Hybrid model with sharepoint 2016
Cloud Hybrid model with  sharepoint 2016Cloud Hybrid model with  sharepoint 2016
Cloud Hybrid model with sharepoint 2016
 
Being INSIGHTFUL is the only way to get on SharePoint Hybrid !
Being INSIGHTFUL is the only way to get on SharePoint Hybrid !Being INSIGHTFUL is the only way to get on SharePoint Hybrid !
Being INSIGHTFUL is the only way to get on SharePoint Hybrid !
 
DWCAU SharePoint Hybrid Melbourne
DWCAU SharePoint Hybrid MelbourneDWCAU SharePoint Hybrid Melbourne
DWCAU SharePoint Hybrid Melbourne
 
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil Hodgkinson
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil HodgkinsonConfiguring Hybrid Workloads for SharePoint 2013 and O365 by Neil Hodgkinson
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil Hodgkinson
 
Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentials
Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentialsGokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentials
Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentials
 
Office 365 – SharePoint 2013 onprem hybrid
Office 365 – SharePoint 2013 onprem hybridOffice 365 – SharePoint 2013 onprem hybrid
Office 365 – SharePoint 2013 onprem hybrid
 
[McDermott] Configuring SharePoint Hybrid Search and Taxonomy
[McDermott] Configuring SharePoint Hybrid Search and Taxonomy[McDermott] Configuring SharePoint Hybrid Search and Taxonomy
[McDermott] Configuring SharePoint Hybrid Search and Taxonomy
 
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User GroupSharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
 
Full trust code is not dead
Full trust code is not deadFull trust code is not dead
Full trust code is not dead
 

Más de Rene Modery

TeamsFest - Integrating Microsoft Teams and PowerApps
TeamsFest - Integrating Microsoft Teams and PowerAppsTeamsFest - Integrating Microsoft Teams and PowerApps
TeamsFest - Integrating Microsoft Teams and PowerAppsRene Modery
 
Global Azure Bootcamp (Singapore) - Effectively using Azure DevOps in Microso...
Global Azure Bootcamp (Singapore) - Effectively using Azure DevOps in Microso...Global Azure Bootcamp (Singapore) - Effectively using Azure DevOps in Microso...
Global Azure Bootcamp (Singapore) - Effectively using Azure DevOps in Microso...Rene Modery
 
aOS Kuala Lumpur - Migrating to SharePoint Online - Real-life Experiences
aOS Kuala Lumpur - Migrating to SharePoint Online - Real-life ExperiencesaOS Kuala Lumpur - Migrating to SharePoint Online - Real-life Experiences
aOS Kuala Lumpur - Migrating to SharePoint Online - Real-life ExperiencesRene Modery
 
SharePoint Online vs On-premises vs Hybrid – 2016 edition
SharePoint Online vs On-premises vs Hybrid – 2016 editionSharePoint Online vs On-premises vs Hybrid – 2016 edition
SharePoint Online vs On-premises vs Hybrid – 2016 editionRene Modery
 
Microsoft PowerApps
Microsoft PowerAppsMicrosoft PowerApps
Microsoft PowerAppsRene Modery
 
Introduction to Azure Machine Learning
Introduction to Azure Machine LearningIntroduction to Azure Machine Learning
Introduction to Azure Machine LearningRene Modery
 
SPBiz - Practical Advice for developing your SharePoint Roadmap
SPBiz - Practical Advice for developing your SharePoint RoadmapSPBiz - Practical Advice for developing your SharePoint Roadmap
SPBiz - Practical Advice for developing your SharePoint RoadmapRene Modery
 
Office 365 - always the latest and greatest or too fast for you?
Office 365 - always the latest and greatest or too fast for you?Office 365 - always the latest and greatest or too fast for you?
Office 365 - always the latest and greatest or too fast for you?Rene Modery
 
Automating Office 365 with PowerShell
Automating Office 365 with PowerShellAutomating Office 365 with PowerShell
Automating Office 365 with PowerShellRene Modery
 
AIIM Webinar - SharePoint 2013 - clouding the issues?
AIIM Webinar - SharePoint 2013 - clouding the issues?AIIM Webinar - SharePoint 2013 - clouding the issues?
AIIM Webinar - SharePoint 2013 - clouding the issues?Rene Modery
 
ShareConf 2013 - Implementierung von Hybridumgebungen mit SharePoint 2013 und...
ShareConf 2013 - Implementierung von Hybridumgebungen mit SharePoint 2013 und...ShareConf 2013 - Implementierung von Hybridumgebungen mit SharePoint 2013 und...
ShareConf 2013 - Implementierung von Hybridumgebungen mit SharePoint 2013 und...Rene Modery
 
Connecting Office 365 and Windows 8 HTML/JavaScript Apps
Connecting Office 365 and Windows 8 HTML/JavaScript AppsConnecting Office 365 and Windows 8 HTML/JavaScript Apps
Connecting Office 365 and Windows 8 HTML/JavaScript AppsRene Modery
 
SEASPC - Rene Modery - Creating an Employee Engaging Intranet Homepage
SEASPC - Rene Modery - Creating an Employee Engaging Intranet HomepageSEASPC - Rene Modery - Creating an Employee Engaging Intranet Homepage
SEASPC - Rene Modery - Creating an Employee Engaging Intranet HomepageRene Modery
 
Introduction to using jQuery with SharePoint
Introduction to using jQuery with SharePointIntroduction to using jQuery with SharePoint
Introduction to using jQuery with SharePointRene Modery
 
Experiences with two AsiaPacific-wide SharePoint Deployments - SharePoint Con...
Experiences with two AsiaPacific-wide SharePoint Deployments - SharePoint Con...Experiences with two AsiaPacific-wide SharePoint Deployments - SharePoint Con...
Experiences with two AsiaPacific-wide SharePoint Deployments - SharePoint Con...Rene Modery
 

Más de Rene Modery (15)

TeamsFest - Integrating Microsoft Teams and PowerApps
TeamsFest - Integrating Microsoft Teams and PowerAppsTeamsFest - Integrating Microsoft Teams and PowerApps
TeamsFest - Integrating Microsoft Teams and PowerApps
 
Global Azure Bootcamp (Singapore) - Effectively using Azure DevOps in Microso...
Global Azure Bootcamp (Singapore) - Effectively using Azure DevOps in Microso...Global Azure Bootcamp (Singapore) - Effectively using Azure DevOps in Microso...
Global Azure Bootcamp (Singapore) - Effectively using Azure DevOps in Microso...
 
aOS Kuala Lumpur - Migrating to SharePoint Online - Real-life Experiences
aOS Kuala Lumpur - Migrating to SharePoint Online - Real-life ExperiencesaOS Kuala Lumpur - Migrating to SharePoint Online - Real-life Experiences
aOS Kuala Lumpur - Migrating to SharePoint Online - Real-life Experiences
 
SharePoint Online vs On-premises vs Hybrid – 2016 edition
SharePoint Online vs On-premises vs Hybrid – 2016 editionSharePoint Online vs On-premises vs Hybrid – 2016 edition
SharePoint Online vs On-premises vs Hybrid – 2016 edition
 
Microsoft PowerApps
Microsoft PowerAppsMicrosoft PowerApps
Microsoft PowerApps
 
Introduction to Azure Machine Learning
Introduction to Azure Machine LearningIntroduction to Azure Machine Learning
Introduction to Azure Machine Learning
 
SPBiz - Practical Advice for developing your SharePoint Roadmap
SPBiz - Practical Advice for developing your SharePoint RoadmapSPBiz - Practical Advice for developing your SharePoint Roadmap
SPBiz - Practical Advice for developing your SharePoint Roadmap
 
Office 365 - always the latest and greatest or too fast for you?
Office 365 - always the latest and greatest or too fast for you?Office 365 - always the latest and greatest or too fast for you?
Office 365 - always the latest and greatest or too fast for you?
 
Automating Office 365 with PowerShell
Automating Office 365 with PowerShellAutomating Office 365 with PowerShell
Automating Office 365 with PowerShell
 
AIIM Webinar - SharePoint 2013 - clouding the issues?
AIIM Webinar - SharePoint 2013 - clouding the issues?AIIM Webinar - SharePoint 2013 - clouding the issues?
AIIM Webinar - SharePoint 2013 - clouding the issues?
 
ShareConf 2013 - Implementierung von Hybridumgebungen mit SharePoint 2013 und...
ShareConf 2013 - Implementierung von Hybridumgebungen mit SharePoint 2013 und...ShareConf 2013 - Implementierung von Hybridumgebungen mit SharePoint 2013 und...
ShareConf 2013 - Implementierung von Hybridumgebungen mit SharePoint 2013 und...
 
Connecting Office 365 and Windows 8 HTML/JavaScript Apps
Connecting Office 365 and Windows 8 HTML/JavaScript AppsConnecting Office 365 and Windows 8 HTML/JavaScript Apps
Connecting Office 365 and Windows 8 HTML/JavaScript Apps
 
SEASPC - Rene Modery - Creating an Employee Engaging Intranet Homepage
SEASPC - Rene Modery - Creating an Employee Engaging Intranet HomepageSEASPC - Rene Modery - Creating an Employee Engaging Intranet Homepage
SEASPC - Rene Modery - Creating an Employee Engaging Intranet Homepage
 
Introduction to using jQuery with SharePoint
Introduction to using jQuery with SharePointIntroduction to using jQuery with SharePoint
Introduction to using jQuery with SharePoint
 
Experiences with two AsiaPacific-wide SharePoint Deployments - SharePoint Con...
Experiences with two AsiaPacific-wide SharePoint Deployments - SharePoint Con...Experiences with two AsiaPacific-wide SharePoint Deployments - SharePoint Con...
Experiences with two AsiaPacific-wide SharePoint Deployments - SharePoint Con...
 

Último

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
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)

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
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
 

ESPC14 - T13 - Implementing a Hybrid SharePoint 2013 and Office 365 environment

  • 1. Implementing a Hybrid SharePoint 2013 and Office 365 Environment René Modery, Office 365 MVP 1stQuad Solutions
  • 2. Introduction Who am I? Consultant & Solution Architect Office 365 MVP 6+ years in Singapore Based in Zurich, Switzerland Contact Details Web: http://modery.net Twitter: @modery Email: rene@modery.net 2
  • 3. OVERVIEW OF HYBRID ENVIRONMENTS 3
  • 4. What's a hybrid? SharePoint 2013 (hosted anywhere) 4 Office 365
  • 5. Why do we want/need it? Continue using valuable on-premises investments Leverage the awesomeness of cloud technology http://www.flickr.com/photos/torkildr/3462607995/ http://creativecommons.org/licenses/by-sa/2.0/deed.en
  • 6. Use cases for a hybrid Permanent: Integration vs Temporary: Migration 6 Reduce Costs Additional Functionality Separation of workloads Improved flexibility and scalability Permanent: Integration vs Temporary: Migration
  • 7. Hybrid Options Search – Deliver search results from both environments Business Connectivity Services (BCS) – Access on-premises LOB systems from SharePoint Online Duet Enterprise Online – Access on-premises SAP from SharePoint Online OneDrive for Business – Move selected / all users to 25GB online storage! (SP1) Identity Management – One identity for both environments
  • 9. Setup 1. SharePoint 2013 2. Office 365 E Plan 3. Your own domain and access to DNS settings 4. Active Directory (Single Forest, UPN) 5. Directory Synchronization Computer 6. Reverse Proxy* 7. ADFS 8. ADFS Proxy** 9. PowerShell (specific cmdlets available) 10. * Only needed if SPO needs to access on-premises 11. ** If users should be allowed to log on remotely Internal Network DMZ Office 365 mycompany.de
  • 11. Integration Possibilities 11 Scenario Works out of the box? SharePoint: Search Yes SharePoint: BCS Yes SharePoint: Duet Online Yes SharePoint: Other Services No OneDrive for Business In a way (SP1) Exchange Integration Limited Lync Integration Yes
  • 12. MICROSOFT DATA CENTER INTERNET INTRANET SharePoint Online CANNOT QUERY SharePoint Server 2013 SharePoint Online Site collection Search portal: Local search results ONLY Search: One-way outbound BCS: Not supported Duet: Not supported SharePoint Server 2013 CAN QUERY SharePoint Online Primary web application Search portal: Local + Remote search results Outbound Inbound Office 365 Tenant SharePoint Server 2013 Local Local/Remote Topology 1: One-way outbound The on-premises SharePoint Server 2013 farm connects to SharePoint Online. SUPPORTS SharePoint Search From on-premises: On-premises SharePoint Server 2013 users can see both local and remote search results. From SharePoint Online: Users of the SharePoint Online Search portal can see only local results. REQUIRES SharePoint Online (Office 365) trusts the on-premises SharePoint farm
  • 13. MICROSOFT DATA CENTER INTERNET INTRANET SharePoint Online CAN QUERY SharePoint Server 2013 SharePoint Online Site collection Search portal: Local search results ONLY Search: One-way inbound BCS: Supported Duet: Supported SharePoint Server 2013 CANNOT QUERY SharePoint Online Primary web application Office 365 Tenant SharePoint Server 2013 PERIMETER NETWORK Reverse proxy CUSTOMER NETWORK Outbound Inbound Local Search portal: Local + Remote search results Local/Remote The SharePoint on-premises farm trusts SharePoint Online (Office 365) Reverse proxy device REQUIRES SharePoint Search From on-premises: On-premises SharePoint Server 2013 users can see only local search results. From SharePoint Online: Users of the SharePoint Online Search portal can see both local and remote results. SUPPORTS Topology 2: One-way inbound SharePoint Online connects to an on- premises SharePoint Server 2013 farm through a reverse proxy device. Business Connectivity Services Duet Enterprise Online From SharePoint Online: Users can perform both read and write operations. The BCS service connects to an on-premises SharePoint Server 2013 farm. The BCS service configured on the on-premises farm brokers the connection to on-premises OData Service endpoints. Requires an app for SharePoint or an external list installed on the SharePoint Online site collection. From SharePoint Online: Users can perform read and write operations against an on-premises SAP system. Requires an app for SharePoint on the SharePoint Online site collection or a Duet Enterprise Online feature. SharePoint Search From on-premises: On-premises SharePoint Server 2013 users can see both local and remote results. From SharePoint Online: Users of the SharePoint Online Search portal can see both local and remote results. Extranet users: If you configure extranet authentication services, extranet users can log in remotely with an on-premises Active Directory account and use all available hybrid functionality. SUPPORTS
  • 14. MICROSOFT DATA CENTER INTERNET INTRANET SharePoint Online CAN QUERY SharePoint Server 2013 SharePoint Online Site collection Search: Bidirectional BCS: Supported Duet: Supported SharePoint Server 2013 CAN QUERY SharePoint Online Primary web application Office 365 Tenant SharePoint Server 2013 PERIMETER NETWORK Reverse proxy CUSTOMER NETWORK Outbound Inbound Search portal: Local + Remote search results Local/Remote Search portal: Local + Remote search results Local/Remote Topology 3: Two-way The on-premises SharePoint Server 2013 farm connects to SharePoint Online. SharePoint Online connects to an on-premises SharePoint Server 2013 farm through a reverse proxy device. Business Connectivity Services Duet Enterprise Online From SharePoint Online: Users can perform both read and write operations. The BCS service connects to an on-premises SharePoint Server 2013 farm. The BCS service configured on the on-premises farm brokers the connection to on-premises OData Service endpoints. Requires an app for SharePoint or an external list installed on the SharePoint Online site collection. From SharePoint Online: Users can perform read and write operations against an on-premises SAP system. Requires an app for SharePoint on the SharePoint Online site collection or a Duet Enterprise Online feature. SharePoint Search From on-premises: On-premises SharePoint Server 2013 users can see both local and remote results. From SharePoint Online: Users of the SharePoint Online Search portal can see both local and remote results. Extranet users: If you configure extranet authentication services, extranet users can log in remotely with an on-premises Active Directory account and use all available hybrid functionality. SUPPORTS Two-way trust between environments REQUIRES
  • 15. Implementation Phases One-way outbound One-way inbound / two-way
  • 16. Phase 1: Configure environment infrastructure 1. Prepare for directory synchronisation & identity management 2. Prepare SharePoint 2013 & Online for hybrid features
  • 17. Phase 2: Configure Reverse Proxy 17
  • 18. Phase 3: Directory Synchronisation • Synchronise AD users with Office 365 • Can’t be installed on a domain controller • Prerequisite: activated in UI • Does not assign licenses! 18
  • 19. Phase 3: Directory Synchronisation 19
  • 20. Phase 3: Active Directory Federation Services (ADFS) 20
  • 21. Phase 4: Configure hybrid solution • SharePoint 2013 and SharePoint Online provide their own indexes! • Display search results from the other platform – Governance: Were should users search? (Search Center on-premises or online) – Governance: Dedicated search results page(s)? –  Define a search strategy!
  • 22. Phase 4: Configure hybrid solution Create Result Source 22
  • 23. Phase 4: Configure hybrid solution Create Query Rule 23
  • 24. Phase 4: Configure hybrid solution Configure Search Results Page 24
  • 25. My own Hybrid! • #1 Source: TechNet Article “Hybrid for SharePoint Server 2013” – http://bit.ly/sp13hybrid • SharePoint Conference 2014: – http://bit.ly/c9hybrid • More Articles, Links, Whitepapers, etc. – http://hybridoffice365.com 25