Presentation is loading. Please wait.

Presentation is loading. Please wait.

Welcome To Going from SharePoint On Premise to SharePoint Online Speaker: Matthew W. Tallman #SharePointCincy.

Similar presentations


Presentation on theme: "Welcome To Going from SharePoint On Premise to SharePoint Online Speaker: Matthew W. Tallman #SharePointCincy."— Presentation transcript:

1 Welcome To Going from SharePoint On Premise to SharePoint Online Speaker: Matthew W. Tallman #sharepointcincy2015 @SharePointCincy #SharePointCincy

2 Conference Hosts #sharepointcincy2015 @SharePointCincy #SharePointCincy

3 Please visit the sponsors and thank them. Without them, we wouldn’t have a conference! #sharepointcincy2015 @SharePointCincy #SharePointCincy GOLD SPONSORS EXHIBITORS PLATINUM SPONSOR

4 Open wireless access is available. See something remarkable? Tweet (#SharePointCincy) and share it during the session! Facebook User? Post your comments to our new Facebook Group Page. Just look for SharePoint Cincy. #sharepointcincy2015 @SharePointCincy #SharePointCincy

5 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Introduction Matthew W. Tallman Cardinal Solutions - Practice Manager Matthew is a Practice Manager at Cardinal Solutions and has over10 years of experience with designing and developing web application solutions. For the past 8 years, Matthew has been architecting and designing solutions for clients on the SharePoint platform. Lately, Matthew has been helping clients move to the cloud by designing solutions using Office 365, SharePoint 2013, and Azure. Matthew is active in the SharePoint community as a presenter and blogger where he enjoys sharing his best SharePoint practices as well as tips and tricks he has learned over the years. Follow Matthew on Twitter at @mwtallman@mwtallman

6 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Agenda Assumptions Admin Center vs. Central Administration Feature Comparison Development Best Practices Migration Approaches SharePoint Online Boundaries and Limits

7 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Assumptions For this demo, we are making a few assumptions regarding your current state. SharePoint 2010 or SharePoint 2013 On Premise SharePoint Online Subscription (Enterprise Subscription E1-E4) Windows Azure Subscription

8 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Admin Center vs. Central Administration There are some differences between the two tools: Admin Center does not contain settings for server or service management Global Administrator role is required No need to manage service accounts No concept of timer jobs in Admin Center Central Administration doesn’t offer Office Graph or Video configuration

9 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Admin Center vs. Central Administration WALKTHROUGH OF ADMIN CENTER

10 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Feature Comparison FeatureSharePoint Server 2010SharePoint Server 2013SharePoint Online Publishing & Content Approval Yes Web Part Development & Solution Deployment Yes Limited – Solutions (WSP’s) are possible, but managed code is not allowed. Solutions that utilize the Client Side Object Model (CSOM) or jQuery can be used. If more complex web parts need to be developed, consider using the App Model and deploy apps to a provider (such as Windows Azure) Search Center & Customizing the Search experience Yes Yammer IntegrationNoYes – Requires Service Pack 1 Yes OneDrive for Business (Cloud) Storage NoYes – Requires additional configuration Yes

11 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Feature Comparison FeatureSharePoint Server 2010SharePoint Server 2013SharePoint Online Administrative Configuration to schedule crawls, user profile sync, and audience compilation Yes No – The exception to this is using DirSync which can be configured for migrating user accounts from a local AD to Office 365 and how often that sync takes place. However, actual user profiles cannot have a custom sync schedule SharePoint DesignerYes Develop SharePoint 2010 Workflows Yes Develop SharePoint 2013 Workflows NoYes – SharePoint Server 2013 requires the installation and configuration of the SharePoint 2013 Workflow Manager and Workflow Service Application Yes – Office 365 utilizes the Windows Azure Workflow service automatically

12 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Feature Comparison FeatureSharePoint Server 2010SharePoint Server 2013SharePoint Online External access and sharingYes – Requires custom authentication provider, an FBA/Claims solution, or a separate AD domain Yes – Automatically available for users with a Microsoft account Business Connectivity and external data Yes Limited – BCS can be utilized in an Office 365 tenant as a cloud only solution (using external content types and Windows Azure) or in a Hybrid scenario with an on premise SharePoint farm Customized look and feel (Master Pages and Page Layouts) Yes Public facing sitesYes No – Microsoft is removing the public site features in SharePoint Online

13 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Feature Comparison FeatureSharePoint Server 2010SharePoint Server 2013SharePoint Online Migration of content (files and documents) using migration tools such as Metalogix, AvePoint Yes Performing backup of site collections Yes Limited – Site collection backups are not directly supported, however a site (non- Publishing Site) can be saved as a site template and restored Managed Metadata Term Store Yes Managed Metadata Navigation NoYes Recycle bin and file restoreYes Delve & Office GraphNo Yes

14 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Feature Comparison FeatureSharePoint Server 2010SharePoint Server 2013SharePoint Online Business Intelligence and Reporting Yes – Available through SSRS integration and PerformancePoint Limited – Some reporting is possible utilizing Power BI, a cloud based extension for Office 365 Personal storage capability and capacities Yes – Through MySites and sizes depend on server capacity Yes – Through MySites and OneDrive and sizes depend on server capacity. OneDrive is a separate configuration and requires Service Pack 1 Yes – Through OneDrive for Business and up to 1TB of storage, soon to be unlimited to First Release customers in 2015 Video Streaming Capabilities No – Not native to SharePoint, however users can utilize services like Vimeo and YouTube and embed video to pages using a Content Editor WebPart Limited – While video streaming isn’t native to SharePoint, 2013 now makes it easier to embed videos from video services through the Embed feature on a page Yes – Microsoft will be rolling out Office 365 Video to all tenants soon. Office 365 Video utilizes the Azure Media Services feature as its backend

15 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Feature Comparison DEMO OF OFFICE 365 FEATURES

16 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Development Best Practices Keep the following in mind when developing solutions or customizing SharePoint Online Remember there are alternatives to custom solutions and new ways to think about architecting your solutions Utilize the Office AMS patterns and practices for development and provisioning Utilize the App Model and host your apps on Windows Azure Utilize the Client Site Object Model (CSOM), jQuery, AnglularJS, or REST Use SharePoint web services

17 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Development Best Practices DEVELOPMENT DEMO

18 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Migration Approaches Migrating content from SharePoint On Premise to SharePoint Online is possible through these approaches: Manual Migration of files to your SharePoint Online sites using the upload process Saving a list/library as a template with content and uploading it to SharePoint Online (lose some Metadata) Opening a SharePoint Library and using Explorer View or Sync (lose Metadata) Using a third party tool such as Metalogix, AvePoint, MetaVis or ShareGate

19 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Migration Approaches Migrating content from SharePoint On Premise to SharePoint Online should be done with the following in mind: Don’t migrate immediately and use a hybrid approach When migrating file shares, start small and plan for re-structure Perform a content inventory of content you plan to move and add a governance and information architecture plan Utilize a partner to help you with your migration strategy

20 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy SharePoint Online Boundaries and Limits It is important to keep these limits in mind when moving to SharePoint Online: Pay attention to the licensing model you select, they are different Allocated storage of 500MB per subscribed user, 10GB per tenant Site Collection storage up to 1TB (must meet allocated storage requirements mentioned above) 500,000 site collections (besides personal sites) and 2,000 subsites per site collection File upload limit of 2GB List view threshold of 5,000 items

21 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Additional Resources Here are some additional resources to help you along: Office Dev Center – Patterns and Practices http://dev.office.com/patterns-and-practices http://dev.office.com/patterns-and-practices OfficeDev PnP – GitHub Repo https://github.com/OfficeDev/PnP https://github.com/OfficeDev/PnP Office 365 Roadmap http://roadmap.office.com/en-us http://roadmap.office.com/en-us

22 www.sharepointcincy.com #sharepointcincy2015 @SharePointCincy #SharePointCincy Going from SharePoint On Premise to SharePoint Online QUESTIONS?

23 Remember to visit the exhibit hall. Get to know your user groups to find out about local activities and events in your area. #sharepointcincy2015 @SharePointCincy #SharePointCincy

24 Please visit the sponsors and express your thanks for their supporting this conference! #sharepointcincy2015 @SharePointCincy #SharePointCincy GOLD SPONSORS EXHIBITORS PLATINUM SPONSOR


Download ppt "Welcome To Going from SharePoint On Premise to SharePoint Online Speaker: Matthew W. Tallman #SharePointCincy."

Similar presentations


Ads by Google