SharePoint

SharePoint

SharePoint Online User Interface
Developer(s) Microsoft Corporation
Initial release 2001 (2001)
Stable release
2016 / 4 May 2016 (2016-05-04)
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 based application that integrates with Microsoft Office. Launched in 2001,[3] SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and usage varies substantially between organizations.

Microsoft states that SharePoint has 160 million users across 75,000 customer organizations.[4]

Editions

There are various different editions of SharePoint which have different functions:

Microsoft SharePoint Server

SharePoint Server is provided to organizations that seek greater control over SharePoint's behavior or design. This product is installed on the customer's IT infrastructure. It receives less frequent updates, but has access to a wider set of features and customization capabilities. There are three editions of SharePoint Server: Standard, Enterprise, and Foundation (free) which was discontinued in 2016.[5] These servers may be provisioned as normal virtual/cloud servers, or as hosted services.

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.

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 is typically bundled in Microsoft Office 365 subscriptions, but can be purchased outright.[12] It is limited to a core set of collaboration, file hosting, and document and content management scenarios, and is updated on a frequent basis, but is typically comparable with SharePoint Enterprise.[13][14] Currently, additional capabilities include:

Missing capabilities include

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

Applications

SharePoint usage varies from organisation to organisation. The product encompasses a wide variety of capabilities, most of which require configuration and governance.[15]

The most common uses of the SharePoint include:

Enterprise Content and Document Management

SharePoint allows for storage, retrieval, searching, archiving, tracking, management, and reporting on of electronic documents and records. Many of the functions in this product are designed around various legal, information management, and process requirements in organisations. SharePoint also provides search and 'graph' functionality.[16] SharePoint's integration with Microsoft Windows and Microsoft Office allow for collaborative real-time editing, and encrypted/information rights managed synchronization.

This capability is often used to replace an existing corporate file server, and is typically coupled with an enterprise content management policy.[17]

Intranet and 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 an organization 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/b.

Collaborative Software

SharePoint contains team collaboration groupware capabilities, including: Project scheduling (integrated with Outlook and Project), social collaboration, shared mailboxes, and project related document storage and collaboration. Groupware in SharePoint is based around the concept of a "Team Site".

File Hosting Service (Personal Cloud)

SharePoint Server hosts OneDrive for Business, which allows storage and synchronization of an individual's personal documents, as well as public/private file sharing of those documents. This is typically combined with other Microsoft Office Servers/Services such as Microsoft Exchange, to produce a "personal cloud",

This capability is often compared to services like Box or Dropbox.

Custom Web Applications

Main article: Software framework

SharePoint's custom development capabilities provide an additional layer of services that allow rapid prototyping of integrated (typically line-of-business) web applications.[18] SharePoint provides developers with integration into corporate directories and data sources through standards such as REST/OData/OAuth. Enterprise application developers use SharePoint's security and information management capabilities across a variety of development platforms and scenarios. SharePoint also contains an enterprise "app store" that has different types of external applications with encapsulated and managed to access to resources such as corporate user data and document data.

Content Structure

Pages

SharePoint provides free-form pages which may be edited in-browser. These may be used to provide content to users, or to provide structure to the SharePoint environment.

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, Content, and "Apps"

A SharePoint library stores and displays files and folders.

A SharePoint list stores and displays data items.

Each item in a library or list is a content item. Examples of content items include "Document" - which may have a "Name", "Contact" - with contact information fields, or "Sales Invoice" - with fields such as "Total" and "Customer ID".

Content Types are definitions (or types) of items. These definitions describe things like what metadata fields a Document, Contact, or Invoice may have. SharePoint allows you to create your own definitions based on the built-in ones. Some built in content types include: Contacts, Appointments, Documents, and Folders.

Some built-in content types such as 'contact' or 'appointment' allow the list to expose advanced features such as Microsoft Outlook or Project synchronization.[19]

In SharePoint 2013, in some locations, Lists and Libraries have been renamed 'Apps' (despite being unrelated to the "SharePoint App Store"). In SharePoint 2016, some of these were renamed back to Lists and Libraries.

Sites

A SharePoint Site is a collection of pages, lists, libraries, apps, configurations, features, content types, and sub-sites. Examples of Site templates in SharePoint include: collaboration (team) sites, wiki sites, blank sites, and publishing sites.

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 semi-deprecated product that provided 'advanced editing' capabilities for HTML/ASPX pages, but remains the primary method of editing SharePoint workflows.

A significant subset of HTML editing features were removed in Designer 2013, and the product is expected to be deprecated in 2016-7.[21]


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 appear through:

Server Architecture

SharePoint Server can be scaled down to operate entirely from one developer machine, or scaled up to be managed across hundreds of machines.[23]

Farms

A SharePoint farm is a logical grouping of SharePoint servers that share common resources.[24] 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. A web application is associated primarily with IIS configuration. A web application consists of a set of access mappings or URLs defined in the SharePoint central management console, which are replicated by SharePoint across every IIS Instance (e.g. Web Application Servers) configured in the farm.

Site collections

A site collection is a hierarchical group of 'SharePoint Sites'. Each web application must have at least one site collection. Site collections share common properties (detailed here), common subscriptions to service applications, and can be configured with unique host names.[25] A site collection may have a distinct content databases, or may share a content database with other site collections in the same web application.[23]

Service applications

Service Applications 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 service application can be turned off, exist on one server, or be load-balanced across many servers in a farm. Service Applications are designed to have independent functionality and independent security scopes.[23]

Administration, Security, Compliance

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

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.[23] 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.[23]

Compliance, standards and integration


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 [30][31][32]
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 Server 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-16 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.[33]

Versions

Successive versions (in chronological order):

Notable changes in SharePoint 2010

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

Notable changes in SharePoint 2013

Notable changes in SharePoint 2016 [35] [36]

Enterprise Content Management[37] Personal Cloud for Business[38] Intranet & Corporate Social Network[39] Web Content Management
Proprietary

Competition

Open-Source

Competition

All major competition is open-source.

For more see: List of CMS

Notable 3rd party tools and SharePoint plugins

Tool Name Released by Description
Actionspace Actionspace Designed to help teams organize and track their work
Cloudkit365 Acceleratio Manage and generate reports based on SharePoint usage
Colligo Contributor for SharePont Colligo Contributor Solves usability and user experience challenges
ConceptClassifier Concept Searching Limited Generate compound term metadata, auto-classifies content to taxonomies, and eliminates end user tagging
DocAve Software Platform AvePoint Governance and infrastructure management platform
DocuSign for SharePoint DocuSign Securely send, sign, and track documents
Migration Metalogix Software Solution to deliver everything form the simplest to the most complex SharePoint migrations
PortalWorX Iconics Create and manage custom manufacturing portals, business portals, and visualization dashboards
Sharegate Sharegate Manage, migrate and Secure SharePoint and Office 365
TeacherDashboard Axis12 Assignment and assessment management for academic based usage
Vidyard for SharePoint Vidyard Easily upload and manage your video library natively within SharePoint

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. "SharePoint Server 2016 Beta 2 Coming This Month -- Redmondmag.com". Redmondmag. Retrieved 2016-07-24.
  5. "What's deprecated or removed from SharePoint Server 2016". technet.microsoft.com. Retrieved 2016-11-08.
  6. "SharePoint 2010 Editions Comparison -Sites". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  7. "SharePoint 2010 Editions Comparison - Communities". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  8. "SharePoint 2010 Editions Comparison - Content". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  9. "SharePoint 2010 Editions Comparison-earch". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  10. "SharePoint 2010 Editions Comparison -Composites". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  11. "SharePoint 2010 Editions Comparisondfdf534". Microsoft SharePoint 2010 Marketing Website. Microsoft. Retrieved 13 August 2011.
  12. "SharePoint Online – Collaboration Software". products.office.com. Retrieved 2016-07-24.
  13. "Compare SharePoint Plans and Options". Microsoft Office. Microsoft. Retrieved 29 January 2015.
  14. "Microsoft FastTrack". fasttrack.microsoft.com. Retrieved 2016-07-24.
  15. "Start Building a SharePoint Governance Plan in the Real World | Sharegate". Retrieved 2016-07-24.
  16. "SharePoint – Team Collaboration Software Tools". Microsoft Office. Retrieved 2015-05-19.
  17. VibeThemes (2013-03-06). "SharePoint versus Network File Share (NFS)". Retrieved 2016-07-24.
  18. SharePoint 2013 development overview. Msdn.microsoft.com (2012-07-16). Retrieved on 2014-02-22.
  19. "Introduction to Content Types". msdn.microsoft.com. Retrieved 2015-05-19.
  20. Video: Ribbon highlights In SharePoint 2010. Microsoft Office website. Microsoft. 30 November 2010.
  21. "Ignite 2015 Announcement – There will be no SharePoint Designer 2016 - Eric Overfield". Retrieved 2015-05-19.
  22. 1 2 SharePoint 2010 for Developers. SharePoint website. Microsoft Corporation. Retrieved 13 August 2011.
  23. 1 2 3 4 5 "Logical architecture components (SharePoint Server 2010)". Technet. Microsoft. Retrieved 13 August 2011.
  24. "MSDN Conceptual Overview".
  25. https://technet.microsoft.com/en-us/library/cc424952.aspx. Missing or empty |title= (help)
  26. Holme, Dan. "Least Privilege Service Accounts for SharePoint 2010". SharePoint Pro Magazine. Penton Media. Retrieved 13 August 2011.
  27. McNelis, Zack. "SharePoint 2010 – Compliance Everywhere". Technet Blogs - Zach McNelis. Microsoft. Retrieved 13 August 2011.
  28. 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>
  29. <http://technet.microsoft.com/en-us/library/jj219613.aspx>
  30. "FAST Solution Center". Support. Microsoft. Retrieved 2 February 2014.
  31. "FAST Search Server 2010 for SharePoint". Microsoft TechNet. Microsoft. 12 May 2010. Retrieved 2 February 2014.
  32. "Manupatra Information Solutions". Microsoft Case Study. Microsoft. 17 February 2013. Retrieved 2 February 2014.
  33. "Sharepoint History". MSDN. Microsoft corporation. 5 October 2009. Retrieved 2 December 2010.
  34. How-To Videos - Microsoft Office. Microsoft.com. Retrieved on 2014-02-22.
  35. "New and improved features in SharePoint Server 2016". technet.microsoft.com. Retrieved 2016-09-19.
  36. "New Features in SharePoint 2016 - Overview - Centillion Technology Systems". 2016-04-06. Retrieved 2016-09-19.
  37. "Magic Quadrant for Enterprise Content Management". www.gartner.com. Retrieved 2015-05-19.
  38. "Cloud storage provider Comparison at Tom's Hardware". www.tomshardware.com. Retrieved 2015-05-19.
  39. "Why These 6 Enterprise Social Platforms Lead the Way". Retrieved 2015-05-19.
This article is issued from Wikipedia - version of the 12/5/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.