SharePoint

SharePoint

SharePoint Online User Interface
Developer(s) Microsoft Corporation
Initial release 2001 (2001)
Stable release 2013 SP1 + CU 12/2014 / 9 December 2014 (2014-12-09)
Development status Active
Operating system Windows Server 2008 R2 and Windows Server 2012[1]
Platform x64 / ASP.net 4.5
Available in Basque, Bulgarian, Catalan, Chinese, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Hindi, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Norwegian (Bokmål), Polish, Portuguese, Romanian, Russian, Serbian (Latin), Slovak, Slovenian, South Africa, Spanish, Swedish, Thai, Turkish, and Ukrainian[2]
Type Content Management Systems
License Proprietary software
SharePoint Foundation: Freeware
Other editions: Trialware
Website sharepoint.com

SharePoint is a web application platform in the Microsoft Office server suite. Launched in 2001,[3] SharePoint combines various functions which are traditionally separate applications: intranet, extranet, content management, document management, personal cloud, enterprise social networking, enterprise search, business intelligence, workflow management, web content management, and an enterprise application store.[4][5] SharePoint servers have traditionally been deployed for internal use in mid-size businesses and large departments[6] alongside Microsoft Exchange, Skype for Business, and Office Web Apps.

While Office 365 provides SharePoint as a service, installing SharePoint on premises typically requires multiple virtual machines, at least two separate physical servers, and is a somewhat significant installation and configuration effort.[7] The software is based on an n-tier service oriented architecture.[7] Enterprise application software (for example, email servers, ERP, business intelligence and CRM products) often either requires or integrates with elements of SharePoint.[8] As an application platform, SharePoint provides central management, governance, and security controls.[9] The SharePoint platform manages Internet Information Services (IIS) via form-based management tooling.

Since the release of SharePoint 2013, Microsoft's primary channel for distribution of SharePoint has been Office 365, where the product is continuously being upgraded.[10] New versions are released every few years, and represent a supported snapshot of the cloud software. Microsoft currently has three tiers of pricing for SharePoint 2013, including a free version (whose future is currently uncertain[11]). SharePoint 2013 is also resold through a cloud model by many third-party vendors.[12] The next on-premises release is SharePoint 2016, expected to have increased hybrid cloud integration.[13]

Applications

The most common uses of the SharePoint include:

Enterprise Content and Document Management

SharePoint is often used to store, track, and manage electronic documents and assets. Integration with the Office Suite, Office Apps on Mobile Devices, and Office Web Apps enable editing scenarios, while OneDrive for Business (or third-party tools) enable offline synchronisation. It provides integrated version history tracking, collaborative live editing, and search capabilities. These capabilities are configurable to comply with record management or legal discovery requirements. SharePoint also provides search and 'graph' functionality enabling tracking of projects, documents, and users.[14] Centralised location for storing, versioning, and collaborating on documents significantly reduce dependence on email for collaboration.

Personal Cloud

Main article: Personal cloud

SharePoint Server hosts OneDrive for Business, which allows storage and synchronisation of information across devices, and public/private file sharing.

Intranet & Corporate Social Network

Main articles: Intranet portal and Social Network

A SharePoint intranet or intranet portal is a way to centralize access to enterprise information and applications. It is a tool that helps a company manage its internal communications, applications and information more easily. Microsoft claims that this has organizational benefits such as increased employee engagement, centralizing process management, reducing new staff on-boarding costs, and providing the means to capture and share tacit knowledge (e.g. via tools such as wikis/blogs).

Software framework

Main article: Software framework

SharePoint's development stack provides an additional layer of services and that reduce custom development required to provide a working application.[15] It may also be referred to as a web application framework. SharePoint 2013's "App Development" model provides these services through standards such as REST, SAML, and JSONP. A multitude of APIs enable enterprise application developers to utilize SharePoint's security and information management capabilities across a variety of development platforms and scenarios.

Configuration and customization

Web-based configuration

SharePoint is primarily configured through a web browser. The web-based user interface provides most of the configuration capability of the product.

Depending on your permission level, the web interface can be used to:

SharePoint Designer

Main article: SharePoint Designer

SharePoint Designer is a 'fork' of Microsoft FrontPage, used to provide a faster configuration UI for some features in SharePoint.

It provides easy to access 'advanced editing' capabilities for HTML/ASPX pages, and workflow editing.

WYSIWYG HTML editing features were removed in Designer 2013, and the product is expected to be deprecated in 2016.[17]

PowerShell & Central Administration

Microsoft SharePoint's Server Features are configured either using PowerShell, or a Web UI called "Central Administration". Configuration of server farm settings (e.g. search crawl, web application services) can be handled through these central tools.

While Central Administration is limited to farm-wide settings (config DB). It provides access to tools such as the 'SharePoint Health Analyzer', a diagnostic health-checking tool.

In addition to PowerShell's farm configuration features, some limited tools are made available for administering or adjusting settings for sites or site collections in content databases.

A limited subset of these features are available by SharePoint's SaaS providers, including Microsoft.

Custom Development

Customization may be surfaced via:

Content Structure

Pages

SharePoint provides free-form editable pages, which can be modified using the ribbon. Pages are stored as 'aspx' files, in libraries. Features exist for publishing and enterprise wiki pages, which have functionality such as the ability to surface metadata, set custom URLs, control SEO metadata, and define custom layout and designs.

Web-Parts & App-Parts

Web parts and App parts are components (also known as portlets) that can be inserted into Pages. They are used to display information from both SharePoint and third party applications.

Lists, Libraries, and Content

A list is a data storage tool. It contains content items, with named data fields. List 'columns' allow you to view the data fields, and views of these columns are configured in the list's settings.

A library is a collection of files. In SharePoint, a library is a type of list. Each file is a content item. Libraries have extra features, such as synchronization, viewing/editing, or managing files.

A content type is a metadata definition. Lists can be configured to contain certain multiple content types, and will have columns for all fields in the associated content types. Some content types such as 'contact' or 'appointment' allow the list to expose advanced features such as Microsoft Outlook or Project synchronization.[19]

As of SharePoint 2013, in some locations, Lists and Libraries are referred to as 'apps' (despite being unrelated to the SharePoint app platform).

Sites

A SharePoint Site is a collection of pages, lists, and libraries. A site may contain sub-sites, and those sites may contain further sub-sites. Sites can be created according to pre-packaged functionality. Examples of Site templates in SharePoint include: collaboration (team) sites, wiki sites, blank sites, and publishing sites...

Search

SharePoint contains a re-worked version of Fast Search & Transfer's search technology, which combines advanced search and analytics features. This feature is highly customizable.

The content of documents (including PDFs) are searched.

On-Premises Architecture

On-premises SharePoint can be scaled down to operate entirely from one developer machine, or scaled up to be managed across hundreds of machines.[20] While architecture considerations are relatively complex, a broad overview is below:

Farms

A SharePoint farm is a logical grouping of SharePoint servers that share common resources.[21] A farm typically operates stand-alone, but can also subscribe to functions from another farm, or provide functions to another farm. Each farm has its own central configuration database, which is managed through either a PowerShell interface, or a Central Administration website (which relies partly on PowerShell's infrastructure). Each server in the farm is able to directly interface with the central configuration database. Servers use this to configure services (e.g. IIS, windows features, database connections) to match the requirements of the farm, and to report server health issues, resource allocation issues, etc...

Web applications

Web Applications (WAs) are top-level containers for content in a SharePoint farm, and are typically the interface through which a user interacts with SharePoint. A web application is associated with a set of access mappings or URLs defined in the SharePoint central management console, then automatically replicated into the IIS configuration of every server configured in the farm. WAs are typically independent of each other, have their own application pools, and can be restarted independently in Internet Information Services.

Site collections

A site collection is used to provide a grouping of 'SharePoint Sites'. Each web application typically has at least one site collection. Site collections may be associated with their own content databases, or they may share a content database with other site collections in the same web application.[20] A site collection may contain one or more sites. A site collection is a group of sites that are functionally, navigationally, and administratively related to one another.

Service applications

Service Applications (SAs) provide granular pieces of SharePoint functionality to other web and service applications in the farm. Examples of service applications include the User Profile Sync service, and the Search Indexing service. A SA can be turned off, exist on one server, or be load-balanced across many servers in a farm. SAs are designed to be as independent as possible, so that—depending on the SA—restarting an SA, experiencing an SA failure, or misconfiguring an SA may not necessarily prevent the farm from operating. Each SA enabled on the farm typically has its own process that requires a certain amount of RAM to operate, and typically also has its own configuration database and Active Directory (AD) service account. SharePoint Server and Enterprise include all the SharePoint Foundation SAs, as well as additional SAs.[20]

Administration, Security, Compliance

SharePoint's architecture enables 'least-privileges' execution permission model.[22]

SharePoint Central Administration (the CA) is a web application that typically exists on a single server in the farm, however it is also able to be deployed for redundancy to multiple servers.[20] This application provides a complete centralized management interface for web & service applications in the SharePoint farm, including AD account management for web & service applications. In the event of the failure of the CA, Windows PowerShell is typically used on the CA server to reconfigure the farm.

The structure of the SharePoint platform enables multiple WAs to exist on a single farm. In a shared (cloud) hosting environment, owners of these WAs may require their own management console. The SharePoint 'Tenant Administration' (TA) is an optional web application used by web application owners to manage how their web application interacts with the shared resources in the farm.[20]

Compliance, standards and integration

SharePoint editions

Microsoft SharePoint Foundation

SharePoint Foundation is available for free on-premises deployment. It is dependent on various hardware/software requirements, including a proper license for Microsoft Windows Server.[26] It contains much of the core functionality and architecture drawn on by the commercial version of the package.[27] Microsoft is not expecting to release a SharePoint Foundation 2016, and is currently considering different options for existing SharePoint Foundation customers.[11]

Microsoft SharePoint Standard

Microsoft SharePoint Standard builds on the Microsoft SharePoint Foundation in a few key product areas.

SharePoint Standard licensing includes a CAL (client access license) component and a server fee. SharePoint Standard may also be licensed through a cloud model.

It is possible to upgrade a SharePoint farm from Foundation to Standard.[33]

Microsoft SharePoint Enterprise

Built upon SharePoint Standard, Microsoft SharePoint Enterprise features can be unlocked simply by providing an additional license key.

Extra features in SharePoint Enterprise includes:

SharePoint Enterprise licensing includes a CAL component and a server fee that must be purchased in addition to SharePoint Server licensing. SharePoint Enterprise may also be licensed through a cloud model.

SharePoint Online

Microsoft's hosted SharePoint product is offered as part of their Office 365 product. The on-line version has a constantly changing feature-set and licensing arrangements, but is typically comparable with SharePoint Enterprise.[35] Currently, additional capabilities include:

Missing capabilities include

N.B. Changes in SharePoint Online are listed on the Office Roadmap.

Other SharePoint-related Microsoft products

Product name Description Status
Search Server An enterprise search platform based on the search capabilities of SharePoint. A Freeware Express edition was once available. Discontinued
FAST Search Server 2010 for SharePoint Search product that can be implemented on SharePoint Foundation Discontinued [36][37][38]
SharePoint Designer A free, client-side customization and configuration tool for SharePoint Deprecated
Microsoft Visio A diagramming tool which can be used to design SharePoint Workflows. Can be added to an Office 365 subscription. Active
Microsoft Office Desktop, Mobile, and Tablet based Office Productivity Suite. Also available for Mac. Included in some Office 365 plans. Active
Office Web Apps Web-based, online, cross-browser compatible versions of Excel, Word, PowerPoint and OneNote. Directly Integrate with SharePoint. Active
Microsoft Project Server An extension to SharePoint providing integration with Microsoft Project Active
Microsoft Project Online An extension to Office 365 providing integration with Microsoft Project Active
Microsoft Project A client-based project planning tool which can be connected to a SharePoint task list for task and gantt-chart sharing. Comes with Project Online. Active
Power BI An extension for Office 365 or SharePoint providing advanced Business Intelligence capabilities Active
Microsoft Exchange A mail server that integrates with Microsoft SharePoint. Included in 365. Active
Skype for Business A client and server that provide VOIP telephony integration, IM, conferencing, and video/screen-sharing. Integrates with SharePoint for presence. Included in 365. Active
Yammer A cloud-only enterprise social network that connects and closely integrates with SharePoint and is included in Office 365. Active.
Microsoft Dynamics CRM A CRM system with SharePoint & Office 365 Groups integration. On-premises or 365 tenant deployment options. Active
InfoPath Forms Services Allows InfoPath forms to be hosted in a SharePoint web site and served via web browser Deprecated
Excel Services A server technology included in SharePoint 2010 and SharePoint 2007 that enables users to load, calculate, and display Excel 2010 workbooks on SharePoint Server 2010 Active
SharePoint Workspace A client-side SharePoint site synchronization component included in Microsoft Office 2010 (Professional Plus edition and higher). Discontinued
OneDrive for Business A client-side file synchronization component included in Microsoft Office 2013 and available for free download. Active
OneDrive for Mac A client-side file synchronization component available for free download. Active

History

Origins

SharePoint evolved from projects codenamed "Office Server" and "Tahoe" during the Office XP development cycle.

"Office Server" evolved out of the FrontPage and Office Server Extensions and "Team Pages". It targeted simple, bottom-up collaboration.

"Tahoe", built on shared technology with Exchange and the “Digital Dashboard”, targeted top-down portals, search and document management. The searching and indexing capabilities of SharePoint came from the "Tahoe" feature set. The search and indexing features were a combination of the index and crawling features from the Microsoft Site Server family of products and from the query language of Microsoft Index Server.[39]

Versions

Successive versions (in chronological order):

A next SharePoint release is announced for 2016, Jeff Teper, the Corporate Vice President of Office Service and Servers group at Microsoft, noted: "Our server releases will include some, but not all, of the experience you saw today due to the computational power and integrated aspects that only come with Office 365."[40]

Notable changes in SharePoint 2010

Changes in end-user functionality added in the 2010 version of SharePoint include:

Notable changes in SharePoint 2013

Related Software and Competitors

Enterprise Content Management[42] Personal Cloud for Business[43] Intranet & Corporate Social Network[44] Web Content Management
Major

Competition

Open-Source

Competition

All major competition is open-source.

For more see: List of CMS

See also

References

  1. "Hardware and Software Requirements for SharePoint 2013". Microsoft TechNet. Microsoft Corporation. 29 January 2013. Retrieved 27 March 2013.
  2. "Language Offerings for SharePoint 2010 Products". Microsoft SharePoint Team Blog. Microsoft Corporation. Retrieved 13 August 2011.
  3. 1 2 Oleson, Joel (28 December 2007). "7 Years of SharePoint - A History Lesson". Joel Oleson's Blog - SharePoint Land (Microsoft Corporation). MSDN Blogs. Retrieved 13 August 2011.
  4. Gilbert, Mark R.; Shegda, Karen M.; Phifer, Gene; Mann, Jeffrey (19 October 2009). "SharePoint 2010 Is Poised for Broader Enterprise Adoption". Gartner. Retrieved 13 August 2011.
  5. "What is sharepoint?". Microsoft Office 2010 Answers. Microsoft.
  6. "SharePoint 2010 Is Poised for Broader Enterprise Adoption". gartner.com. 19 October 2009. Retrieved 29 January 2015.
  7. 1 2 "SharePoint 2013 farm planning and sizing - Faisal (Sal) Bawany’s TechNet Blog - Site Home - TechNet Blogs". blogs.technet.com. Retrieved 2015-05-19.
  8. "SharePoint Migration Framework". Synoverge. Retrieved 20 November 2015.
  9. "SharePoint 2010 Overview Evaluation Guide" (PDF). Microsoft Corporation. 7 May 2010. Retrieved 13 August 2011.
  10. Team, SharePoint. "SharePoint Server 2016 update". Office Blogs. Retrieved 2015-05-19.
  11. 1 2 "Benjamin Niaulin on Twitter". Retrieved 2015-05-19.
  12. Mackie, Kurt; Rama, Gladys (1 December 2011). "8 Third-Party SharePoint Vendors to Watch". Redmond Channel Partner. 1105 Media Inc.
  13. "Microsoft's SharePoint 2016: What's hybrid got to do with it? | ZDNet". ZDNet. Retrieved 2015-05-20.
  14. "SharePoint – Team Collaboration Software Tools". Microsoft Office. Retrieved 2015-05-19.
  15. SharePoint 2013 development overview. Msdn.microsoft.com (2012-07-16). Retrieved on 2014-02-22.
  16. Video: Ribbon highlights In SharePoint 2010. Microsoft Office website (Microsoft). 30 November 2010.
  17. "Ignite 2015 Announcement – There will be no SharePoint Designer 2016 - Eric Overfield". Retrieved 2015-05-19.
  18. 1 2 SharePoint 2010 for Developers. SharePoint website (Microsoft Corporation). Retrieved 13 August 2011.
  19. "Introduction to Content Types". msdn.microsoft.com. Retrieved 2015-05-19.
  20. 1 2 3 4 5 "Logical architecture components (SharePoint Server 2010)". Technet. Microsoft. Retrieved 13 August 2011.
  21. "MSDN Conceptual Overview".
  22. Holme, Dan. "Least Privilege Service Accounts for SharePoint 2010". SharePoint Pro Magazine. Penton Media. Retrieved 13 August 2011.
  23. McNelis, Zack. "SharePoint 2010 – Compliance Everywhere". Technet Blogs - Zach McNelis. Microsoft. Retrieved 13 August 2011.
  24. Kate Kelly, Jesus Barrera Ramos, and Marcus Reid. 16 October 2012. XLIFF in SharePoint 2013. Presentation at FEISGILTT 2012. <http://www.localizationworld.com/lwseattle2012/feisgiltt/FEISGILTT_2012_Program.pdf>
  25. <http://technet.microsoft.com/en-us/library/jj219613.aspx>
  26. "Licensing Details". Microsoft.com. Microsoft Corporation. Retrieved 13 August 2011.
  27. "Compare SharePoint Editions". Microsoft.com. Microsoft Corporation. Retrieved 13 August 2011.
  28. "SharePoint 2010 Editions Comparison -Sites". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  29. "SharePoint 2010 Editions Comparison - Communities". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  30. "SharePoint 2010 Editions Comparison - Content". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  31. "SharePoint 2010 Editions Comparison-earch". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  32. "SharePoint 2010 Editions Comparison -Composites". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  33. "Upgrade from SharePoint Foundation 2010 to SharePoint Server 2010". Technet.microsoft.com. 2010-06-10. Retrieved 2013-06-15.
  34. "SharePoint 2010 Editions Comparison". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  35. "Compare SharePoint Plans and Options". Microsoft Office. Microsoft. Retrieved 29 January 2015.
  36. "FAST Solution Center". Support. Microsoft. Retrieved 2 February 2014.
  37. "FAST Search Server 2010 for SharePoint". Microsoft TechNet. Microsoft. 12 May 2010. Retrieved 2 February 2014.
  38. "Manupatra Information Solutions". Microsoft Case Study. Microsoft. 17 February 2013. Retrieved 2 February 2014.
  39. "Sharepoint History". MSDN. Microsoft corporation. 5 October 2009. Retrieved 2 December 2010.
  40. Jeff, Teper. "Technology is enabling new ways of working". Microsoft Office Blogs. Microsoft Corporation. Retrieved 17 June 2014.
  41. How-To Videos - Microsoft Office. Microsoft.com. Retrieved on 2014-02-22.
  42. "Magic Quadrant for Enterprise Content Management". www.gartner.com. Retrieved 2015-05-19.
  43. "Cloud storage provider Comparison at Tom's Hardware". www.tomshardware.com. Retrieved 2015-05-19.
  44. "Why These 6 Enterprise Social Platforms Lead the Way". Retrieved 2015-05-19.

External links

This article is issued from Wikipedia - version of the Friday, May 06, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.