1 / 20

SharePoint Online

SharePoint Online. Ready for Enterprise Users?. Microsoft’s SharePoint Online Vision. Analyst Firm Reports : http://www.microsoft.com/en-us/news/itanalyst /. A huge set of backend services with web presentation layer floating on the top

breck
Download Presentation

SharePoint Online

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SharePoint Online Ready for Enterprise Users?

  2. Microsoft’s SharePoint Online Vision Analyst Firm Reports: http://www.microsoft.com/en-us/news/itanalyst/ A huge set of backend services with web presentation layer floating on the top SharePoint Online is in line with their “Services and Devices” company mantra Want to offer software as a subscription service likes Sales Force Next version of SharePoint will be the last on-premise version (supposedly)

  3. http://www.forrester.com/Microsoft+Aims+SharePoint+To+The+Cloud/fulltext/-/E-RES111721http://www.forrester.com/Microsoft+Aims+SharePoint+To+The+Cloud/fulltext/-/E-RES111721

  4. Considerations Administration/Configuration Cost Customization Feature availability Network Issues Security Issues

  5. Administration and Configuration You configure may settings in the Office 365 SharePoint Admin Center PowerShell is remote – very restricted set of commands - http://technet.microsoft.com/en-us/library/fp161362(v=office.15).aspx Have to monitor messages closely – new features being added, features being changed Many small issues with clients Advanced services may be difficult to configure

  6. To configure a hybrid SharePoint environment, you must have a combination of expert skills and significant hands-on experience with SharePoint Server 2013, SharePoint Online, and related products and technologies. We recommend that you engage Microsoft Consulting Services to provide technical guidance and support during the design and deployment of your hybrid environment.For more information about Microsoft Consulting Services, see Microsoft Services. --From Microsoft TechNet What Microsoft says about SharePoint Online Hybrid Environments (what almost ALL Enterprises will have)

  7. PowerShell for SharePoint Online Restricted set of commands Hasn’t been updated since July 2012 Can use PowerShell to control Active Directory and Exchange which may affect SharePoint http://technet.microsoft.com/en-us/library/fp161362(v=office.15).aspx for listing of all commands

  8. CONNECT POWERSHELL Download and Install Sign-in Assistant - required to connect AZURE PowerShell to O365 Domain http://go.microsoft.com/fwlink/?LinkId=286152 Download and install Windows Azure Active Directory Module for Windows PowerShell – Run this as admin http://go.microsoft.com/fwlink/p/?linkid=236297

  9. LOGIN TO YOUR TENANT Set-ExecutionPolicyRemoteSigned = "Y" to confirm Import-Module MSOnline $O365Cred = Get-Credential ‘provide email and password of admin $O365Session = New-PSSession –ConfigurationNameMicrosoft.Exchange -ConnectionUrihttps://ps.outlook.com/powershell -Credential $O365Cred -Authentication Basic -AllowRedirection Import-PSSession $O365Session Connect-MsolService –Credential $O365Cred

  10. Change Password Policy Get-MSOLUser | Set-MsolUser -PasswordNeverExpires $True ' Test to make sure the Password never expires is set for all users Get-MSOLUser | Select UserPrincipalName, PasswordNeverExpires 'For each new user you have to give this command to set it for just one user, replace user@domain.com with actual email address Set-MsolUser -UserPrincipalName user@domain.com -PasswordNeverExpires $true THIS WILL OVERRIDE THE PASSWORD POLICY SHOWN IN O365!

  11. Administration Demo SharePoint Admin Center Message Center Setup up Foreign Language Site Collection OneDrive Confusion!

  12. COST Free E1 Subscriptions for Non-Profits! Cost of External Data held in AZURE Cost of AZURE websites to support Provider-Hosted Apps Cost of data DOWNLOADED to on-premise is expensive Pricing of Single Sign-On Solution such as PING AZURE Pricing Calculator

  13. Customization SharePoint-Hosted Apps – subsite and app part Provider-Hosted Apps – IFRAME, subsite and app part Standard ASP.NET Apps - IFRAME Client Side Scripting – Knockout.js, Angular.js – with or without app model HTML Forms/CSS/jQuery libraries

  14. App Part with Client Side Scripting http://code.msdn.microsoft.com/SharePoint-2013-Use-65c59e34/sourcecode?fileId=96376&pathId=1860297988

  15. Feature Availability • All new SharePoint features will be launched in the cloud first • A few features not available in SharePoint Online but many may ONLY be available in SharePoint Online or only partially available in SharePoint On-Premise • Advanced features can be quite complex to setup • Web Parts - refer to http://www.wonderlaura.com/Lists/Posts/Post.aspx?ID=214 • Office 365 Service Descriptions - http://technet.microsoft.com/en-us/library/office-365-service-descriptions.aspx

  16. Power BI • Overview - http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/power-bi-for-office-365-overview-and-learning-HA104103581.aspx • Power BI for Office 365 Service Description - http://technet.microsoft.com/en-us/library/power-bi-for-office-365-service-description.aspx#BKMK_PowerBIPlans – pricing model unclear • How to Setup Power BI - http://office.microsoft.com/en-us/excel-help/how-to-setup-power-bi-HA104170377.aspx

  17. BCS in SharePoint Online BCS with database in AZURE: http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/make-an-external-list-from-a-sql-azure-table-with-business-connectivity-services-and-secure-store-HA102933008.aspx Setting up AZURE SQL database: http://social.technet.microsoft.com/wiki/contents/articles/1884.getting-started-with-windows-azure-sql-database-using-the-windows-azure-management-portal.aspx Hybrid BCS Deployment: http://technet.microsoft.com/en-us/library/dn197239(v=office.15).aspx

  18. Network Issues Latency when creating objects Throughput – without special pipe response time can be slow – especially in Outlook client There are momentary downtimes – one happened today to me – about two minutes Sizing for performance for backend data can be difficult to understand – need to make sure that you can scale up seamlessly

  19. Security Issues Special areas of the cloud for specific security and regulation needs (HIPPA, government security requirements, etc.) Security levels on some AZURE objects is still very shallow Disaster Recovery is much easier in the cloud but must pay extra, of course Backup of SharePoint Online – many companies have tools for this – mostly they just export lists and libraries – if you need content types and other objects things are not so simple Microsoft will CONSIDER giving you your content databases but they reserve the right to say WHO they will do this for

  20. CONCLUSION SharePoint Online is now suitable for smaller enterprises that do not have extensive external data integration requirements SharePoint Online will continue to add features and will be the only SharePoint product within ten years SharePoint Online will offer services in the near term that will not be available on SharePoint On-Premise for a while, if ever (parts of “Oslo” are supposed to be released on Office 365 fourth quarter 2014) You need to carefully consider every aspect of your SharePoint on-premise configuration and functionality and do an extensive POC in SharePoint Online before migrating to SharePoint Online

More Related