Creating a new Quick Step allows you to add a ribbon item to perform a custom
action, such as a workflow. When you create this Quick Step users can easily
activate the workflow from the Ribbon. Below is a screenshot of the configured
Quick Step in the ribbon:
To create this, from the Browser, select the List Ribbon and then select the Library Tab and the New Quick Step button. From here, SharePoint Designer will open and you will be able to enter the data for the Quick Step: You will notice that once you select ok you are redirected to the list page in SharePoint Designer and your Quick Step is listed under the Custom Action section. Also notice the Ribbon. You will see that you have another location to create the custom actions. From this menu you can see that we can create the custom action in different locations and when you click one of those options you will see we have more options than just linking to a workflow. When you select one of the items, you will see a similar entry screen that allows you to select the custom action you want to complete. You can navigate to a form, start a workflow or navigate to a URL. Below are some screenshots with samples of the locations that you can add the items. I used a document library, so I don't have an example from the new item form that you would have in a list. Comments |
Thursday, 4 May 2017
SharePoint 2010- Create a New Quick Step & Custom Actions - Old (but useful)
How to create a Quick Step and Custom Action to start SharePoint 2013 workflow
Today, I will share with you a feature for creating a Ribbon button on a SharePoint server UI. This button will start a SharePoint 2013 workflow when pressed. As a matter of fact, you can achieve this by two different features which actually share many things in common – they are Quick Steps and Custom Actions. I will go with Quick Steps first which provides a more tailored user experience for this goal and then explain Custom Actions briefly.
If you are already used to Custom Actions or Quick Steps to start SharePoint 2010 workflow, then you can just try to create one to start a SharePoint 2013 workflow. Since the UX is, basically, the same, it should be easy for users who have done this before.
First, you need to prepare a Ribbon icon file to show up in the Ribbon for the Quick Step you will define in the following steps. I decided to use the Site Assets document library and uploaded an image file there.
Second, you must have a list or document library you want to create the Quick Step in. In this example, I will use a Vacation Request list and create a quick step which starts a workflow to request an approval for the vacation.
If you used a document library, you can find it under Customize Library group in the LIBRARY Ribbon tab as below.
Clicking the button will lead you to this dialog where you just need to choose Allow.
SPD is then launched with the Vacation Request list shown with the following dialog popped up.
Take some time to explore the UIs on this dialog. You will find that you can create a new workflow based on SharePoint 2013 Workflow or SharePoint 2010 Workflow, or use some existing workflows. You will also notice that you can define the button label and button image. As we will create a new workflow based on SharePoint 2013 Workflow, choose the Start a new workflow option and then choose SharePoint 2013 Workflow as the Platform Type. Type in ‘Vacation Approval’ for the Button Label field. Lastly, click the Browse button to locate the icon image we uploaded in the Preparation section. Your dialog should look like below:
[SC(1]
Once you click OK, a workflow designer for SharePoint 2013 Workflow will be presented as below. Feel free to complete the workflow logic. In this example, as mentioned before, we will create a Vacation Approval workflow.
Once you publish your workflow, you’ve finished creating a new Quick Step. If you go to the ITEMS Ribbon tab, you will find a new Ribbon group Quick Steps is created and a new Ribbon menu Vacation Approval is created as well.
And if you go to the list summary page for the Vacation Request list in SPD, you will find that a workflow named ‘Button – Vacation Approval’ is present and a Custom Action named ‘Vacation Approval’ is created. As a matter of fact, Quick Step is a specific kind of Custom Actions. So if you are familiar with the Custom Actions’ features, you can apply them to your Quick Steps as well.
You can change the name of the button and even update the Quick Step to do a different job such as navigation to some forms or web pages, or starting a different workflow.
And if you scroll down a bit, you can find some advanced settings. If you use the Ribbon Location field and Sequence number field, you can change the location of the Ribbon button.
Let’s say, we want the button to show up in Workflows group rather than in Quick Steps group and want it to show up last in the group. Then you can easily achieve this by modifying the values to followings:
This will make the button show on the targeted location as below.
If you want to know more about the values available in the Ribbon Location, please refer to following article or search for some other blog articles explaining Custom Actions.
http://msdn.microsoft.com/en-us/library/ee537543.aspx
For Rights mask, you can use the values from the below site separated by semicolons to allow only permitted user to see/use the Custom Action.
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spbasepermissions.aspx
To do this, you need to create a new Custom Action of type List Item Menu. You can find the Custom Action Ribbon button in the list summary page for the Vacation Request list in SPD. If you click it, you will be presented with the following options. In this example, please choose List Item Menu.
In the dialog that follows, please choose Initiate workflow option and select the ‘Button – Vacation Approval’ workflow which was created during the creation of Quick Step so that two UIs will start the same workflow. And Click OK.
That’s it. You created the menu. If you go to the Vacation Request list, choose one item, and see the list item menu, you can find it.
If you are already used to Custom Actions or Quick Steps to start SharePoint 2010 workflow, then you can just try to create one to start a SharePoint 2013 workflow. Since the UX is, basically, the same, it should be easy for users who have done this before.
Quick Steps
I will explain in detail how you can create a Quick Step to start a SharePoint 2013 workflow.Preparation
Creating a Quick Step requires some prerequisites.First, you need to prepare a Ribbon icon file to show up in the Ribbon for the Quick Step you will define in the following steps. I decided to use the Site Assets document library and uploaded an image file there.
Second, you must have a list or document library you want to create the Quick Step in. In this example, I will use a Vacation Request list and create a quick step which starts a workflow to request an approval for the vacation.
Create a Quick Step
Now that you have the list to use, it is time to create a Quick Step. It is very easy. Just click the New Quick Step button under Customize List group in LIST Ribbon tab as highlighted below.If you used a document library, you can find it under Customize Library group in the LIBRARY Ribbon tab as below.
Clicking the button will lead you to this dialog where you just need to choose Allow.
SPD is then launched with the Vacation Request list shown with the following dialog popped up.
Take some time to explore the UIs on this dialog. You will find that you can create a new workflow based on SharePoint 2013 Workflow or SharePoint 2010 Workflow, or use some existing workflows. You will also notice that you can define the button label and button image. As we will create a new workflow based on SharePoint 2013 Workflow, choose the Start a new workflow option and then choose SharePoint 2013 Workflow as the Platform Type. Type in ‘Vacation Approval’ for the Button Label field. Lastly, click the Browse button to locate the icon image we uploaded in the Preparation section. Your dialog should look like below:
[SC(1]
Once you click OK, a workflow designer for SharePoint 2013 Workflow will be presented as below. Feel free to complete the workflow logic. In this example, as mentioned before, we will create a Vacation Approval workflow.
Once you publish your workflow, you’ve finished creating a new Quick Step. If you go to the ITEMS Ribbon tab, you will find a new Ribbon group Quick Steps is created and a new Ribbon menu Vacation Approval is created as well.
And if you go to the list summary page for the Vacation Request list in SPD, you will find that a workflow named ‘Button – Vacation Approval’ is present and a Custom Action named ‘Vacation Approval’ is created. As a matter of fact, Quick Step is a specific kind of Custom Actions. So if you are familiar with the Custom Actions’ features, you can apply them to your Quick Steps as well.
Modify Quick Step (Advanced)
As Quick Step is a mixture of Custom Action (‘View Ribbon’ type Custom Actions) and a list workflow, you can apply some Custom Action features to modify the created Quick Step. If you click ‘Vacation Approval’ in the Custom Actions slab, the following dialog will be presented.You can change the name of the button and even update the Quick Step to do a different job such as navigation to some forms or web pages, or starting a different workflow.
And if you scroll down a bit, you can find some advanced settings. If you use the Ribbon Location field and Sequence number field, you can change the location of the Ribbon button.
Let’s say, we want the button to show up in Workflows group rather than in Quick Steps group and want it to show up last in the group. Then you can easily achieve this by modifying the values to followings:
This will make the button show on the targeted location as below.
If you want to know more about the values available in the Ribbon Location, please refer to following article or search for some other blog articles explaining Custom Actions.
http://msdn.microsoft.com/en-us/library/ee537543.aspx
For Rights mask, you can use the values from the below site separated by semicolons to allow only permitted user to see/use the Custom Action.
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spbasepermissions.aspx
Custom Actions
Let’s say now, that after you have a new Ribbon menu to start the Vacation Request workflow, you want a similar menu on the List Item Menu so that users can start a workflow by right-clicking over an item, like below:To do this, you need to create a new Custom Action of type List Item Menu. You can find the Custom Action Ribbon button in the list summary page for the Vacation Request list in SPD. If you click it, you will be presented with the following options. In this example, please choose List Item Menu.
In the dialog that follows, please choose Initiate workflow option and select the ‘Button – Vacation Approval’ workflow which was created during the creation of Quick Step so that two UIs will start the same workflow. And Click OK.
That’s it. You created the menu. If you go to the Vacation Request list, choose one item, and see the list item menu, you can find it.
Known Issue
There are some known issues for the Quick Steps and Custom Actions feature.- After starting the workflow, it goes to the site default page rather than to the list
- Following option in workflow summary page is turned off by default for the workflow created from Quick Steps
- If you click the New button from the Custom Actions slab, it automatically creates a View Ribbon type Custom Action
SSL - Images to add
Creating a new Quick Step allows you to add a ribbon item to perform a custom
action, such as a workflow. When you create this Quick Step users can easily
activate the workflow from the Ribbon. Below is a screenshot of the configured
Quick Step in the ribbon:
To create this, from the Browser, select the List Ribbon and then select the Library Tab and the New Quick Step button. From here, SharePoint Designer will open and you will be able to enter the data for the Quick Step: You will notice that once you select ok you are redirected to the list page in SharePoint Designer and your Quick Step is listed under the Custom Action section. Also notice the Ribbon. You will see that you have another location to create the custom actions. From this menu you can see that we can create the custom action in different locations and when you click one of those options you will see we have more options than just linking to a workflow. When you select one of the items, you will see a similar entry screen that allows you to select the custom action you want to complete. You can navigate to a form, start a workflow or navigate to a URL. Below are some screenshots with samples of the locations that you can add the items. I used a document library, so I don't have an example from the new item form that you would have in a list. Comments |
Add a button to the Ribbon to start a workflow in SharePoint 2010 - Old (but useful)
Add a button to the Ribbon to start a workflow in SharePoint 2010
Learn how you can add a button to the toolbar (Ribbon) of a document library in SharePoint 2010 to be able to quickly access and start a workflow on an item in the SharePoint document library.
A Quick Step allows you to select an item in a SharePoint list or library and then with the click of a button initiate a SharePoint Designer workflow on the selected item.
Quick Step buttons are worthwhile adding to the Ribbon of a SharePoint document library if:
- You have a workflow that you must start manually on items in the document library. Using a button will save you two clicks: One to select Workflows on the item, and another one to select the workflow to run on the item.
- You have a workflow that is run often on items in a SharePoint document library.
Add a new Quick Step to a SharePoint 2010 document library toolbar
To add a new Quick Step to the Ribbon of a SharePoint document library:- Log in as a site owner or as a user who has Design permission on the SharePoint document library you want to customize.
- Navigate to the SharePoint document library to which you want to add a New Quick Step.
- On the Library Tools tab, click Library.
- On the Library tab under the Customize Library group, click New Quick Step. SharePoint Designer 2010 opens and the Add a Button dialog box is displayed.
- On the Add a Button dialog box, select whether you want to Start a new workflow or Start an existing workflow. If you select to Start a new workflow, you will have to design the workflow after you click OK.
- Type in a piece of text for the Button Label.
- Click Browse to browse to and select an image for the Button Image. You must upload an image to a SharePoint document or picture library prior to performing this step.
- Click OK.
If you go to the SharePoint document library, press F5 to refresh the page, and then click Documents on the Library Tools tab, you should see a new button on the Ribbon with the name and image you selected.
One thing to note is that Quick Steps only work on one item at a time, which means that you cannot start a workflow on multiple items. If you select multiple items in the document library, the button on the Ribbon will be disabled.
If you don't have the need for the button anymore or just want to remove it, you can do so as described below.
Delete a Quick Step button from the Ribbon of a SharePoint 2010 library
To remove a button pertaining to a Quick Step on the Ribbon of a SharePoint document library:- Log in as a site owner or as a user who has Design permission on the SharePoint document library you want to customize.
- Navigate to the SharePoint document library from which you want to remove a button that is associated with a workflow and was created through the New Quick Step option.
- On the Library tab under the Customize Library group, click Edit Library. SharePoint Designer 2010 opens.
- On the List Settings page for the SharePoint document library in the Custom Actions section, select the button you want to delete.
- On the Custom Actions tab, click Delete.
Listing All SharePoint Server 2013 Features – Including Name, Title, Scope, ID and Description
Display
Name
|
Title | Scope | ID | Description |
PublishingStapling | Publishing Features Stapling | Farm | 001f4bd7-746d-403b-aa09-a6cc43de7942 | Staple Publishing features |
SiteStatusBar | Site status bar | Farm | 001f4bd7-746d-403b-aa09-a6cc43de7999 | Creates a Microsoft OneNote 2010 notebook in the Shared Documents library and places a link to it on the Quick Launch. This feature requires a properly configured WOPI application server to create OneNote 2010 notebooks. |
BasicWebParts | Basic Web Parts | Site | 00bfea71-1c5e-4a24-b310-ba51c3eb7a57 | Makes the following Web Parts available in the site collection Web Part catalog: Page Viewer, Content Editor, Image, Form, XML and Site Users list. |
XmlFormLibrary | XML Form Libraries | Web | 00bfea71-1e1d-4562-b56a-f05371bb0115 | Provides support for XML form libraries for a site. |
LinksList | Links Lists | Web | 00bfea71-2062-426c-90bf-714c59600103 | Provides support for links lists for a site. |
workflowProcessList | WorkflowProcessList Feature | Web | 00bfea71-2d77-4a75-9fca-76516689e21a | This feature provides the ability to create a list to support running custom form actions. |
GridList | Grid Lists | Web | 00bfea71-3a1d-41d3-a0ee-651d11570120 | Provides support for editing custom lists in a grid for a site. |
WorkflowHistoryList | Workflow History Lists | Web | 00bfea71-4ea5-48d4-a4ad-305cf7030140 | Provides support for workflow history lists for a site. |
TeamCollab | Team Collaboration Lists | Web | 00bfea71-4ea5-48d4-a4ad-7ea5c011abe5 | Provides team collaboration capabilities for a site by making standard lists, such as document libraries and issues, available. |
GanttTasksList | Gantt Chart Tasks Lists | Web | 00bfea71-513d-4ca0-96c2-6a47775c0119 | Provides support for Gantt-chart tasks lists for a site. |
PictureLibrary | Picture Libraries | Web | 00bfea71-52d4-45b3-b544-b1c71b620109 | Provides support for picture libraries for a site. |
IssuesList | Issues Lists | Web | 00bfea71-5932-4f9c-ad71-1557e5751100 | Provides support for issues lists for a site. |
DiscussionsList | Discussion Lists | Web | 00bfea71-6a49-43fa-b535-d15c05500108 | Provides support for discussion boards for a site. |
ContactsList | Contacts Lists | Web | 00bfea71-7e6d-4186-9ba8-c047ac750105 | Provides support for contacts lists for a site. |
ExternalList | External Lists | Web | 00bfea71-9549-43f8-b978-e47e54a10600 | Provides support for external lists for a site. |
TasksList | Tasks Lists | Web | 00bfea71-a83e-497e-9ba0-7a5c597d0107 | Provides support for tasks lists for a site. |
WebPageLibrary | Wiki Page Library | Web | 00bfea71-c796-4402-9f2f-0eb9a6e71b18 | An interconnected set of easily editable web pages, which can contain text, images and web parts. |
AnnouncementsList | Announcements Lists | Web | 00bfea71-d1ce-42de-9c63-a44004ce0104 | Provides support for announcements lists for a site. |
WikiPageHomePage | Wiki Page Home Page | Web | 00bfea71-d8fe-4fec-8dad-01c19a6e4053 | This site feature will create a wiki page and set it as your site home page. |
DataConnectionLibrary | Data Connections Feature | Web | 00bfea71-dbd7-4f72-b8cb-da7ac0440130 | |
CustomList | Custom Lists | Web | 00bfea71-de22-43b2-a848-c05709900100 | Provides support for custom lists for a site. |
DocumentLibrary | Document Libraries | Web | 00bfea71-e717-4e80-aa17-d0c71b360101 | Provides support for document libraries for a site. |
SurveysList | Surveys Lists | Web | 00bfea71-eb8a-40b1-80c7-506be7590102 | Provides support for surveys lists for a site. |
EventsList | Events Lists | Web | 00bfea71-ec85-4903-972d-ebe475780106 | Provides support for events lists for a site. |
DataSourceLibrary | Data Source Libraries | Web | 00bfea71-f381-423d-b9d1-da7a54c50110 | Provides support for data source libraries for a site. |
NoCodeWorkflowLibrary | No-code Workflow Libraries | Web | 00bfea71-f600-43f6-a895-40c0de7b0117 | Provides support for no-code workflow libraries for a site. |
FeaturePushdown | Feature Pushdown Links | Farm | 0125140f-7123-4657-b70a-db9aa1f209e5 | Link to display the feature pushdown page |
ReviewWorkflows | Routing Workflows | Site | 02464c6a-9d07-4f30-ba04-e9035cf54392 | Workflows that send a document for feedback or approval. |
MySiteQuickLaunch | My Site Layouts Feature | Web | 034947cc-c424-47cd-a8d1-6014f0e36925 | My Site feature that uploads all the layouts to the master page gallery |
OSSSearchEndUserHelpFeature | $Resources:SearchEndUserHelp_Feature_Title; | Site | 03b0a3dc-93dd-4c68-943e-7ec56e65ed4d | $Resources:SearchEndUserHelp_Feature_Description; |
PPSMonDatasourceCtype | PerformancePoint Datasource Content Type definition | Site | 05891451-f0c4-4d4e-81b1-0dabd840bad4 | PerformancePoint Datasource Content Type definition |
LocationBasedPolicy | Library and Folder Based Retention | Site | 063c26fa-3ccc-4180-8a84-b6f98e991df3 | Allows list administrators to override content type retention schedules and set schedules on libraries and folders. |
BizAppsListTemplates | SharePoint Portal Server Status Indicator List template | Web | 065c78be-5231-477e-a972-14177cc5b3c7 | SharePoint Portal Server Status Indicator List template |
EnhancedTheming | Enhanced Theming | Site | 068bc832-4951-11dc-8314-0800200c9a66 | Enable enhanced .thmx theming. |
OsrvLinks | Shared Services Administration Links | Web | 068f8656-bea6-4d60-a5fa-7f077f8f5c20 | Links to the Shared Services administration pages |
HelpLibrary | Help | Site | 071de60d-4b02-4076-b001-b456e93146fe | Creates the Help library that can be used to store product Help. |
PremiumWeb | SharePoint Server Enterprise Site features | Web | 0806d127-06e6-447a-980e-2e90b03101b8 | Features such as Visio Services, Access Services, and Excel Services Application, included in the SharePoint Server Enterprise License. |
FCGroupsList | Manage Resources | Web | 08386d3d-7cc0-486b-a730-3b4cfe1b5509 | This feature provides support for Manage Resources list types. |
OSearchHealthReportsPushdown | Health Reports Pushdown Feature | Farm | 09fe98f3-3324-4747-97e5-916a28a0c6c0 | This feature activates the Health ReportsLibrary. |
TenantAdminBDC | Tenant Business Data Connectivity Administration | Web | 0a0b2e8f-e48e-4367-923b-33bb86c1b398 | Links to subpages and Ribbon for Tenant Business Data Connectivity Administration |
Workflows | Workflows | Site | 0af5989a-3aea-4519-8ab0-85d91abe39ff | Aggregated set of out-of-box workflow features provided by SharePoint. |
PPSSiteMaster | PerformancePoint Services Site Features | Web | 0b07a7f4-8bb8-4ec0-a31b-115732b9584d | Features enabling the PerformancePoint Services list and document library templates. |
SlideLibrary | Slide Library | Web | 0be49fe9-9bc9-409d-abf9-702753bd878d | Create a slide library when you want to share slides from Microsoft PowerPoint, or a compatible application. Slide libraries also provide special features for finding, managing, and reusing slides. |
OfficeWebApps | Deprecated Office Web Apps | Site | 0c504a5c-bcea-4376-b05e-cbca5ced7b4f | Deprecated Office Web Apps |
DocumentRoutingResources | Document Routing Resources | Site | 0c8a9a47-22a9-4798-82f1-00e62a96006e | Provision resources required for routing documents in sites within this site collection. |
PremiumWebApplication | SharePoint Server Enterprise Web application features | WebApplication | 0ea1c3b6-6ac0-44aa-9f3f-05e8dbe6d70b | Features such as Visio Services, Access Services, and Excel Services Application, included in the SharePoint Server Enterprise License. |
ContentLightup | Standard User Interface Items | Farm | 0f121a23-c6bc-400f-87e4-e6bbddf6916d | Provides several standard user interface components and links. |
MySiteCleanup | My Site Cleanup Feature | Farm | 0faf7d1b-95b1-4053-b4e2-19fd5c9bbc88 | Installs and uninstalls Farm-level job for My Site Cleanup. |
OssNavigation | Shared Services Navigation | Web | 10bdac29-a21a-47d9-9dff-90c7cae1301e | Shared Services Navigation |
PageConverters | Document to Page Converters | WebApplication | 14173c38-5e2d-4887-8134-60f9df889bad | Contains the converters used to convert documents to publishing pages. |
EawfSite | Group Approval | Site | 142ae5f3-6796-45c5-b31d-2e62e8868b53 | This site collection feature provides Group Approval. ‘Group Approval’ site feature must be activated afterward to use this feature. |
LocalSiteDirectoryControl | SharePoint Portal Server Local Site Directory Capture Control | Site | 14aafd3a-fcb9-4bb7-9ad7-d8e36b663bbd | SharePoint Portal Server Local Site Directory Capture Control |
IPFSTenantFormsConfig | InfoPath Forms Services Tenant Administration | Web | 15845762-4ec4-4606-8993-1c0512a98680 | Enables tenant administration of InfoPath Forms Services |
WordServerViewing | Deprecated Office Web Apps | Site | 1663ee19-e6ab-4d47-be1b-adeb27cfd9d2 | Deprecated Office Web Apps |
ReviewPublishingSPD1025 | Publishing Workflow – SharePoint 2013 (ar-sa) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0401 | This feature provides Publishing Approval workflow for a language (ar-sa) |
ReviewPublishingSPD1028 | Publishing Workflow – SharePoint 2013 (zh-tw) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0404 | This feature provides Publishing Approval workflow for a language (zh-tw) |
ReviewPublishingSPD1029 | Publishing Workflow – SharePoint 2013 (cs-cz) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0405 | This feature provides Publishing Approval workflow for a language (cs-cz) |
ReviewPublishingSPD1030 | Publishing Workflow – SharePoint 2013 (da-dk) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0406 | This feature provides Publishing Approval workflow for a language (da-dk) |
ReviewPublishingSPD1031 | Publishing Workflow – SharePoint 2013 (de-de) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0407 | This feature provides Publishing Approval workflow for a language (de-de) |
ReviewPublishingSPD1032 | Publishing Workflow – SharePoint 2013 (el-gr) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0408 | This feature provides Publishing Approval workflow for a language (el-gr) |
ReviewPublishingSPD1033 | Publishing Workflow – SharePoint 2013 (en-US) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0409 | This feature provides Publishing Approval workflow for a language (en-US) |
ReviewPublishingSPD1035 | Publishing Workflow – SharePoint 2013 (fi-fi) | Site | 19f5f68e-1b92-4a02-b04d-61810ead040b | This feature provides Publishing Approval workflow for a language (fi-fi) |
ReviewPublishingSPD1036 | Publishing Workflow – SharePoint 2013 (fr-fr) | Site | 19f5f68e-1b92-4a02-b04d-61810ead040c | This feature provides Publishing Approval workflow for a language (fr-fr) |
ReviewPublishingSPD1037 | Publishing Workflow – SharePoint 2013 (he-IL) | Site | 19f5f68e-1b92-4a02-b04d-61810ead040d | This feature provides Publishing Approval workflow for a language (he-IL) |
ReviewPublishingSPD1038 | Publishing Workflow – SharePoint 2013 (hu-HU) | Site | 19f5f68e-1b92-4a02-b04d-61810ead040e | This feature provides Publishing Approval workflow for a language (hu-HU) |
ReviewPublishingSPD1040 | Publishing Workflow – SharePoint 2013 (it-it) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0410 | This feature provides Publishing Approval workflow for a language (it-it) |
ReviewPublishingSPD1041 | Publishing Workflow – SharePoint 2013 (ja-jp) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0411 | This feature provides Publishing Approval workflow for a language (ja-jp) |
ReviewPublishingSPD1042 | Publishing Workflow – SharePoint 2013 (ko-KR) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0412 | This feature provides Publishing Approval workflow for a language (ko-KR) |
ReviewPublishingSPD1043 | Publishing Workflow – SharePoint 2013 (nl-nl) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0413 | This feature provides Publishing Approval workflow for a language (nl-nl) |
ReviewPublishingSPD1044 | Publishing Workflow – SharePoint 2013 (nb-no) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0414 | This feature provides Publishing Approval workflow for a language (nb-no) |
ReviewPublishingSPD1045 | Publishing Workflow – SharePoint 2013 (pl-pl) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0415 | This feature provides Publishing Approval workflow for a language (pl-pl) |
ReviewPublishingSPD1049 | Publishing Workflow – SharePoint 2013 (ru-RU) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0419 | This feature provides Publishing Approval workflow for a language (ru-RU) |
ReviewPublishingSPD1051 | Publishing Workflow – SharePoint 2013 (sk-sk) | Site | 19f5f68e-1b92-4a02-b04d-61810ead041b | This feature provides Publishing Approval workflow for a language (sk-sk) |
ReviewPublishingSPD1053 | Publishing Workflow – SharePoint 2013 (sv-se) | Site | 19f5f68e-1b92-4a02-b04d-61810ead041d | This feature provides Publishing Approval workflow for a language (sv-se) |
ReviewPublishingSPD1054 | Publishing Workflow – SharePoint 2013 (th-TH) | Site | 19f5f68e-1b92-4a02-b04d-61810ead041e | This feature provides Publishing Approval workflow for a language (th-TH) |
ReviewPublishingSPD1055 | Publishing Workflow – SharePoint 2013 (tr-tr) | Site | 19f5f68e-1b92-4a02-b04d-61810ead041f | This feature provides Publishing Approval workflow for a language (tr-tr) |
ReviewPublishingSPD1060 | Publishing Workflow – SharePoint 2013 (sl-si) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0424 | This feature provides Publishing Approval workflow for a language (sl-si) |
ReviewPublishingSPD1062 | Publishing Workflow – SharePoint 2013 (lv-lv) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0426 | This feature provides Publishing Approval workflow for a language (lv-lv) |
ReviewPublishingSPD1063 | Publishing Workflow – SharePoint 2013 (lt-lt) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0427 | This feature provides Publishing Approval workflow for a language (lt-lt) |
ReviewPublishingSPD1081 | Publishing Workflow – SharePoint 2013 (hi-in) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0439 | This feature provides Publishing Approval workflow for a language (hi-in) |
ReviewPublishingSPD2052 | Publishing Workflow – SharePoint 2013 (zh-CN) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0804 | This feature provides Publishing Approval workflow for a language (zh-CN) |
ReviewPublishingSPD2070 | Publishing Workflow – SharePoint 2013 (pt-PT) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0816 | This feature provides Publishing Approval workflow for a language (pt-PT) |
ReviewPublishingSPD3082 | Publishing Workflow – SharePoint 2013 (es-ES) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0c0a | This feature provides Publishing Approval workflow for a language (es-ES) |
AccSrvUserTemplate | Access Services User Templates | Web | 1a8251a0-47ab-453d-95d4-07d7ca4f8166 | Enables the creation of new sites from uploaded Access template files. |
EawfWeb | Group Approval | Web | 1ba1b299-716c-4ee1-9c23-e8bbab3c812a | This site feature provides Group Approval. This feature can be activated only in the root web of site collection. ‘Group Approval’ site collection feature must be activated first. |
IMEDicList | Microsoft IME Dictionary List | Web | 1c6a572c-1b58-49ab-b5db-75caf50692e6 | Create Microsoft IME dictionary list when you want to use data in the list as Microsoft IME dictionary. You can convert “Reading” field items to “Display” using Microsoft IME and view the content in “Comment” in the IME comment window. The data can be linked to a specific URL. |
AccSrvApplication | Access Services 2010 Farm Feature | Farm | 1cc4b32c-299b-41aa-9770-67715ea05f25 | Adds farm-level Access Services 2010 Features to the Microsoft SharePoint Foundation framework |
SearchAndProcess | Search And Process | WebApplication | 1dbf6063-d809-45ea-9203-d3ba4a64f86d | Provisions the Search and Process timer jobs. |
DMContentTypeSettings | DM Content Type Setting Links | Farm | 1ec2c859-e9cb-4d79-9b2b-ea8df09ede22 | DLC Document Management content type setting links. |
PublishingTimerJobs | Publishing Timer Jobs | WebApplication | 20477d83-8bdb-414e-964b-080637f7d99b | Create Publishing timer jobs in the web application to support scheduling and variations. |
Publishing | Publishing | Web | 22a9ef51-737b-4ff2-9346-694633fe4416 | Enable Publishing in a web. |
CallTrackList | Phone Call Memo List | Web | 239650e3-ee0b-44a0-a22a-48292402b8d8 | This feature provides support for Phone Call Memo list types. |
ReportListTemplate | SharePoint Portal Server Report Library | Web | 2510d73f-7109-4ccc-8a1c-314894deeb3a | SharePoint Portal Server Report Library |
BICenterDataconnectionsLib | DataConnections Library for PerformancePoint | Web | 26676156-91a0-49f7-87aa-37b1d5f0c4d0 | Contains ODC, UDC and PerformancePoint data connections. |
AccSrvUSysAppLog | Access Services User Application Log | Web | 28101b19-b896-44f4-9264-db028f307a62 | Access Services User Application Log |
TransMgmtLib | Translation Management Library | Web | 29d85c25-170c-4df9-a641-12db0b9d4130 | Create a translation management library when you want to create documents in multiple languages and manage translation tasks. Translation management libraries include a workflow to manage the translation process and provide sub-folders, file versioning, and check-in/check-out. |
AccSrvMSysAso | Access Services System Objects | Web | 29ea7495-fca1-4dc6-8ac1-500c247a036e | Access Services System Objects |
SPSearchFeature | Microsoft SharePoint Foundation Search feature | WebApplication | 2ac1da39-c101-475c-8601-122bc36e3d67 | Microsoft SharePoint Foundation Search feature |
WebPartAdderGroups | Web Part Adder default groups | Site | 2ed1c45e-a73b-4779-ae81-1524e4de467a | Adds additional default groups the QuickAddGroups column in webpart gallery |
UpgradeOnlyFile | $Resources:UpgradeOnlyFile_Feature_Title; | Web | 2fa4db13-4109-4a1d-b47c-c7991d4cc934 | Portal feature that uploads upgrade only files. |
V2VPublishingLayouts | V2V Publishing Layouts Upgrade | Site | 2fbbe552-72ac-11dc-8314-0800200c9a66 | Add new masterpages and CSS styles |
RedirectPageContentTypeBinding | SharePoint Portal Server Redirect Page Content Type Binding Feature | Web | 306936fd-9806-4478-80d1-7e397bfa6474 | SharePoint Portal Server Redirect Page Content Type Binding Feature |
GlobalWebParts | Global Web Parts | Farm | 319d8f70-eb3a-4b44-9c79-2087a87799d6 | Installs additional web parts common to all types of sites. |
TenantProfileAdmin | Tenant User Profile Application | Web | 32ff5455-8967-469a-b486-f8eaf0d902f9 | Links to subpages for Tenant User Profile Application Management |
ContentTypeSyndication | Content type syndication | WebApplication | 34339dc9-dec4-4256-b44a-b30ff2991a64 | Content type syndication. |
SSSvcAdmin | Secure Store Service Admin | Web | 35f680d4-b0de-4818-8373-ee0fca092526 | Secure Store Service Admin Ribbon |
FastCentralAdminHelpCollection | FAST Search Central Admin Help Collection | Site | 38969baa-3590-4635-81a4-2049d982adfa | Enables FAST Search Central Admin Help Collection |
EmailTemplates | Email Templates feature | WebApplication | 397942ec-14bf-490e-a983-95b87d0d29d1 | Email templates used to send out some notifications from SharePoint |
BICenterSampleData | Business Intelligence center sample data | Web | 3992d4ab-fa9e-4791-9158-5ee32178e88a | Business Intelligence center sample data feature which adds sample data to the newly created Business Intelligence center site. |
MpsWebParts | Meetings Workspaces Web Parts | Web | 39dd29fb-b6f5-4697-b526-4d38de4893e5 | Extends the Web Part adder to display Meetings Workspaces list templates. |
DocumentManagement | Document Sets metadata synchronization | WebApplication | 3a4ce811-6fe0-4e97-a6ae-675470282cf2 | Provides the infrastructure to synchronize metadata for Document Sets. |
DocumentSet | Document Sets | Site | 3bae86a2-776d-499d-9db8-fa4cdc7884f8 | Provides the content types required for creating and using document sets. Create a document set when you want to manage multiple documents as a single work product. |
ReviewWorkflowsSPD1025 | Routing Workflows – SharePoint 2013 (ar-sa) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60401 | This feature provides Routing Workflows for a language (ar-sa) |
ReviewWorkflowsSPD1028 | Routing Workflows – SharePoint 2013 (zh-tw) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60404 | This feature provides Routing Workflows for a language (zh-tw) |
ReviewWorkflowsSPD1029 | Routing Workflows – SharePoint 2013 (cs-cz) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60405 | This feature provides Routing Workflows for a language (cs-cz) |
ReviewWorkflowsSPD1030 | Routing Workflows – SharePoint 2013 (da-dk) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60406 | This feature provides Routing Workflows for a language (da-dk) |
ReviewWorkflowsSPD1031 | Routing Workflows – SharePoint 2013 (de-de) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60407 | This feature provides Routing Workflows for a language (de-de) |
ReviewWorkflowsSPD1032 | Routing Workflows – SharePoint 2013 (el-gr) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60408 | This feature provides Routing Workflows for a language (el-gr) |
ReviewWorkflowsSPD1033 | Routing Workflows – SharePoint 2013 (en-US) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60409 | This feature provides Routing Workflows for a language (en-US) |
ReviewWorkflowsSPD1035 | Routing Workflows – SharePoint 2013 (fi-fi) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6040b | This feature provides Routing Workflows for a language (fi-fi) |
ReviewWorkflowsSPD1036 | Routing Workflows – SharePoint 2013 (fr-fr) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6040c | This feature provides Routing Workflows for a language (fr-fr) |
ReviewWorkflowsSPD1037 | Routing Workflows – SharePoint 2013 (he-IL) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6040d | This feature provides Routing Workflows for a language (he-IL) |
ReviewWorkflowsSPD1038 | Routing Workflows – SharePoint 2013 (hu-HU) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6040e | This feature provides Routing Workflows for a language (hu-HU) |
ReviewWorkflowsSPD1040 | Routing Workflows – SharePoint 2013 (it-it) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60410 | This feature provides Routing Workflows for a language (it-it) |
ReviewWorkflowsSPD1041 | Routing Workflows – SharePoint 2013 (ja-jp) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60411 | This feature provides Routing Workflows for a language (ja-jp) |
ReviewWorkflowsSPD1042 | Routing Workflows – SharePoint 2013 (ko-KR) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60412 | This feature provides Routing Workflows for a language (ko-KR) |
ReviewWorkflowsSPD1043 | Routing Workflows – SharePoint 2013 (nl-nl) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60413 | This feature provides Routing Workflows for a language (nl-nl) |
ReviewWorkflowsSPD1044 | Routing Workflows – SharePoint 2013 (nb-no) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60414 | This feature provides Routing Workflows for a language (nb-no) |
ReviewWorkflowsSPD1045 | Routing Workflows – SharePoint 2013 (pl-pl) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60415 | This feature provides Routing Workflows for a language (pl-pl) |
ReviewWorkflowsSPD1049 | Routing Workflows – SharePoint 2013 (ru-RU) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60419 | This feature provides Routing Workflows for a language (ru-RU) |
ReviewWorkflowsSPD1051 | Routing Workflows – SharePoint 2013 (sk-sk) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6041b | This feature provides Routing Workflows for a language (sk-sk) |
ReviewWorkflowsSPD1053 | Routing Workflows – SharePoint 2013 (sv-se) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6041d | This feature provides Routing Workflows for a language (sv-se) |
ReviewWorkflowsSPD1054 | Routing Workflows – SharePoint 2013 (th-TH) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6041e | This feature provides Routing Workflows for a language (th-TH) |
ReviewWorkflowsSPD1055 | Routing Workflows – SharePoint 2013 (tr-tr) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6041f | This feature provides Routing Workflows for a language (tr-tr) |
ReviewWorkflowsSPD1060 | Routing Workflows – SharePoint 2013 (sl-si) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60424 | This feature provides Routing Workflows for a language (sl-si) |
ReviewWorkflowsSPD1062 | Routing Workflows – SharePoint 2013 (lv-lv) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60426 | This feature provides Routing Workflows for a language (lv-lv) |
ReviewWorkflowsSPD1063 | Routing Workflows – SharePoint 2013 (lt-lt) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60427 | This feature provides Routing Workflows for a language (lt-lt) |
ReviewWorkflowsSPD1081 | Routing Workflows – SharePoint 2013 (hi-in) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60439 | This feature provides Routing Workflows for a language (hi-in) |
ReviewWorkflowsSPD2052 | Routing Workflows – SharePoint 2013 (zh-CN) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60804 | This feature provides Routing Workflows for a language (zh-CN) |
ReviewWorkflowsSPD2070 | Routing Workflows – SharePoint 2013 (pt-PT) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60816 | This feature provides Routing Workflows for a language (pt-PT) |
ReviewWorkflowsSPD3082 | Routing Workflows – SharePoint 2013 (es-ES) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60c0a | This feature provides Routing Workflows for a language (es-ES) |
IPFSTenantWebProxyConfig | InfoPath Forms Services Web Service Proxy Administration | Web | 3c577815-7658-4d4f-a347-cfbb370700a7 | Enables tenant administration of InfoPath Forms Services Web Service Proxy settings |
ExcelServerSite | Excel Services Application View Site Feature | Site | 3cb475e7-4e87-45eb-a1f3-db96ad7cf313 | Adds site-level Excel Services Application viewing features to the Microsoft SharePoint Foundation framework |
GBWWebParts | GroupBoardWebParts | Web | 3d25bd73-7cd4-4425-b8fb-8899977f73de | |
OnenoteServerViewing | Deprecated Office Web Apps | Site | 3d433d02-cf49-4975-81b4-aede31e16edf | Deprecated Office Web Apps |
TenantProfileAdminStapling | Tenant User Profile Application Stapling | Farm | 3d4ea296-0b35-4a08-b2bf-f0a8cabd1d7f | Staple Tenant User Profile Application Feature to TenantAdmin Template |
BDR | Document Center Enhancements | Web | 3f59333f-4ce1-406d-8a97-9ecb0ff0337f | Provides tree view navigation for a site. |
TaxonomyFeatureStapler | Taxonomy feature stapler | Farm | 415780bf-f710-4e2c-b7b0-b463c7992ef0 | Staples the Field Added feature to all sites created |
BizAppsSiteTemplates | BizApps Site Templates | Site | 4248e21f-a816-4c88-8cab-79d82201da7b | SharePoint Portal site templates and web parts |
BizAppsCTypes | SharePoint Portal Server Business Appications Content Type Definition | Site | 43f41342-1a37-4372-8ca0-b44d881e4434 | SharePoint Portal Server Business Appication content type definitions |
OSearchEnhancedFeature | SharePoint Server Enterprise Search | WebApplication | 4750c984-7721-4feb-be61-c660c6190d43 | Uses the Search Server Service for search over broad enterprise content. In addition to list and site scopes, provides search over people profiles, business data, remote and custom content sources. Uses multiple tabs to display results in the Search Center. |
PPSWorkspaceList | PerformancePoint Content List | Web | 481333e1-a246-4d89-afab-d18c6fe344ce | PerformancePoint Content List |
TaxonomyTimerJobs | Create the taxonomy timer jobs | WebApplication | 48ac883d-e32e-4fd6-8499-3408add91b53 | Creates the taxonomy timer jobs on all web apps being created |
MySiteHost | My Site Host | Site | 49571cd1-b6a1-43a3-bf75-955acc79c8d8 | Installs features related to hosting My Sites. |
AssetLibrary | Asset Library | Site | 4bcccd62-dcaf-46dc-a7d4-e38277ef33f4 | Enable Asset Library Creation for site collection. |
ExcelServerWebPart | Excel Services Application Web Part Site Feature | Site | 4c42ab64-55af-4c7c-986a-ac216a6e0c0e | Adds site-level Excel Services Application web part features to the Microsoft SharePoint Foundation framework |
BaseWebApplication | SharePoint Server Standard Web application features | WebApplication | 4f56f9fa-51a0-420c-b707-63ecbb494db1 | Features such as user profiles and search, included in the SharePoint Server Standard License. |
NavigationProperties | Portal Navigation Properties | Web | 541f5f57-c847-4e16-b59a-b31e90e6f9ea | Set per-site navigation properties. |
AdminReportCorePushdown | Administrative Reporting Core Pushdown Feature | Farm | 55312854-855b-4088-b09d-c5efe0fbf9d2 | This feature activates the Administrative Reporting Infrastructure feature in all site templates. |
SiteHelp | Custom Site Collection Help | Site | 57ff23fc-ec05-4dd8-b7ed-d93faa7c795d | Creates a Help library that can be used to store custom help for this site collection. |
FacilityList | Resources List | Web | 58160a6b-4396-4d6e-867c-65381fb5fbc9 | This feature provides support for Resources list types. |
MobileEwaFarm | Excel Services Application Mobile Excel Web Access Feature | Farm | 5a020a4f-c449-4a65-b07d-f2cc2d8778dd | Adds farm-level Excel Services Application Mobile Excel Web Access Feature to the Microsoft SharePoint Foundation framework |
BizAppsFields | SPS Biz Apps Field Definition | Site | 5a979115-6b71-45a5-9881-cdc872051a69 | OOB field definitions for Biz Apps |
RecordResources | Record Resources | Site | 5bccb9a4-b903-4fd1-8620-b795fa33c9ba | Provision resources required for creating records or holds in sites within this site collection. |
PPSDatasourceLib | PerformancePoint Data Source Library Template | Web | 5d220570-df17-405e-b42d-994237d60ebf | PerformancePoint Data Source Library Template |
SearchExtensions | Search extensions | Site | 5eac763d-fbf5-4d6f-a76b-eded7dd7b0a5 | Search extensions |
MySiteHostPictureLibrary | Shared Picture Library for Organizations logos | Web | 5ede0a86-c772-4f1d-a120-72e734b3400c | Use this Picture Library to store logos for Organizations. |
PortalLayouts | Portal Layouts Feature | Site | 5f3b0127-2f1d-4cfd-8dd2-85ad1fb00bfc | Portal feature that uploads all the layouts to the master page gallery. |
VisioServer | Visio Web Access | Farm | 5fe8e789-d1b7-44b3-b634-419c531cfdca | View Visio Web Drawings in the browser |
SpellChecking | Spell Checking | Farm | 612d671e-f53d-4701-96da-c3a4ee00fdc5 | Enable the Spell Checking in list-item edit forms. |
TenantAdminSecureStoreStapling | Secure Store Service Stapling Feature | Farm | 6361e2a8-3bc4-4ca4-abbb-3dfbb727acd7 | Stapling Secure Store Service Tenant Administration to Tenant Administration template. |
ScheduleList | Schedule and Reservations List | Web | 636287a7-7f62-4a6e-9fcc-081f4672cbf8 | This feature provides support for Schedule and Reservations list types. |
SlideLibraryActivation | Slide Library Activation | Farm | 65d96c6b-649a-4169-bf1d-b96505c60375 | |
ObaProfilePages | BDC Profile Pages Feature | Web | 683df0c0-20b7-4852-87a3-378945158fab | Enables UI for creating or upgrading BDC profile pages. |
MySiteLayouts | My Site Layouts Feature | Site | 6928b0e5-5707-46a1-ae16-d6e52522d52b | My Site feature that uploads all the layouts to the master page gallery. |
CTypes | Standard Content Type Definitions | Site | 695b6570-a48b-4a8e-8ea5-26ea7fc1d162 | Provides standard content type definitions for a site collection. |
MySite | My Site | Farm | 69cc9662-d373-47fc-9449-f18d11ff732c | Installs features related to My Site and User Profiles. |
MySiteNavigation | My Site Navigation | Web | 6adff05c-d581-4c05-a6b9-920f15ec6fd9 | Installs navigation providers for My Site. |
SignaturesWorkflow | Collect Signatures Workflow | Site | 6c09612b-46af-4b2f-8dfc-59185c962a29 | Gathers signatures needed to complete a Microsoft Office document. |
RecordsManagement | Records Management | Farm | 6d127338-5e7d-4391-8f62-a11e43b1d404 | Adds records management and information management policy capabilities to Microsoft SharePoint Foundation. |
LegacyDocumentLibrary | Document Libraries | Web | 6e53dd27-98f2-4ae5-85a0-e9a8ef4aa6df | Provides support for document libraries for a site. |
GBWProvision | Group Work Provisioning | Web | 6e8a2add-ed09-4592-978e-8fa71e6f117c | This feature provisions Group Work’s web. |
FastEndUserHelpCollection | FAST Search End User Help Collection | Site | 6e8f2b8d-d765-4e69-84ea-5702574c11d6 | Enables FAST Search End User Help Collection |
Reporting | Reporting | Site | 7094bd89-2cfe-490a-8c7e-fbace37b4a34 | Creates reports about information in Microsoft SharePoint Foundation. |
SPSDisco | Portal DiscoPage Feature | Farm | 713a65a1-2bc7-4e62-9446-1d0b56a8bf7f | Portal feature that sets the DiscoPage property of the default web service to spsdisco.aspx. |
MetaDataNav | Metadata Navigation and Filtering | Web | 7201d6a4-a5d3-49a1-8c19-19c4bac6e668 | Provides each list in the site with a settings pages for configuring that list to use metadata tree view hierarchies and filter controls to improve navigation and filtering of the contained items. |
TaxonomyFieldAdded | Register taxonomy site wide field added event receiver | Site | 73ef14b1-13a9-416b-a9b5-ececa2b0604c | Registers the field added event on all SPSites being created |
AccSrvSolutionGallery | Access Services Solution Gallery | Site | 744b5fd3-3b09-4da6-9bd1-de18315b045d | Enables uploading Access template files to the solution gallery. |
IPFSAdminWeb | Admin Links for InfoPath Forms Services. | Web | 750b8e49-5213-4816-9fa2-082900c0201a | InfoPath Forms Services admin links. |
SocialRibbonControl | Social Tags and Note Board Ribbon Controls | Farm | 756d8a58-4e24-4288-b981-65dc93f9c4e5 | Adds entry points for social tagging and note board commenting to the ribbon user interface. |
EnterpriseWiki | Enterprise Wiki | Web | 76d688ad-c16e-4cec-9b71-7b7f0d79b9cd | Create a large-scale wiki site. |
OSSSearchSearchCenterUrlSiteFeature | Site collection level Search Center Url Feature | Site | 7ac8cc56-d28e-41f5-ad04-d95109eb987a | adds the url of search center in the property bag of root web. |
OSSSearchSearchCenterUrlFeature | Search Center URL | Web | 7acfcb9d-8e8f-4979-af7e-8aed7e95245e | Search Center URL Feature. |
DocumentRouting | Content Organizer | Web | 7ad5272a-2694-4349-953e-ea5ef290e97c | Create metadata based rules that move content submitted to this site to the correct library or folder. |
ViewFormPagesLockDown | Limited-access user permission lockdown mode | Site | 7c637b23-06c4-472d-9a9a-7c175762c5c4 | When this feature is enabled, permissions for users in the “limited access” permissions level (such as Anonymous Users) are reduced, preventing access to Application Pages. |
TaxonomyTenantAdmin | Taxonomy Tenant Administration | Web | 7d12c4c3-2321-42e8-8fb6-5295a849ed08 | Enables taxonomy tenant administration. |
VisioProcessRepositoryFeatureStapling | Visio Process Repository | Farm | 7e0aabee-b92b-4368-8742-21ab16453d00 | Visio Process Repository document library feature |
VisioProcessRepository | Visio Process Repository | Web | 7e0aabee-b92b-4368-8742-21ab16453d01 | Visio Process Repository document library feature |
VisioProcessRepositoryUs | Visio Process Repository | Web | 7e0aabee-b92b-4368-8742-21ab16453d02 | Visio Process Repository document library feature |
EnhancedHtmlEditing | Enhanced Html Editing | Farm | 81ebc0d6-8fb2-4e3f-b2f8-062640037398 | Enhanced Html Editing for the Content Editor Web Part |
TransMgmtFunc | Translation Management Library | Farm | 82e2ea42-39e2-4b27-8631-ed54c1cfc491 | Add a library template to manage the document translation process. |
PPSSiteStapling | PPS Site Stapling | Farm | 8472208f-5a01-4683-8119-3cea50bea072 | PPS Site Stapling |
PremiumSite | SharePoint Server Enterprise Site Collection features | Site | 8581a8a7-cf16-4770-ac54-260265ddb0b2 | Features such as InfoPath Forms Services, Visio Services, Access Services, and Excel Services Application, included in the SharePoint Server Enterprise License. |
MySiteBlog | My Site Blogs | Site | 863da2ac-3873-4930-8498-752886210911 | Installs My Site Blog features. |
MossChart | Chart Web Part | Site | 875d1044-c0cf-4244-8865-d2a0039c2a49 | Helps you to visualize your data on SharePoint sites and portals. |
Navigation | Portal Navigation | Site | 89e0306d-453b-4ec5-8d68-42067cdbf98e | Enable portal navigation bars. |
OpenInClient | Open Documents in Client Applications by Default | Site | 8a4b8de2-6fd8-41e9-923c-c7c3c00f8295 | Configures links to documents so they open in client applications instead of Web applications, by default. |
MasterSiteDirectoryControl | SharePoint Portal Server Master Site Directory Capture Control | Farm | 8a663fe0-9d9c-45c7-8297-66365ad50427 | SharePoint Portal Server Master Site Directory Capture Control. |
WikiWelcome | WikiWelcome | Web | 8c6a6980-c3d9-440e-944c-77f93bc65a7e | This feature allows you to turn the front page of your Wiki Site into a Wiki Page. |
MaintenanceLogs | Maintenance Log Library | Web | 8c6f9096-388d-4eed-96ff-698b3ec46fc4 | Provides access to the site collection upgrade and repair logs |
WAWhatsPopularWebPart | Web Analytics Web Part | Site | 8e947bf0-fe40-4dff-be3d-a8b88112ade6 | The feature is a web part to display popular content, search queries and search results. |
LocalSiteDirectoryMetaData | Local Site Directory MetaData Capture Feature | Web | 8f15b342-80b1-4508-8641-0751e2b55ca6 | Feature that sets location to local site directory for site metadata capture |
TaxonomyTenantAdminStapler | Taxonomy Tenant Administration Stapler | Farm | 8fb893d6-93ee-4763-a046-54f9e640368d | Activates taxonomy related features in the tenant administration site. |
ObaProfilePagesTenantStapling | BDC Profile Pages Tenant Stapling Feature | Farm | 90c6c1e5-3719-4c52-9f36-34a97df596f7 | Staples Profile Pages feature to sites that use the tenant admin template. |
Ratings | Ratings | Site | 915c240e-a6cc-49b8-8b2c-0bff8b553ed3 | Use this feature to enable users to rate content. |
SkuUpgradeLinks | Sku Upgrade Links | Farm | 937f97e9-d7b4-473d-af17-b03951b2c66b | Link to display the portal to office server sku upgrade page |
PublishingWeb | SharePoint Server Publishing | Web | 94c94ca6-b32f-4da9-a9e3-1f3d343d7ecb | Create a Web page library as well as supporting libraries to create and publish pages based on page layouts. |
BaseSiteStapling | Base Site Features Stapling | Farm | 97a2485f-ef4b-401f-9167-fa4fe177c6f6 | Staple Base features |
TenantAdminLinks | Tenant Administration Links | Web | 98311581-29c5-40e8-9347-bd5732f0cb3e | Links to Tenant Administration subpages which reside on the main Tenant Administration page. |
TenantAdminDeploymentLinks | Tenant Administration Content Deployment Configuration | Web | 99f380b4-e1aa-4db0-92a4-32b15e35b317 | Allows Tenant Administrators to configure Content Deployment for their sites. |
BaseWeb | SharePoint Server Standard Site features | Web | 99fe402e-89a0-45aa-9163-85342e865dc8 | Features such as user profiles and search, included in the SharePoint Server Standard License. |
ContentTypeHub | Content Type Syndication Hub | Site | 9a447926-5937-44cb-857a-d3829301c73b | Provisions a site to be Enterprise Metadata hub site. |
HolidaysList | Holidays List | Web | 9ad4c2d4-443b-4a94-8534-49a23f20ba3c | This feature provides support for Holidays list types. |
OrganizationsClaimHierarchyProvider | Organizations Claim Hierarchy Provider | Farm | 9b0293a7-8942-46b0-8b78-49d29a9edd53 | Installs Claim Hierarchy Provider based on Organizations. |
GroupWork | Group Work Lists | Web | 9c03e124-eef7-4dc6-b5eb-86ccd207cb87 | Provides Calendars with added functionality for team and resource scheduling. |
WhereaboutsList | $Resources:core,GbwFeatureWhereaboutsTitle; | Web | 9c2ef9dc-f733-432e-be1c-2e79957ea27b | $Resources:core,GbwFeatureWhereaboutsDescription; |
Hold | Hold | Web | 9e56487c-795a-4077-9425-54a1ecb84282 | This feature is used to track external actions like litigations, investigations, or audits that require you to suspend the disposition of documents. |
VisioWebAccess | Visio Web Access | Site | 9fec40ea-a949-407d-be09-6cba26470a0c | View Visio Web Drawings in the browser |
IPFSWebFeatures | InfoPath Forms Services support | Web | a0e5a010-1329-49d4-9e09-f280cdbed37d | InfoPath Forms Services lists and related pages to enable server side rendering of Forms. |
ipfsAdminLinks | Admin Links for InfoPath Forms Services. | Farm | a10b6aa4-135d-4598-88d1-8d4ff5691d13 | InfoPath Forms Services admin links. |
DownloadFromOfficeDotCom | Office.com Entry Points from SharePoint | Farm | a140a1ac-e757-465d-94d4-2ca25ab2c662 | This feature enables entry points from the SharePoint user interface that allow users to browse SharePoint solutions from Office.com |
PPSSiteCollectionMaster | PerformancePoint Services Site Collection Features | Site | a1cb5b7f-e5e9-421b-915f-bf519b0760ef | Features enabling the PerformancePoint Services site including content types and site definitions for this site collection. |
SitesList | Sites List creation feature | Web | a311bf68-c990-4da3-89b3-88989a3d7721 | Feature that creates sites list and registers event recievers |
PublishingPrerequisites | Publishing Prerequisites | Site | a392da98-270b-4e85-9769-04c0fde267aa | Enable Publishing prerequisites for site collection. |
SignaturesWorkflowSPD1025 | Collect Signatures Workflow – SharePoint 2013 (ar-sa) | Site | a42f749f-8633-48b7-9b22-403b40190401 | This feature provides Collect Signatures workflow for a language (ar-sa) |
SignaturesWorkflowSPD1028 | Collect Signatures Workflow – SharePoint 2013 (zh-tw) | Site | a42f749f-8633-48b7-9b22-403b40190404 | This feature provides Collect Signatures workflow for a language (zh-tw) |
SignaturesWorkflowSPD1029 | Collect Signatures Workflow – SharePoint 2013 (cs-cz) | Site | a42f749f-8633-48b7-9b22-403b40190405 | This feature provides Collect Signatures workflow for a language (cs-cz) |
SignaturesWorkflowSPD1030 | Collect Signatures Workflow – SharePoint 2013 (da-dk) | Site | a42f749f-8633-48b7-9b22-403b40190406 | This feature provides Collect Signatures workflow for a language (da-dk) |
SignaturesWorkflowSPD1031 | Collect Signatures Workflow – SharePoint 2013 (de-de) | Site | a42f749f-8633-48b7-9b22-403b40190407 | This feature provides Collect Signatures workflow for a language (de-de) |
SignaturesWorkflowSPD1032 | Collect Signatures Workflow – SharePoint 2013 (el-gr) | Site | a42f749f-8633-48b7-9b22-403b40190408 | This feature provides Collect Signatures workflow for a language (el-gr) |
SignaturesWorkflowSPD1033 | Collect Signatures Workflow – SharePoint 2013 (en-US) | Site | a42f749f-8633-48b7-9b22-403b40190409 | This feature provides Collect Signatures workflow for a language (en-US) |
SignaturesWorkflowSPD1035 | Collect Signatures Workflow – SharePoint 2013 (fi-fi) | Site | a42f749f-8633-48b7-9b22-403b4019040b | This feature provides Collect Signatures workflow for a language (fi-fi) |
SignaturesWorkflowSPD1036 | Collect Signatures Workflow – SharePoint 2013 (fr-fr) | Site | a42f749f-8633-48b7-9b22-403b4019040c | This feature provides Collect Signatures workflow for a language (fr-fr) |
SignaturesWorkflowSPD1037 | Collect Signatures Workflow – SharePoint 2013 (he-IL) | Site | a42f749f-8633-48b7-9b22-403b4019040d | This feature provides Collect Signatures workflow for a language (he-IL) |
SignaturesWorkflowSPD1038 | Collect Signatures Workflow – SharePoint 2013 (hu-HU) | Site | a42f749f-8633-48b7-9b22-403b4019040e | This feature provides Collect Signatures workflow for a language (hu-HU) |
SignaturesWorkflowSPD1040 | Collect Signatures Workflow – SharePoint 2013 (it-it) | Site | a42f749f-8633-48b7-9b22-403b40190410 | This feature provides Collect Signatures workflow for a language (it-it) |
SignaturesWorkflowSPD1041 | Collect Signatures Workflow – SharePoint 2013 (ja-jp) | Site | a42f749f-8633-48b7-9b22-403b40190411 | This feature provides Collect Signatures workflow for a language (ja-jp) |
SignaturesWorkflowSPD1042 | Collect Signatures Workflow – SharePoint 2013 (ko-KR) | Site | a42f749f-8633-48b7-9b22-403b40190412 | This feature provides Collect Signatures workflow for a language (ko-KR) |
SignaturesWorkflowSPD1043 | Collect Signatures Workflow – SharePoint 2013 (nl-nl) | Site | a42f749f-8633-48b7-9b22-403b40190413 | This feature provides Collect Signatures workflow for a language (nl-nl) |
SignaturesWorkflowSPD1044 | Collect Signatures Workflow – SharePoint 2013 (nb-no) | Site | a42f749f-8633-48b7-9b22-403b40190414 | This feature provides Collect Signatures workflow for a language (nb-no) |
SignaturesWorkflowSPD1045 | Collect Signatures Workflow – SharePoint 2013 (pl-pl) | Site | a42f749f-8633-48b7-9b22-403b40190415 | This feature provides Collect Signatures workflow for a language (pl-pl) |
SignaturesWorkflowSPD1049 | Collect Signatures Workflow – SharePoint 2013 (ru-RU) | Site | a42f749f-8633-48b7-9b22-403b40190419 | This feature provides Collect Signatures workflow for a language (ru-RU) |
SignaturesWorkflowSPD1051 | Collect Signatures Workflow – SharePoint 2013 (sk-sk) | Site | a42f749f-8633-48b7-9b22-403b4019041b | This feature provides Collect Signatures workflow for a language (sk-sk) |
SignaturesWorkflowSPD1053 | Collect Signatures Workflow – SharePoint 2013 (sv-se) | Site | a42f749f-8633-48b7-9b22-403b4019041d | This feature provides Collect Signatures workflow for a language (sv-se) |
SignaturesWorkflowSPD1054 | Collect Signatures Workflow – SharePoint 2013 (th-TH) | Site | a42f749f-8633-48b7-9b22-403b4019041e | This feature provides Collect Signatures workflow for a language (th-TH) |
SignaturesWorkflowSPD1055 | Collect Signatures Workflow – SharePoint 2013 (tr-tr) | Site | a42f749f-8633-48b7-9b22-403b4019041f | This feature provides Collect Signatures workflow for a language (tr-tr) |
SignaturesWorkflowSPD1060 | Collect Signatures Workflow – SharePoint 2013 (sl-si) | Site | a42f749f-8633-48b7-9b22-403b40190424 | This feature provides Collect Signatures workflow for a language (sl-si) |
SignaturesWorkflowSPD1062 | Collect Signatures Workflow – SharePoint 2013 (lv-lv) | Site | a42f749f-8633-48b7-9b22-403b40190426 | This feature provides Collect Signatures workflow for a language (lv-lv) |
SignaturesWorkflowSPD1063 | Collect Signatures Workflow – SharePoint 2013 (lt-lt) | Site | a42f749f-8633-48b7-9b22-403b40190427 | This feature provides Collect Signatures workflow for a language (lt-lt) |
SignaturesWorkflowSPD1081 | Collect Signatures Workflow – SharePoint 2013 (hi-in) | Site | a42f749f-8633-48b7-9b22-403b40190439 | This feature provides Collect Signatures workflow for a language (hi-in) |
SignaturesWorkflowSPD2052 | Collect Signatures Workflow – SharePoint 2013 (zh-CN) | Site | a42f749f-8633-48b7-9b22-403b40190804 | This feature provides Collect Signatures workflow for a language (zh-CN) |
SignaturesWorkflowSPD2070 | Collect Signatures Workflow – SharePoint 2013 (pt-PT) | Site | a42f749f-8633-48b7-9b22-403b40190816 | This feature provides Collect Signatures workflow for a language (pt-PT) |
SignaturesWorkflowSPD3082 | Collect Signatures Workflow – SharePoint 2013 (es-ES) | Site | a42f749f-8633-48b7-9b22-403b40190c0a | This feature provides Collect Signatures workflow for a language (es-ES) |
ReviewPublishingSPD | Publishing Approval Workflow | Site | a44d2aa3-affc-4d58-8db4-f4a3af053188 | Routes a page for approval. Approvers can approve or reject the page, reassign the approval task, or request changes to the page. This workflow can be edited in SharePoint Designer. |
AccSrvRestrictedList | Access Services Restricted List Definition | Web | a4d4ee2c-a6cb-4191-ab0a-21bb5bde92fb | Access Services Restricted List Definition |
CirculationList | Circulation List | Web | a568770a-50ba-4052-ab48-37d8029b3f47 | This feature provides support for Circulation list types. |
PremiumSiteStapling | Premium Site Features Stapling | Farm | a573867a-37ca-49dc-86b0-7d033a7ed2c8 | Staple Premium features |
EnterpriseWikiLayouts | Enterprise Wiki Layouts | Site | a942a218-fa43-4d11-9d85-c01e3e3a37cb | Create a large-scale wiki with categories and page layouts. |
PublishingResources | Publishing Resources | Site | aebc918d-b20f-4a11-a1db-9ed84d79c87e | Enable Publishing for site collection. |
BulkWorkflow | Bulk workflow process button | Farm | aeef8777-70c0-429f-8a13-f12db47a6d47 | Adds the process all tasks button to complete workflows in bulk |
ProfileSynch | Profile Synchronization Feature | Farm | af847aa9-beb6-41d4-8306-78e41af9ce25 | Installs job for user profile and membership synchronization with team sites. |
BaseSite | SharePoint Server Standard Site Collection features | Site | b21b090c-c796-4b0f-ac0f-7ef1659c20ae | Features such as user profiles and search, included in the SharePoint Server Standard License. |
ExcelServerEdit | Deprecated Office Web Apps | Site | b3da33d0-5e51-4694-99ce-705a3ac80dc5 | Deprecated Office Web Apps |
DocId | Document ID Service | Site | b50e3104-6812-424f-a011-cc90e6327318 | Assigns IDs to documents in the Site Collection, which can be used to retrieve items independent of their current location. |
ReviewWorkflowsSPD | Routing Workflows – SharePoint 2010 | Site | b5934f65-a844-4e67-82e5-92f66aafe912 | Workflows that send a document for feedback or approval. These workflows can be edited in SharePoint Designer. |
TenantAdminBDCStapling | Tenant Business Data Connectivity Administration Stapling | Farm | b5d169c9-12db-4084-b68d-eef9273bd898 | Staple Tenant Business Data Connectivity Administration Feature to TenantAdmin Template |
SiteUpgrade | Site Upgrade Links | WebApplication | b63ef52c-1e99-455f-8511-6a706567740f | Provides standard Site Upgrade links for a site. |
TenantAdminSecureStore | $Resources:obacore,tenantadminbdcFeatureTitle; | Web | b738400a-f08a-443d-96fa-a852d0356bba | $Resources:obacore,tenantadminbdcFeatureDesc; |
AdminReportCore | Administrative Reporting Infrastructure | Site | b8f36433-367d-49f3-ae11-f7d76b51d251 | Library for administrative reporting. |
OSearchBasicFeature | SharePoint Server Site Search | WebApplication | bc29e863-ae07-4674-bd83-2c6d0aa5623f | Uses the Search Server Service for site and list scoped searches. |
AccSrvShell | Access Services Shell | Web | bcf89eb7-bca1-4468-bdb4-ca27f61a2292 | Adds Access Services Site Actions Menu Items. |
SRPProfileAdmin | User Profile Administration Links | Farm | c43a587e-195b-4d29-aba8-ebb22b48eb1a | Installs links related to administering the User Profile service. |
SignaturesWorkflowSPD | Collect Signatures Workflow – SharePoint 2010 | Site | c4773de6-ba70-4583-b751-2a7b1dc67e3a | Gathers signatures needed to complete a Microsoft Office document. This workflow can be edited in SharePoint Designer. |
ManageUserProfileServiceApplication | Manage Profile Service Application | Farm | c59dbaa9-fa01-495d-aaa3-3c02cc2ee8ff | Manage Profile Service Application. |
ReportCenterSampleData | Report Center Sample Data | Web | c5d947d6-b0a2-4e07-9929-8e54f5a9fff9 | Creates a sample dashboard in the ReportsLibrary of the parent Report Center |
TranslationWorkflow | Translation Management Workflow | Site | c6561405-ea03-40a9-a57f-f25472942a22 | Manages document translation by creating copies of the document to be translated and assigning translation tasks to translators. |
SearchAdminWebParts | Microsoft Search Administration Web Parts | Web | c65861fa-b025-4634-ab26-22a23e49808f | This feature uploads all web parts required for Search Administration Dashboards. |
ExcelServerWebPartStapler | Excel Services Application Web Part Farm Feature | Farm | c6ac73de-1936-47a4-bdff-19a6fc3ba490 | Adds farm-level Excel Services Application web part features to the Microsoft SharePoint Foundation framework |
LegacyWorkflows | SharePoint 2007 Workflows | Site | c845ed8d-9ce5-448c-bd3e-ea71350ce45b | Aggregated set of out-of-box workflow features provided by SharePoint 2007. |
ExpirationWorkflow | Disposition Approval Workflow | Site | c85e5759-f323-4efb-b548-443d2216efb5 | Manages document expiration and retention by allowing participants to decide whether to retain or delete expired documents. |
IPFSSiteFeatures | InfoPath Forms Services support | Site | c88c4ff1-dbf5-4649-ad9f-c6c426ebcbf5 | InfoPath Forms Services lists and related pages to enable server side rendering of Forms. |
OSearchCentralAdminLinks | Search Central Admin Links | Farm | c922c106-7d0a-4377-a668-7f13d52cb80f | Search Central admin Links. |
OffWFCommon | Microsoft Office Server workflows | Site | c9c9515d-e4e2-4001-9050-74f980f93160 | This feature provides support for Microsoft Office Server workflows. |
DeploymentLinks | Content Deployment | Web | ca2543e6-29a1-40c1-bba9-bd8510a4c17b | OOB Content Deployment Feature. |
Fields | Standard Column Definitions | Site | ca7bd552-10b1-4563-85b9-5ed1d39c962a | Provides standard column definitions for a site collection. |
DataConnectionLibraryStapling | Data Connection Library | Farm | cdfa39c6-6413-4508-bccf-bf30368472b3 | Adds Data Connection Library feature |
ObaSimpleSolution | Offline Synchronization for External Lists | Web | d250636f-0a26-4019-8425-a5232d592c01 | Enables offline synchronization between external lists and Outlook. |
AddDashboard | Add Dashboard | Web | d250636f-0a26-4019-8425-a5232d592c09 | Installs the “Add Dashboard” Link in Site Actions menu. |
FastFarmFeatureActivation | ESS_SHORT_NAME_RTM Master Job Provisioning | Farm | d2d98dc8-c7e9-46ec-80a5-b38f039c16be | Provisions ESS_SHORT_NAME_RTM Master Job. |
PublishingLayouts | Page Layouts and Master Pages Pack | Site | d3f51be2-38a8-4e44-ba84-940d35be1566 | Publishing Layouts |
EMailRouting | E-mail Integration with Content Organizer | Web | d44a1358-e800-47e8-8180-adf2d0f77543 | Enable a site’s content organizer to accept and organize email messages. This feature should be used ony in a highly managed store, like a Records Center. |
TimeCardList | Time Card List | Web | d5191a77-fa2d-4801-9baf-9f4205c9e9d2 | This feature provides support for Time Card list types. |
AccSrvSolutionGalleryStapler | Access Services Solution Gallery Feature Stapler | Farm | d5ff2d2c-8571-4c3c-87bc-779111979811 | Enables the Access Services Solution Gallery feature in each site collection that is created. |
WhatsNewList | What’s New List | Web | d7670c9c-1c29-4f44-8691-584001968a74 | This feature provides support for What’s New list types. |
BulkWorkflowTimerJob | Bulk Workflow Timer Job | WebApplication | d992aeca-3802-483a-ab40-6c9376300b61 | The timer job that processes workflow tasks in bulk |
InPlaceRecords | In Place Records Management | Site | da2e115b-07e4-49d9-bb2c-35e93bb9fca9 | Enable the definition and declaration of records in place. |
ContentTypePublish | Content type publishing | Web | dd903064-c9d8-4718-b4e7-8ab9bd039fff | Content type publishing. |
SearchServerWizardFeature | $Resources:SearchServerWizard_Feature_Title; | Site | e09cefae-2ada-4a1d-aee6-8a8398215905 | $Resources:SearchServerWizard_Feature_Desc; |
RecordsCenter | Records Center Configuration | Web | e0a45587-1069-46bd-bf05-8c8db8620b08 | Configures a site as a Records Center. |
ExcelServer | Excel Services Application View Farm Feature | Farm | e4e6a041-bc5b-45cb-beab-885a27079f74 | Adds farm-level Excel Services Application viewing features to the Microsoft SharePoint Foundation framework |
OSearchHealthReports | $Resources:HealthReportsFeatureTitle; | Site | e792e296-5d7f-47c7-9dfa-52eae2104c3b | $Resources:HealthReportsFeatureDesc; |
RelatedLinksScopeSettingsLink | Related Links scope settings page | Web | e8734bb6-be8e-48a1-b036-5a40ff0b8a81 | Related Links scope settings page |
LocalSiteDirectorySettingsLink | Site Settings Link to Local Site Directory Settings page. | Site | e978b1a6-8de7-49d0-8600-09a250354e14 | Site Settings Link to Local Site Directory Settings page. |
MobileExcelWebAccess | Excel Services Application Mobile Excel Web Access Feature | Site | e995e28b-9ba8-4668-9933-cf5c146d7a9f | Adds site-level Excel Services Application Mobile Excel Web Access Feature to the Microsoft SharePoint Foundation framework |
SearchWebParts | Search Server Web Parts and Support Files | Site | eaf6a128-0482-4f71-9a2f-b1c650680e77 | This feature uploads all web parts and support files required for Search Center. |
PersonalizationSite | Personalization Site | Web | ed5e77f7-c7b1-4961-a659-0de93080fa36 | Personalization Site Description |
OSearchPortalAdminLinks | Search Admin Portal Links and Navbar | Farm | edf48246-e4ee-4638-9eed-ef3d0aee7597 | Out-of-Box Search Portal admin Links. |
StapledWorkflows | Office Workflows | Farm | ee21b29b-b0d0-42c6-baff-c97fd91786e6 | Workflows activated automatically upon site collection creation |
PPSWebParts | PerformancePoint Monitoring | Site | ee9dbf20-1758-401e-a169-7db0a6bbccb2 | PerformancePoint Monitoring |
UserMigrator | Shared Service Provider User Migrator | Farm | f0deabbb-b0f6-46ba-8e16-ff3b44461aeb | Installs features related to migrating user data when a user’s account information changes. |
SharedServices | Shared Services Infrastructure | Farm | f324259d-393d-4305-aa48-36e8d9a7a0d6 | Shared Services Infrastructure |
MobilityRedirect | Mobility Shortcut URL | Web | f41cc668-37e5-4743-b4a8-74d1db3fd8a4 | Provides a shortcut URL (/m) to a mobile device-accessible version of the list. |
PPSWorkspaceCtype | PerformancePoint Content Type Definition | Site | f45834c7-54f6-48db-b7e4-a35fa470fc9b | PerformancePoint Content Type Definition |
V2VPublishedLinks | V2V Published Links Upgrade | Site | f63b7696-9afc-4e51-9dfd-3111015e9a60 | Add Published Links fields and content type |
MySitePersonalSite | My Site Personal Site Configuration | Site | f661430e-c155-438e-a7c6-c68648f1b119 | Configures a user’s personal site. |
PublishingSite | SharePoint Server Publishing Infrastructure | Site | f6924d36-2fa8-4f0b-b16d-06b7250180fa | Provides centralized libraries, content types, master pages and page layouts and enables page scheduling and other publishing functionality for a site collection. |
BICenterDashboardsLib | Dashboards Library | Web | f979e4dc-1852-4f26-ab92-d1b2a190afc9 | Dashboards Library Description |
ObaStaple | Offline Synchronization for External Lists | Farm | f9cb1a2a-d285-465a-a160-7e3e95af1fdd | Enables offline synchronization for external lists with Outlook and SharePoint Workspace. |
ListTargeting | List Content Targeting | Farm | fc33ba3b-7919-4d7e-b791-c6aeccf8f851 | Installs a button on the List Settings page to enable content targeting using audiences. |
IssueTrackingWorkflow | Three-state workflow | Site | fde5d850-671e-4143-950a-87b473922dc7 | Use this workflow to track items in a list. |
SiteSettings | Standard Site Settings Links | Farm | fead7313-4b9e-4632-80a2-98a2a2d83297 | Provides standard Site Settings links for a site. |
ContentTypeSettings | Standard Content Type Settings Links | Farm | fead7313-4b9e-4632-80a2-ff00a2d83297 | Provides standard links for the Content Type Settings page. |
AdminLinks | Central Administration Links | Web | fead7313-ae6d-45dd-8260-13b563cb4c71 | Links for the Operations and Application Management pages in the Central Administration site. |
TemplateDiscovery | Connect to Office Ribbon Controls | Farm | ff48f7e6-2fa1-428d-9a15-ab154762043d | Adds entry points in the ribbon user interface for creating library shortcuts in the user’s SharePoint Sites list if they have a recent version of Office installed. Office will periodically cache templates available in those libraries on the user’s local machine. |
PublishingStapling | Publishing Features Stapling | Farm | 001f4bd7-746d-403b-aa09-a6cc43de7942 | Staple Publishing features |
SiteStatusBar | Site status bar | Farm | 001f4bd7-746d-403b-aa09-a6cc43de7999 | Creates a Microsoft OneNote 2010 notebook in the Shared Documents library and places a link to it on the Quick Launch. This feature requires a properly configured WOPI application server to create OneNote 2010 notebooks. |
BasicWebParts | Basic Web Parts | Site | 00bfea71-1c5e-4a24-b310-ba51c3eb7a57 | Makes the following Web Parts available in the site collection Web Part catalog: Page Viewer, Content Editor, Image, Form, XML and Site Users list. |
XmlFormLibrary | XML Form Libraries | Web | 00bfea71-1e1d-4562-b56a-f05371bb0115 | Provides support for XML form libraries for a site. |
LinksList | Links Lists | Web | 00bfea71-2062-426c-90bf-714c59600103 | Provides support for links lists for a site. |
workflowProcessList | WorkflowProcessList Feature | Web | 00bfea71-2d77-4a75-9fca-76516689e21a | This feature provides the ability to create a list to support running custom form actions. |
GridList | Grid Lists | Web | 00bfea71-3a1d-41d3-a0ee-651d11570120 | Provides support for editing custom lists in a grid for a site. |
WorkflowHistoryList | Workflow History Lists | Web | 00bfea71-4ea5-48d4-a4ad-305cf7030140 | Provides support for workflow history lists for a site. |
TeamCollab | Team Collaboration Lists | Web | 00bfea71-4ea5-48d4-a4ad-7ea5c011abe5 | Provides team collaboration capabilities for a site by making standard lists, such as document libraries and issues, available. |
GanttTasksList | Gantt Chart Tasks Lists | Web | 00bfea71-513d-4ca0-96c2-6a47775c0119 | Provides support for Gantt-chart tasks lists for a site. |
PictureLibrary | Picture Libraries | Web | 00bfea71-52d4-45b3-b544-b1c71b620109 | Provides support for picture libraries for a site. |
IssuesList | Issues Lists | Web | 00bfea71-5932-4f9c-ad71-1557e5751100 | Provides support for issues lists for a site. |
DiscussionsList | Discussion Lists | Web | 00bfea71-6a49-43fa-b535-d15c05500108 | Provides support for discussion boards for a site. |
ContactsList | Contacts Lists | Web | 00bfea71-7e6d-4186-9ba8-c047ac750105 | Provides support for contacts lists for a site. |
ExternalList | External Lists | Web | 00bfea71-9549-43f8-b978-e47e54a10600 | Provides support for external lists for a site. |
TasksList | Tasks Lists | Web | 00bfea71-a83e-497e-9ba0-7a5c597d0107 | Provides support for tasks lists for a site. |
WebPageLibrary | Wiki Page Library | Web | 00bfea71-c796-4402-9f2f-0eb9a6e71b18 | An interconnected set of easily editable web pages, which can contain text, images and web parts. |
AnnouncementsList | Announcements Lists | Web | 00bfea71-d1ce-42de-9c63-a44004ce0104 | Provides support for announcements lists for a site. |
WikiPageHomePage | Wiki Page Home Page | Web | 00bfea71-d8fe-4fec-8dad-01c19a6e4053 | This site feature will create a wiki page and set it as your site home page. |
DataConnectionLibrary | Data Connections Feature | Web | 00bfea71-dbd7-4f72-b8cb-da7ac0440130 | |
CustomList | Custom Lists | Web | 00bfea71-de22-43b2-a848-c05709900100 | Provides support for custom lists for a site. |
DocumentLibrary | Document Libraries | Web | 00bfea71-e717-4e80-aa17-d0c71b360101 | Provides support for document libraries for a site. |
SurveysList | Surveys Lists | Web | 00bfea71-eb8a-40b1-80c7-506be7590102 | Provides support for surveys lists for a site. |
EventsList | Events Lists | Web | 00bfea71-ec85-4903-972d-ebe475780106 | Provides support for events lists for a site. |
DataSourceLibrary | Data Source Libraries | Web | 00bfea71-f381-423d-b9d1-da7a54c50110 | Provides support for data source libraries for a site. |
NoCodeWorkflowLibrary | No-code Workflow Libraries | Web | 00bfea71-f600-43f6-a895-40c0de7b0117 | Provides support for no-code workflow libraries for a site. |
FeaturePushdown | Feature Pushdown Links | Farm | 0125140f-7123-4657-b70a-db9aa1f209e5 | Link to display the feature pushdown page |
AutohostedAppLicensingStapling | Autohosted App Licensing Feature Stapling | Farm | 013a0db9-1607-4c42-8f71-08d821d395c2 | Enables autohosted app licensing UI for app catalog sites. |
ReviewWorkflows | Routing Workflows | Site | 02464c6a-9d07-4f30-ba04-e9035cf54392 | Workflows that send a document for feedback or approval. |
MySiteQuickLaunch | My Site Layouts Feature | Web | 034947cc-c424-47cd-a8d1-6014f0e36925 | My Site feature that uploads all the layouts to the master page gallery |
EduAdminLinks | Class Central Administration Links | Web | 03509cfb-8b2f-4f46-a4c9-8316d1e62a4b | Adds links to SharePoint Central Administration for managing classes and institution data. |
OSSSearchEndUserHelpFeature | $Resources:SearchEndUserHelp_Feature_Title; | Site | 03b0a3dc-93dd-4c68-943e-7ec56e65ed4d | $Resources:SearchEndUserHelp_Feature_Description; |
MyTasksDashboardCustomRedirect | My Tasks Dashboard Custom Redirect | Farm | 04a98ac6-82d5-4e01-80ea-c0b7d9699d94 | This feature enables redirection back to the My Site from linked SharePoint tasks. |
PPSMonDatasourceCtype | PerformancePoint Datasource Content Type definition | Site | 05891451-f0c4-4d4e-81b1-0dabd840bad4 | PerformancePoint Datasource Content Type definition |
LocationBasedPolicy | Library and Folder Based Retention | Site | 063c26fa-3ccc-4180-8a84-b6f98e991df3 | Allows list administrators to override content type retention schedules and set schedules on libraries and folders. |
BizAppsListTemplates | SharePoint Portal Server Status Indicator List template | Web | 065c78be-5231-477e-a972-14177cc5b3c7 | SharePoint Portal Server Status Indicator List template |
EnhancedTheming | Enhanced Theming | Site | 068bc832-4951-11dc-8314-0800200c9a66 | Enable enhanced .thmx theming. |
OsrvLinks | Shared Services Administration Links | Web | 068f8656-bea6-4d60-a5fa-7f077f8f5c20 | Links to the Shared Services administration pages |
HelpLibrary | Help | Site | 071de60d-4b02-4076-b001-b456e93146fe | Creates the Help library that can be used to store product Help. |
SearchCenterLiteFiles | Search Server Center Lite Files | Web | 073232a0-1868-4323-a144-50de99c70efc | This feature uploads files for Search Server center lite. |
PremiumWeb | SharePoint Server Enterprise Site features | Web | 0806d127-06e6-447a-980e-2e90b03101b8 | Features such as Visio Services, Access Services, and Excel Services Application, included in the SharePoint Server Enterprise License. |
FCGroupsList | Manage Resources | Web | 08386d3d-7cc0-486b-a730-3b4cfe1b5509 | This feature provides support for Manage Resources list types. |
EduShared | Class Shared Content | Site | 08585e12-4762-4cc9-842a-a8d7b074bdb7 | Adds Class and group content that are shared across SharePoint site collections. |
UserProfileUserSettingsProvider | User Profile User Settings Provider | Farm | 0867298a-70e0-425f-85df-7f8bd9e06f15 | This feature provisions the User Profile User Settings Provider. |
TenantSearchAdminStapling | $Resources:TenantAdmin_SearchAdminFeatureStapling_Title; | Farm | 08ee8de1-8135-4ef9-87cb-a4944f542ba3 | $Resources:TenantAdmin_SearchAdminFeatureStapling_Description; |
OSearchHealthReportsPushdown | Health Reports Pushdown Feature | Farm | 09fe98f3-3324-4747-97e5-916a28a0c6c0 | This feature activates the Health ReportsLibrary. |
TenantAdminBDC | Tenant Business Data Connectivity Administration | Web | 0a0b2e8f-e48e-4367-923b-33bb86c1b398 | Links to subpages and Ribbon for Tenant Business Data Connectivity Administration |
CorporateCatalog | App Catalog | Web | 0ac11793-9c2f-4cac-8f22-33f93fac18f2 | Provisions a catalog to distribute apps to your organization |
Workflows | Workflows | Site | 0af5989a-3aea-4519-8ab0-85d91abe39ff | Aggregated set of out-of-box workflow features provided by SharePoint. |
PPSSiteMaster | PerformancePoint Services Site Features | Web | 0b07a7f4-8bb8-4ec0-a31b-115732b9584d | Features enabling the PerformancePoint Services list and document library templates. |
SlideLibrary | Slide Library | Web | 0be49fe9-9bc9-409d-abf9-702753bd878d | Create a slide library when you want to share slides from Microsoft PowerPoint, or a compatible application. Slide libraries also provide special features for finding, managing, and reusing slides. |
OfficeWebApps | Deprecated Office Web Apps | Site | 0c504a5c-bcea-4376-b05e-cbca5ced7b4f | Deprecated Office Web Apps |
DocumentRoutingResources | Document Routing Resources | Site | 0c8a9a47-22a9-4798-82f1-00e62a96006e | Provision resources required for routing documents in sites within this site collection. |
BlogContent | $Resources:core,blogContentFeatureTitle; | Web | 0d1c50f7-0309-431c-adfb-b777d5473a65 | $Resources:core,blogContentFeatureDesc; |
PremiumWebApplication | SharePoint Server Enterprise Web application features | WebApplication | 0ea1c3b6-6ac0-44aa-9f3f-05e8dbe6d70b | Features such as Visio Services, Access Services, and Excel Services Application, included in the SharePoint Server Enterprise License. |
MySiteStorageDeployment | MySite Storage Deployment Scenario | Site | 0ee1129f-a2f3-41a9-9e9c-c7ee619a8c33 | Enables MySite storage features. |
ContentLightup | Standard User Interface Items | Farm | 0f121a23-c6bc-400f-87e4-e6bbddf6916d | Provides several standard user interface components and links. |
MySiteCleanup | My Site Cleanup Feature | Farm | 0faf7d1b-95b1-4053-b4e2-19fd5c9bbc88 | Installs and uninstalls Farm-level job for My Site Cleanup. |
OssNavigation | Shared Services Navigation | Web | 10bdac29-a21a-47d9-9dff-90c7cae1301e | Shared Services Navigation |
ShareWithEveryone | Share with Everyone | Site | 10f73b29-5779-46b3-85a8-4817a6e9a6c2 | Feature required to improve Share with Everyone UI |
VisioProcessRepositoryContentTypes | Visio Process Repository 2013 Content Types | Web | 12e4f16b-8b04-42d2-90f2-aef1cc0b65d9 | Visio Process Repository 2013 Content Types |
PageConverters | Document to Page Converters | WebApplication | 14173c38-5e2d-4887-8134-60f9df889bad | Contains the converters used to convert documents to publishing pages. |
EawfSite | Group Approval | Site | 142ae5f3-6796-45c5-b31d-2e62e8868b53 | This site collection feature provides Group Approval. ‘Group Approval’ site feature must be activated afterward to use this feature. |
LocalSiteDirectoryControl | SharePoint Portal Server Local Site Directory Capture Control | Site | 14aafd3a-fcb9-4bb7-9ad7-d8e36b663bbd | SharePoint Portal Server Local Site Directory Capture Control |
CrossSiteCollectionPublishing | Cross-Site Collection Publishing | Site | 151d22d9-95a8-4904-a0a3-22e4db85d1e0 | Enables site collection to designate lists and document libraries as catalog sources for Cross-Site Collection Publishing. |
IPFSTenantFormsConfig | InfoPath Forms Services Tenant Administration | Web | 15845762-4ec4-4606-8993-1c0512a98680 | Enables tenant administration of InfoPath Forms Services |
SiteFeed | Site Feed | Web | 15a572c6-e545-4d32-897a-bab6f5846e18 | Enables the use of site feeds. |
WordServerViewing | Deprecated Office Web Apps | Site | 1663ee19-e6ab-4d47-be1b-adeb27cfd9d2 | Deprecated Office Web Apps |
SearchEngineOptimization | Search Engine Optimization Feature | Site | 17415b1d-5339-42f9-a10b-3fef756b84d1 | Search Engine Optimization Feature enables SEO specific HTML meta elements, specialized editing of SEO properties and more. |
docmarketplace | Academic Library Site | Web | 184c82e7-7eb1-4384-8e8c-62720ef397a0 | Academic Library Site. |
PromotedLinksList | Promoted Links | Web | 192efa95-e50c-475e-87ab-361cede5dd7f | This feature makes the Promoted Links list template available to this site. |
ReviewPublishingSPD1025 | Publishing Workflow – SharePoint 2013 (ar-sa) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0401 | This feature provides Publishing Approval workflow for a language (ar-sa) |
ReviewPublishingSPD1028 | Publishing Workflow – SharePoint 2013 (zh-tw) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0404 | This feature provides Publishing Approval workflow for a language (zh-tw) |
ReviewPublishingSPD1029 | Publishing Workflow – SharePoint 2013 (cs-cz) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0405 | This feature provides Publishing Approval workflow for a language (cs-cz) |
ReviewPublishingSPD1030 | Publishing Workflow – SharePoint 2013 (da-dk) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0406 | This feature provides Publishing Approval workflow for a language (da-dk) |
ReviewPublishingSPD1031 | Publishing Workflow – SharePoint 2013 (de-de) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0407 | This feature provides Publishing Approval workflow for a language (de-de) |
ReviewPublishingSPD1032 | Publishing Workflow – SharePoint 2013 (el-gr) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0408 | This feature provides Publishing Approval workflow for a language (el-gr) |
ReviewPublishingSPD1033 | Publishing Workflow – SharePoint 2013 (en-US) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0409 | This feature provides Publishing Approval workflow for a language (en-US) |
ReviewPublishingSPD1035 | Publishing Workflow – SharePoint 2013 (fi-fi) | Site | 19f5f68e-1b92-4a02-b04d-61810ead040b | This feature provides Publishing Approval workflow for a language (fi-fi) |
ReviewPublishingSPD1036 | Publishing Workflow – SharePoint 2013 (fr-fr) | Site | 19f5f68e-1b92-4a02-b04d-61810ead040c | This feature provides Publishing Approval workflow for a language (fr-fr) |
ReviewPublishingSPD1037 | Publishing Workflow – SharePoint 2013 (he-IL) | Site | 19f5f68e-1b92-4a02-b04d-61810ead040d | This feature provides Publishing Approval workflow for a language (he-IL) |
ReviewPublishingSPD1038 | Publishing Workflow – SharePoint 2013 (hu-HU) | Site | 19f5f68e-1b92-4a02-b04d-61810ead040e | This feature provides Publishing Approval workflow for a language (hu-HU) |
ReviewPublishingSPD1040 | Publishing Workflow – SharePoint 2013 (it-it) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0410 | This feature provides Publishing Approval workflow for a language (it-it) |
ReviewPublishingSPD1041 | Publishing Workflow – SharePoint 2013 (ja-jp) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0411 | This feature provides Publishing Approval workflow for a language (ja-jp) |
ReviewPublishingSPD1042 | Publishing Workflow – SharePoint 2013 (ko-KR) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0412 | This feature provides Publishing Approval workflow for a language (ko-KR) |
ReviewPublishingSPD1043 | Publishing Workflow – SharePoint 2013 (nl-nl) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0413 | This feature provides Publishing Approval workflow for a language (nl-nl) |
ReviewPublishingSPD1044 | Publishing Workflow – SharePoint 2013 (nb-no) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0414 | This feature provides Publishing Approval workflow for a language (nb-no) |
ReviewPublishingSPD1045 | Publishing Workflow – SharePoint 2013 (pl-pl) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0415 | This feature provides Publishing Approval workflow for a language (pl-pl) |
ReviewPublishingSPD1049 | Publishing Workflow – SharePoint 2013 (ru-RU) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0419 | This feature provides Publishing Approval workflow for a language (ru-RU) |
ReviewPublishingSPD1051 | Publishing Workflow – SharePoint 2013 (sk-sk) | Site | 19f5f68e-1b92-4a02-b04d-61810ead041b | This feature provides Publishing Approval workflow for a language (sk-sk) |
ReviewPublishingSPD1053 | Publishing Workflow – SharePoint 2013 (sv-se) | Site | 19f5f68e-1b92-4a02-b04d-61810ead041d | This feature provides Publishing Approval workflow for a language (sv-se) |
ReviewPublishingSPD1054 | Publishing Workflow – SharePoint 2013 (th-TH) | Site | 19f5f68e-1b92-4a02-b04d-61810ead041e | This feature provides Publishing Approval workflow for a language (th-TH) |
ReviewPublishingSPD1055 | Publishing Workflow – SharePoint 2013 (tr-tr) | Site | 19f5f68e-1b92-4a02-b04d-61810ead041f | This feature provides Publishing Approval workflow for a language (tr-tr) |
ReviewPublishingSPD1060 | Publishing Workflow – SharePoint 2013 (sl-si) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0424 | This feature provides Publishing Approval workflow for a language (sl-si) |
ReviewPublishingSPD1062 | Publishing Workflow – SharePoint 2013 (lv-lv) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0426 | This feature provides Publishing Approval workflow for a language (lv-lv) |
ReviewPublishingSPD1063 | Publishing Workflow – SharePoint 2013 (lt-lt) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0427 | This feature provides Publishing Approval workflow for a language (lt-lt) |
ReviewPublishingSPD1081 | Publishing Workflow – SharePoint 2013 (hi-in) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0439 | This feature provides Publishing Approval workflow for a language (hi-in) |
ReviewPublishingSPD2052 | Publishing Workflow – SharePoint 2013 (zh-CN) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0804 | This feature provides Publishing Approval workflow for a language (zh-CN) |
ReviewPublishingSPD2070 | Publishing Workflow – SharePoint 2013 (pt-PT) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0816 | This feature provides Publishing Approval workflow for a language (pt-PT) |
ReviewPublishingSPD3082 | Publishing Workflow – SharePoint 2013 (es-ES) | Site | 19f5f68e-1b92-4a02-b04d-61810ead0c0a | This feature provides Publishing Approval workflow for a language (es-ES) |
AccSrvUserTemplate | Access Services User Templates | Web | 1a8251a0-47ab-453d-95d4-07d7ca4f8166 | Enables the creation of new sites from uploaded Access template files. |
MonitoredAppsUI | App Monitor user interface | Farm | 1b811cfe-8c78-4982-aad7-e5c112e397d1 | Enables tenant admins and central admins to monitor apps |
EawfWeb | Group Approval | Web | 1ba1b299-716c-4ee1-9c23-e8bbab3c812a | This site feature provides Group Approval. This feature can be activated only in the root web of site collection. ‘Group Approval’ site collection feature must be activated first. |
IMEDicList | Microsoft IME Dictionary List | Web | 1c6a572c-1b58-49ab-b5db-75caf50692e6 | Create Microsoft IME dictionary list when you want to use data in the list as Microsoft IME dictionary. You can convert “Reading” field items to “Display” using Microsoft IME and view the content in “Comment” in the IME comment window. The data can be linked to a specific URL. |
AccSrvApplication | Access Services 2010 Farm Feature | Farm | 1cc4b32c-299b-41aa-9770-67715ea05f25 | Adds farm-level Access Services 2010 Features to the Microsoft SharePoint Foundation framework |
SearchAndProcess | Search And Process | WebApplication | 1dbf6063-d809-45ea-9203-d3ba4a64f86d | Provisions the Search and Process timer jobs. |
docmarketplacesampledata | Academic Library Site Sample Data | Web | 1dfd85c5-feff-489f-a71f-9322f8b13902 | Provision sample data for Academic Library Site. |
MruDocsWebPart | Recent Documents | Web | 1eb6a0c1-5f08-4672-b96f-16845c2448c6 | Displays a list of documents recently accessed by the user. |
DMContentTypeSettings | DM Content Type Setting Links | Farm | 1ec2c859-e9cb-4d79-9b2b-ea8df09ede22 | DLC Document Management content type setting links. |
CmisProducer | Content Management Interoperability Services (CMIS) Producer | Web | 1fce0577-1f58-4fc2-a996-6c4bcf59eeed | Make the data stored in this SharePoint site available using the Content Management Interoperability Services (CMIS) standard. |
PublishingTimerJobs | Publishing Timer Jobs | WebApplication | 20477d83-8bdb-414e-964b-080637f7d99b | Create Publishing timer jobs in the web application to support scheduling and variations. |
Publishing | Publishing | Web | 22a9ef51-737b-4ff2-9346-694633fe4416 | Enable Publishing in a web. |
AppLockdown | Web | 23330bdb-b83e-4e09-8770-8155aa5e87fd | ||
CallTrackList | Phone Call Memo List | Web | 239650e3-ee0b-44a0-a22a-48292402b8d8 | This feature provides support for Phone Call Memo list types. |
EDiscoveryConsole | eDiscovery Portal | Site | 250042b9-1aad-4b56-a8a6-69d9fe1c8c2c | Create and manage eDiscovery cases. |
ReportListTemplate | SharePoint Portal Server Report Library | Web | 2510d73f-7109-4ccc-8a1c-314894deeb3a | SharePoint Portal Server Report Library |
BICenterDataconnectionsLib | DataConnections Library for PerformancePoint | Web | 26676156-91a0-49f7-87aa-37b1d5f0c4d0 | Contains ODC, UDC and PerformancePoint data connections. |
AccSrvUSysAppLog | Access Services User Application Log | Web | 28101b19-b896-44f4-9264-db028f307a62 | Access Services User Application Log |
TransMgmtLib | Translation Management Library | Web | 29d85c25-170c-4df9-a641-12db0b9d4130 | Create a translation management library when you want to create documents in multiple languages and manage translation tasks. Translation management libraries include a workflow to manage the translation process and provide sub-folders, file versioning, and check-in/check-out. |
AccSrvMSysAso | Access Services System Objects | Web | 29ea7495-fca1-4dc6-8ac1-500c247a036e | Access Services System Objects |
SPSearchFeature | Microsoft SharePoint Foundation Search feature | WebApplication | 2ac1da39-c101-475c-8601-122bc36e3d67 | Microsoft SharePoint Foundation Search feature |
CommunityPortal | Community Portal Feature | Site | 2b03956c-9271-4d1c-868a-07df2971ed30 | This feature adds community portal functionality. It also provisions community portal pages. |
WorkflowServiceStore | workflow service store | Web | 2c63df2b-ceab-42c6-aeff-b3968162d4b1 | workflow service store |
MBrowserRedirectStapling | Mobile Browser View feature stapling | Farm | 2dd8788b-0e6b-4893-b4c0-73523ac261b1 | Enable Mobile Browser View feature stapling |
EduCommunitySite | Community Lists | Site | 2e030413-c4ff-41a4-8ee0-f6688950b34a | Adds class and group lists to the SharePoint Community site collection. |
WebPartAdderGroups | Web Part Adder default groups | Site | 2ed1c45e-a73b-4779-ae81-1524e4de467a | Adds additional default groups the QuickAddGroups column in webpart gallery |
UpgradeOnlyFile | $Resources:UpgradeOnlyFile_Feature_Title; | Web | 2fa4db13-4109-4a1d-b47c-c7991d4cc934 | Portal feature that uploads upgrade only files. |
V2VPublishingLayouts | V2V Publishing Layouts Upgrade | Site | 2fbbe552-72ac-11dc-8314-0800200c9a66 | Add new masterpages and CSS styles |
ProjectBasedPolicy | Site Policy | Site | 2fcd5f8a-26b7-4a6a-9755-918566dba90a | Allows site collection administrators to define retention schedules that apply to a site and all its content. |
RedirectPageContentTypeBinding | SharePoint Portal Server Redirect Page Content Type Binding Feature | Web | 306936fd-9806-4478-80d1-7e397bfa6474 | SharePoint Portal Server Redirect Page Content Type Binding Feature |
GlobalWebParts | Global Web Parts | Farm | 319d8f70-eb3a-4b44-9c79-2087a87799d6 | Installs additional web parts common to all types of sites. |
TenantProfileAdmin | Tenant User Profile Application | Web | 32ff5455-8967-469a-b486-f8eaf0d902f9 | Links to subpages for Tenant User Profile Application Management |
AppRequestsList | App Requests List | Web | 334dfc83-8655-48a1-b79d-68b7f6c63222 | Provisions a place for storing requests for SharePoint Apps. |
ContentTypeSyndication | Content type syndication | WebApplication | 34339dc9-dec4-4256-b44a-b30ff2991a64 | Content type syndication. |
MonitoredApps | App Monitor | Site | 345ff4f9-f706-41e1-92bc-3f0ec2d9f6ea | Enables tenant admins and central admins to monitor apps |
SSSvcAdmin | Secure Store Service Admin | Web | 35f680d4-b0de-4818-8373-ee0fca092526 | Secure Store Service Admin Ribbon |
ReportsAndDataFields | SPS Reports and Data Field Definition | Site | 365356ee-6c88-4cf1-92b8-fa94a8b8c118 | OOB field definitions for Reports and Data |
SearchCenterUpgrade | Search Server Center Files | Web | 372b999f-0807-4427-82dc-7756ae73cb74 | This feature uploads files for Search Server center. |
FastCentralAdminHelpCollection | FAST Search Central Admin Help Collection | Site | 38969baa-3590-4635-81a4-2049d982adfa | Enables FAST Search Central Admin Help Collection |
EmailTemplates | Email Templates feature | WebApplication | 397942ec-14bf-490e-a983-95b87d0d29d1 | Email templates used to send out some notifications from SharePoint |
BICenterSampleData | Business Intelligence center sample data | Web | 3992d4ab-fa9e-4791-9158-5ee32178e88a | Business Intelligence center sample data feature which adds sample data to the newly created Business Intelligence center site. |
ItemFormRecommendations | Item Form Recommendations | Site | 39d18bbf-6e0f-4321-8f16-4e3b51212393 | Adds recommendations CBS control to all item display forms. |
MpsWebParts | Meetings Workspaces Web Parts | Web | 39dd29fb-b6f5-4697-b526-4d38de4893e5 | Extends the Web Part adder to display Meetings Workspaces list templates. |
BICenterFeatureStapler | BICenter Feature Stapler Feature | WebApplication | 3a027b18-36e4-4005-9473-dd73e6756a73 | BICenter Feature Stapler Feature |
CollaborationMailboxFarm | Site Mailboxes | Farm | 3a11d8ef-641e-4c79-b4d9-be3b17f9607c | Enables the provisioning of an Exchange mailbox for sites on this farm and connects the documents from the site to Outlook. |
DocumentManagement | Document Sets metadata synchronization | WebApplication | 3a4ce811-6fe0-4e97-a6ae-675470282cf2 | Provides the infrastructure to synchronize metadata for Document Sets. |
DocumentSet | Document Sets | Site | 3bae86a2-776d-499d-9db8-fa4cdc7884f8 | Provides the content types required for creating and using document sets. Create a document set when you want to manage multiple documents as a single work product. |
ReviewWorkflowsSPD1025 | Routing Workflows – SharePoint 2013 (ar-sa) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60401 | This feature provides Routing Workflows for a language (ar-sa) |
ReviewWorkflowsSPD1028 | Routing Workflows – SharePoint 2013 (zh-tw) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60404 | This feature provides Routing Workflows for a language (zh-tw) |
ReviewWorkflowsSPD1029 | Routing Workflows – SharePoint 2013 (cs-cz) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60405 | This feature provides Routing Workflows for a language (cs-cz) |
ReviewWorkflowsSPD1030 | Routing Workflows – SharePoint 2013 (da-dk) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60406 | This feature provides Routing Workflows for a language (da-dk) |
ReviewWorkflowsSPD1031 | Routing Workflows – SharePoint 2013 (de-de) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60407 | This feature provides Routing Workflows for a language (de-de) |
ReviewWorkflowsSPD1032 | Routing Workflows – SharePoint 2013 (el-gr) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60408 | This feature provides Routing Workflows for a language (el-gr) |
ReviewWorkflowsSPD1033 | Routing Workflows – SharePoint 2013 (en-US) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60409 | This feature provides Routing Workflows for a language (en-US) |
ReviewWorkflowsSPD1035 | Routing Workflows – SharePoint 2013 (fi-fi) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6040b | This feature provides Routing Workflows for a language (fi-fi) |
ReviewWorkflowsSPD1036 | Routing Workflows – SharePoint 2013 (fr-fr) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6040c | This feature provides Routing Workflows for a language (fr-fr) |
ReviewWorkflowsSPD1037 | Routing Workflows – SharePoint 2013 (he-IL) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6040d | This feature provides Routing Workflows for a language (he-IL) |
ReviewWorkflowsSPD1038 | Routing Workflows – SharePoint 2013 (hu-HU) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6040e | This feature provides Routing Workflows for a language (hu-HU) |
ReviewWorkflowsSPD1040 | Routing Workflows – SharePoint 2013 (it-it) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60410 | This feature provides Routing Workflows for a language (it-it) |
ReviewWorkflowsSPD1041 | Routing Workflows – SharePoint 2013 (ja-jp) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60411 | This feature provides Routing Workflows for a language (ja-jp) |
ReviewWorkflowsSPD1042 | Routing Workflows – SharePoint 2013 (ko-KR) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60412 | This feature provides Routing Workflows for a language (ko-KR) |
ReviewWorkflowsSPD1043 | Routing Workflows – SharePoint 2013 (nl-nl) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60413 | This feature provides Routing Workflows for a language (nl-nl) |
ReviewWorkflowsSPD1044 | Routing Workflows – SharePoint 2013 (nb-no) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60414 | This feature provides Routing Workflows for a language (nb-no) |
ReviewWorkflowsSPD1045 | Routing Workflows – SharePoint 2013 (pl-pl) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60415 | This feature provides Routing Workflows for a language (pl-pl) |
ReviewWorkflowsSPD1049 | Routing Workflows – SharePoint 2013 (ru-RU) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60419 | This feature provides Routing Workflows for a language (ru-RU) |
ReviewWorkflowsSPD1051 | Routing Workflows – SharePoint 2013 (sk-sk) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6041b | This feature provides Routing Workflows for a language (sk-sk) |
ReviewWorkflowsSPD1053 | Routing Workflows – SharePoint 2013 (sv-se) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6041d | This feature provides Routing Workflows for a language (sv-se) |
ReviewWorkflowsSPD1054 | Routing Workflows – SharePoint 2013 (th-TH) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6041e | This feature provides Routing Workflows for a language (th-TH) |
ReviewWorkflowsSPD1055 | Routing Workflows – SharePoint 2013 (tr-tr) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b6041f | This feature provides Routing Workflows for a language (tr-tr) |
ReviewWorkflowsSPD1060 | Routing Workflows – SharePoint 2013 (sl-si) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60424 | This feature provides Routing Workflows for a language (sl-si) |
ReviewWorkflowsSPD1062 | Routing Workflows – SharePoint 2013 (lv-lv) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60426 | This feature provides Routing Workflows for a language (lv-lv) |
ReviewWorkflowsSPD1063 | Routing Workflows – SharePoint 2013 (lt-lt) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60427 | This feature provides Routing Workflows for a language (lt-lt) |
ReviewWorkflowsSPD1081 | Routing Workflows – SharePoint 2013 (hi-in) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60439 | This feature provides Routing Workflows for a language (hi-in) |
ReviewWorkflowsSPD2052 | Routing Workflows – SharePoint 2013 (zh-CN) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60804 | This feature provides Routing Workflows for a language (zh-CN) |
ReviewWorkflowsSPD2070 | Routing Workflows – SharePoint 2013 (pt-PT) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60816 | This feature provides Routing Workflows for a language (pt-PT) |
ReviewWorkflowsSPD3082 | Routing Workflows – SharePoint 2013 (es-ES) | Site | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60c0a | This feature provides Routing Workflows for a language (es-ES) |
IPFSTenantWebProxyConfig | InfoPath Forms Services Web Service Proxy Administration | Web | 3c577815-7658-4d4f-a347-cfbb370700a7 | Enables tenant administration of InfoPath Forms Services Web Service Proxy settings |
ExcelServerSite | Excel Services Application View Site Feature | Site | 3cb475e7-4e87-45eb-a1f3-db96ad7cf313 | Adds site-level Excel Services Application viewing features to the Microsoft SharePoint Foundation framework |
GBWWebParts | GroupBoardWebParts | Web | 3d25bd73-7cd4-4425-b8fb-8899977f73de | |
OnenoteServerViewing | Deprecated Office Web Apps | Site | 3d433d02-cf49-4975-81b4-aede31e16edf | Deprecated Office Web Apps |
TenantProfileAdminStapling | Tenant User Profile Application Stapling | Farm | 3d4ea296-0b35-4a08-b2bf-f0a8cabd1d7f | Staple Tenant User Profile Application Feature to TenantAdmin Template |
AccSvcAddAccessAppStapling | Access Service Add Access Application Feature Stapler | Farm | 3d7415e4-61ba-4669-8d78-213d374d9825 | Enables the Access Services Add Access Application feature in each site that is created. |
BICenterDataConnections | BICenter Data Connections Feature | Web | 3d8210e9-1e89-4f12-98ef-643995339ed4 | BICenter Data Connections Feature |
BDR | Document Center Enhancements | Web | 3f59333f-4ce1-406d-8a97-9ecb0ff0337f | Provides tree view navigation for a site. |
ProductCatalogResources | Product Catalog Site | Site | 409d2feb-3afb-4642-9462-f7f426a0f3e9 | Provision resources used in a product catalog site |
TaxonomyFeatureStapler | Taxonomy feature stapler | Farm | 415780bf-f710-4e2c-b7b0-b463c7992ef0 | Staples the Field Added feature to all sites created |
MySiteUnifiedNavigation | My Site Unified Navigation Feature | Web | 41baa678-ad62-41ef-87e6-62c8917fc0ad | My Site feature that shows the same navigation for the host and personal sites. |
EduInstitutionAdmin | Bulk Request and Response List | Site | 41bfb21c-0447-4c97-bc62-0b07bec262a1 | Installs bulk request and response list on the administration site for managing classes and users. |
SearchConfigFields | Search Config Data Site Columns | Web | 41dfb393-9eb6-4fe4-af77-28e4afce8cdc | Installs columns designed to manage information about search configurations. |
PhonePNSubscriber | Push Notifications | Web | 41e1d4bf-b1a2-47f7-ab80-d5d6cbba3092 | This feature enables platform functionality that will allow mobile devices to subscribe to notifications for events that happen on this SharePoint site. |
BizAppsSiteTemplates | BizApps Site Templates | Site | 4248e21f-a816-4c88-8cab-79d82201da7b | SharePoint Portal site templates and web parts |
SocialSite | Community Site Infrastructure | Site | 4326e7fc-f35a-4b0f-927c-36264b0a4cf0 | The site collection level fields, content types and webparts required for discussion lists, reputation, categories and membership in a community. |
BizAppsCTypes | SharePoint Portal Server Business Appications Content Type Definition | Site | 43f41342-1a37-4372-8ca0-b44d881e4434 | SharePoint Portal Server Business Appication content type definitions |
ProjectDiscovery | MySite Recommendations | Web | 4446ee9b-227c-4f1a-897d-d78ecdd6a824 | Automatically recommend documents and sites for users to follow on their SharePoint MySites. |
OSearchEnhancedFeature | SharePoint Server Enterprise Search | WebApplication | 4750c984-7721-4feb-be61-c660c6190d43 | Uses the Search Server Service for search over broad enterprise content. In addition to list and site scopes, provides search over people profiles, business data, remote and custom content sources. Uses multiple tabs to display results in the Search Center. |
PPSWorkspaceList | PerformancePoint Content List | Web | 481333e1-a246-4d89-afab-d18c6fe344ce | PerformancePoint Content List |
SearchConfigContentType | Search Config Data Content Types | Web | 48a243cb-7b16-4b5a-b1b5-07b809b43f47 | Installs content types designed to manage search config. |
TaxonomyTimerJobs | Create the taxonomy timer jobs | WebApplication | 48ac883d-e32e-4fd6-8499-3408add91b53 | Creates the taxonomy timer jobs on all web apps being created |
SmallBusinessWebsite | Small Business Website | Site | 48c33d5d-acff-4400-a684-351c2beda865 | Create a Small Business Website. |
MySiteHost | My Site Host | Site | 49571cd1-b6a1-43a3-bf75-955acc79c8d8 | Installs features related to hosting My Sites. |
GettingStarted | Getting Started | Web | 4aec7207-0d02-4f4f-aa07-b370199cd0c7 | Provides a tile view experience for common SharePoint site actions. |
AssetLibrary | Asset Library | Site | 4bcccd62-dcaf-46dc-a7d4-e38277ef33f4 | Enable Asset Library Creation for site collection. |
ExcelServerWebPart | Excel Services Application Web Part Site Feature | Site | 4c42ab64-55af-4c7c-986a-ac216a6e0c0e | Adds site-level Excel Services Application web part features to the Microsoft SharePoint Foundation framework |
MyTasksDashboardStapling | My Tasks Dashboard Stapling | Farm | 4cc8aab8-5af0-45d7-a170-169ea583866e | This feature staples (connects) the My Tasks Dashboard feature to the MySite template. |
GettingStartedWithAppCatalogSite | Getting started with your app catalog site | Web | 4ddc5942-98b0-4d70-9f7f-17acfec010e5 | Provisions a Getting Started with App Catalog Site web part on the welcome page. |
Translation | Translation | Site | 4e7276bc-e7ab-4951-9c4b-a74d44205c32 | Enables translation for Publishing Pages. |
BaseWebApplication | SharePoint Server Standard Web application features | WebApplication | 4f56f9fa-51a0-420c-b707-63ecbb494db1 | Features such as user profiles and search, included in the SharePoint Server Standard License. |
EduDashboard | Class and My Site Content | Web | 5025492c-dae2-4c00-8f34-cd08f7c7c294 | Adds class and group content to the SharePoint Class and My Site collections. |
CollaborationMailbox | Site Mailbox | Web | 502a2d54-6102-4757-aaa0-a90586106368 | The Site Mailbox app helps you keep email and documents close together by connecting your site to an Exchange mailbox. You can then view your email on SharePoint, and view site documents in Outlook. |
AccSvcApplication | Access Services Farm Feature | Farm | 5094e988-524b-446c-b2f6-040b5be46297 | Adds farm-level Access Services Features to the Microsoft SharePoint Foundation framework |
SiteFeedController | Site Feed Feature Controller | Web | 5153156a-63af-4fac-b557-91bd8c315432 | Controls the activation of the site feed feature. |
NavigationProperties | Portal Navigation Properties | Web | 541f5f57-c847-4e16-b59a-b31e90e6f9ea | Set per-site navigation properties. |
AdminReportCorePushdown | Administrative Reporting Core Pushdown Feature | Farm | 55312854-855b-4088-b09d-c5efe0fbf9d2 | This feature activates the Administrative Reporting Infrastructure feature in all site templates. |
docmarketplacesafecontrols | Academic Library Site Safe Controls. | WebApplication | 5690f1a0-22b6-4262-b1c2-74f505bc0670 | Provision safe controls used in Academic Library Site. |
UPAClaimProvider | SharePoint Server to Server Authentication | Farm | 5709886f-13cc-4ffc-bfdc-ec8ab7f77191 | This feature provides the server to server authentication capabilities. |
WorkflowTask | Workflow Task Content Type | Web | 57311b7a-9afd-4ff0-866e-9393ad6647b1 | Adds the SharePoint 2013 Workflow Task content type to the site. |
PublishingMobile | Mobile and Alternate Device Targeting | Site | 57cc6207-aebf-426e-9ece-45946ea82e4a | Allows a site collection to define Device Channels that allow mobile and alternate devices to be served custom optimized versions of the pages on sites. |
SiteHelp | Custom Site Collection Help | Site | 57ff23fc-ec05-4dd8-b7ed-d93faa7c795d | Creates a Help library that can be used to store custom help for this site collection. |
FacilityList | Resources List | Web | 58160a6b-4396-4d6e-867c-65381fb5fbc9 | This feature provides support for Resources list types. |
RollupPageLayouts | Rollup Page Layouts | Site | 588b23d5-8e23-4b1b-9fe3-2f2f62965f2d | Create term-driven rollup pages and page layouts. |
SearchDrivenContent | Search-Driven Content | Site | 592ccb4a-9304-49ab-aab1-66638198bb58 | Enables Search-Driven Content Web Parts and other related features. |
MobileEwaFarm | Excel Services Application Mobile Excel Web Access Feature | Farm | 5a020a4f-c449-4a65-b07d-f2cc2d8778dd | Adds farm-level Excel Services Application Mobile Excel Web Access Feature to the Microsoft SharePoint Foundation framework |
BizAppsFields | SPS Biz Apps Field Definition | Site | 5a979115-6b71-45a5-9881-cdc872051a69 | OOB field definitions for Biz Apps |
ExternalSubscription | External System Events | Web | 5b10d113-2d0d-43bd-a2fd-f8bc879f5abd | This feature enables Alerts and Event Receivers on the External List and External Content Types. |
MediaWebPart | Media Web Part | Site | 5b79b49a-2da6-4161-95bd-7375c1995ef9 | Enable MediaWebPart for site collection. |
RecordResources | Record Resources | Site | 5bccb9a4-b903-4fd1-8620-b795fa33c9ba | Provision resources required for creating records or holds in sites within this site collection. |
PPSDatasourceLib | PerformancePoint Data Source Library Template | Web | 5d220570-df17-405e-b42d-994237d60ebf | PerformancePoint Data Source Library Template |
SearchExtensions | Search extensions | Site | 5eac763d-fbf5-4d6f-a76b-eded7dd7b0a5 | Search extensions |
TopicPages | Topic Pages | Web | 5ebe1445-5910-4c6e-ac27-da2e93b60f48 | Create term-driven topic pages. |
MySiteHostPictureLibrary | Shared Picture Library for Organizations logos | Web | 5ede0a86-c772-4f1d-a120-72e734b3400c | Use this Picture Library to store logos for Organizations. |
PortalLayouts | Portal Layouts Feature | Site | 5f3b0127-2f1d-4cfd-8dd2-85ad1fb00bfc | Portal feature that uploads all the layouts to the master page gallery. |
ExchangeSync | Farm Level Exchange Tasks Sync | Farm | 5f68444a-0131-4bb0-b013-454d925681a2 | Enables the Exchange Sync Timer Job for Work Management Service Application. Customizes the ribbon for SharePoint Server Tasks lists, enabling users to opt in and out of the Work Management synchronization with Exchange Server. |
VisioServer | Visio Web Access | Farm | 5fe8e789-d1b7-44b3-b634-419c531cfdca | View Visio Web Drawings in the browser |
SearchCenterFiles | Search Server Center Files | Web | 6077b605-67b9-4937-aeb6-1d41e8f5af3b | This feature uploads files for Search Server center. |
BcsEvents | External System Events Activator | Web | 60c8481d-4b54-4853-ab9f-ed7e1c21d7e4 | This feature enables Alerts and Event Receivers on the External List and External Content Types by activating the dependent features. |
SpellChecking | Spell Checking | Farm | 612d671e-f53d-4701-96da-c3a4ee00fdc5 | Enable the Spell Checking in list-item edit forms. |
OfficeExtensionCatalog | Apps for Office Catalog | Web | 61e874cd-3ac3-4531-8628-28c3acb78279 | Provisions a catalog to store apps for Office |
SiteFeedStapling | Site Feed Feature Stapling | Farm | 6301cbb8-9396-45d1-811a-757567d35e91 | Staples the site feed feature to all new Team Site site collections. |
TenantAdminSecureStoreStapling | Secure Store Service Stapling Feature | Farm | 6361e2a8-3bc4-4ca4-abbb-3dfbb727acd7 | Stapling Secure Store Service Tenant Administration to Tenant Administration template. |
ScheduleList | Schedule and Reservations List | Web | 636287a7-7f62-4a6e-9fcc-081f4672cbf8 | This feature provides support for Schedule and Reservations list types. |
MySiteInstantiationQueues | My Site Instantiation Queue timer jobs | WebApplication | 65b53aaf-4754-46d7-bb5b-7ed4cf5564e1 | Adds the My Site Instantiation Queue timer jobs on all web apps being created. |
SlideLibraryActivation | Slide Library Activation | Farm | 65d96c6b-649a-4169-bf1d-b96505c60375 | |
SearchTaxonomyRefinementWebParts | Search Server Web Parts and Support Files | Site | 67ae7d04-6731-42dd-abe1-ba2a5eaa3b48 | This feature uploads all web parts and support files required for Taxonomy Refinement. |
ObaProfilePages | BDC Profile Pages Feature | Web | 683df0c0-20b7-4852-87a3-378945158fab | Enables UI for creating or upgrading BDC profile pages. |
MySiteLayouts | My Site Layouts Feature | Site | 6928b0e5-5707-46a1-ae16-d6e52522d52b | My Site feature that uploads all the layouts to the master page gallery. |
CTypes | Standard Content Type Definitions | Site | 695b6570-a48b-4a8e-8ea5-26ea7fc1d162 | Provides standard content type definitions for a site collection. |
MySite | My Site | Farm | 69cc9662-d373-47fc-9449-f18d11ff732c | Installs features related to My Site and User Profiles. |
MySiteNavigation | My Site Navigation | Web | 6adff05c-d581-4c05-a6b9-920f15ec6fd9 | Installs navigation providers for My Site. |
SignaturesWorkflow | Collect Signatures Workflow | Site | 6c09612b-46af-4b2f-8dfc-59185c962a29 | Gathers signatures needed to complete a Microsoft Office document. |
RecordsManagement | Records Management | Farm | 6d127338-5e7d-4391-8f62-a11e43b1d404 | Adds records management and information management policy capabilities to Microsoft SharePoint Foundation. |
SPSBlogStapling | $Resources:spscore,SPSBlogStaplingFeature_Title; | Farm | 6d503bb6-027e-44ea-b54c-a53eac3dfed8 | This feature staples Blog notifications and likes feature to Blog site templates |
VideoAndRichMedia | Video and Rich Media | Site | 6e1e5426-2ebd-4871-8027-c5ca86371ead | Provides libraries, content types, and web parts for storing, managing, and viewing rich media assets, like images, sound clips, and videos. |
LegacyDocumentLibrary | Document Libraries | Web | 6e53dd27-98f2-4ae5-85a0-e9a8ef4aa6df | Provides support for document libraries for a site. |
GBWProvision | Group Work Provisioning | Web | 6e8a2add-ed09-4592-978e-8fa71e6f117c | This feature provisions Group Work’s web. |
FastEndUserHelpCollection | FAST Search End User Help Collection | Site | 6e8f2b8d-d765-4e69-84ea-5702574c11d6 | Enables FAST Search End User Help Collection |
Reporting | Reporting | Site | 7094bd89-2cfe-490a-8c7e-fbace37b4a34 | Creates reports about information in Microsoft SharePoint Foundation. |
SPSDisco | Portal DiscoPage Feature | Farm | 713a65a1-2bc7-4e62-9446-1d0b56a8bf7f | Portal feature that sets the DiscoPage property of the default web service to spsdisco.aspx. |
MetaDataNav | Metadata Navigation and Filtering | Web | 7201d6a4-a5d3-49a1-8c19-19c4bac6e668 | Provides each list in the site with a settings pages for configuring that list to use metadata tree view hierarchies and filter controls to improve navigation and filtering of the contained items. |
EduCommunityCustomSiteActions | Class Community Site Actions | Site | 739ec067-2b57-463e-a986-354be77bb828 | Adds class and group site actions to the SharePoint Community site collection. |
TaxonomyFieldAdded | Register taxonomy site wide field added event receiver | Site | 73ef14b1-13a9-416b-a9b5-ececa2b0604c | Registers the field added event on all SPSites being created |
TopicPageLayouts | Topic Page Layouts | Site | 742d4c0e-303b-41d7-8015-aad1dfd54cbd | Create term-driven topic pages and page layouts. |
AccSrvSolutionGallery | Access Services Solution Gallery | Site | 744b5fd3-3b09-4da6-9bd1-de18315b045d | Enables uploading Access template files to the solution gallery. |
IPFSAdminWeb | Admin Links for InfoPath Forms Services. | Web | 750b8e49-5213-4816-9fa2-082900c0201a | InfoPath Forms Services admin links. |
SocialRibbonControl | Social Tags and Note Board Ribbon Controls | Farm | 756d8a58-4e24-4288-b981-65dc93f9c4e5 | Adds entry points for social tagging and note board commenting to the ribbon user interface. |
EnterpriseWiki | Enterprise Wiki | Web | 76d688ad-c16e-4cec-9b71-7b7f0d79b9cd | Create a large-scale wiki site. |
XmlSitemap | Search Engine Sitemap | Site | 77fc9e13-e99a-4bd3-9438-a3f69670ed97 | This feature improves the search engine optimization of a website by automatically generating a search engine sitemap on a recurring basis that contains all valid URLs in a SharePoint website. Anonymous access must be enabled in order to use this feature. |
IfeDependentApps | Apps that require accessible internet facing endpoints | WebApplication | 7877bbf6-30f5-4f58-99d9-a0cc787c1300 | Allow users to acquire apps that require internet facing endpoints from the SharePoint Store. |
ContentFollowing | Content Following | Site | 7890e045-6c96-48d8-96e7-6a1d63737d71 | Enable users to follow documents or sites. |
OSSSearchSearchCenterUrlSiteFeature | Site collection level Search Center Url Feature | Site | 7ac8cc56-d28e-41f5-ad04-d95109eb987a | adds the url of search center in the property bag of root web. |
OSSSearchSearchCenterUrlFeature | Search Center URL | Web | 7acfcb9d-8e8f-4979-af7e-8aed7e95245e | Search Center URL Feature. |
DocumentRouting | Content Organizer | Web | 7ad5272a-2694-4349-953e-ea5ef290e97c | Create metadata based rules that move content submitted to this site to the correct library or folder. |
ViewFormPagesLockDown | Limited-access user permission lockdown mode | Site | 7c637b23-06c4-472d-9a9a-7c175762c5c4 | When this feature is enabled, permissions for users in the “limited access” permissions level (such as Anonymous Users) are reduced, preventing access to Application Pages. |
ExchangeSyncSiteSubscription | Site Subscription Level Exchange Tasks Sync | Web | 7cd95467-1777-4b6b-903e-89e253edc1f7 | Enables Exchange Task Sync on a given Site Subscription. |
TaxonomyTenantAdmin | Taxonomy Tenant Administration | Web | 7d12c4c3-2321-42e8-8fb6-5295a849ed08 | Enables taxonomy tenant administration. |
EduWebApplication | Class Web Application | WebApplication | 7de489aa-2e4a-46ff-88f0-d1b5a9d43709 | Enables classes and groups on a SharePoint Web Application. |
VisioProcessRepositoryFeatureStapling | Visio Process Repository | Farm | 7e0aabee-b92b-4368-8742-21ab16453d00 | Visio Process Repository document library feature |
VisioProcessRepository | Visio Process Repository | Web | 7e0aabee-b92b-4368-8742-21ab16453d01 | Visio Process Repository document library feature |
VisioProcessRepositoryUs | Visio Process Repository | Web | 7e0aabee-b92b-4368-8742-21ab16453d02 | Visio Process Repository document library feature |
EduUserCache | Class User Cache | Web | 7f52c29e-736d-11e0-80b8-9edd4724019b | Caches class and group user data on SharePoint site collections. |
AccSvcShell | Access Services Shell | Web | 7ffd6d57-4b10-4edb-ac26-c2cfbf8173ab | Adds Access Services Site Actions Menu Items. |
EnhancedHtmlEditing | Enhanced Html Editing | Farm | 81ebc0d6-8fb2-4e3f-b2f8-062640037398 | Enhanced Html Editing for the Content Editor Web Part |
EduCourseCommunitySite | Class Lists | Site | 824a259f-2cce-4006-96cd-20c806ee9cfd | Adds required lists to the SharePoint Class site collections. |
TransMgmtFunc | Translation Management Library | Farm | 82e2ea42-39e2-4b27-8631-ed54c1cfc491 | Add a library template to manage the document translation process. |
PPSSiteStapling | PPS Site Stapling | Farm | 8472208f-5a01-4683-8119-3cea50bea072 | PPS Site Stapling |
PremiumSite | SharePoint Server Enterprise Site Collection features | Site | 8581a8a7-cf16-4770-ac54-260265ddb0b2 | Features such as InfoPath Forms Services, Visio Services, Access Services, and Excel Services Application, included in the SharePoint Server Enterprise License. |
MySiteBlog | My Site Blogs | Site | 863da2ac-3873-4930-8498-752886210911 | Installs My Site Blog features. |
MDSFeature | Minimal Download Strategy | Web | 87294c72-f260-42f3-a41b-981a2ffce37a | A technique that delivers a faster and more fluid page navigation experience, in pages and site templates that support it, by downloading and rendering only those portions of a page that are changing. |
MossChart | Chart Web Part | Site | 875d1044-c0cf-4244-8865-d2a0039c2a49 | Helps you to visualize your data on SharePoint sites and portals. |
ShareWithEveryoneStapling | Share with Everyone feature stapling | Farm | 87866a72-efcf-4993-b5b0-769776b5283f | Feature stapling for Share with Everyone feature |
MyTasksDashboard | My Tasks Dashboard | Web | 89d1184c-8191-4303-a430-7a24291531c9 | Provides an experience for users to manage and interact with his or her tasks, aggregated across sites and systems. |
Navigation | Portal Navigation | Site | 89e0306d-453b-4ec5-8d68-42067cdbf98e | Enable portal navigation bars. |
OpenInClient | Open Documents in Client Applications by Default | Site | 8a4b8de2-6fd8-41e9-923c-c7c3c00f8295 | Configures links to documents so they open in client applications instead of Web applications, by default. |
MasterSiteDirectoryControl | SharePoint Portal Server Master Site Directory Capture Control | Farm | 8a663fe0-9d9c-45c7-8297-66365ad50427 | SharePoint Portal Server Master Site Directory Capture Control. |
SearchTemplatesandResources | Display Templates for Search and Content Web Parts | Site | 8b2c6bcb-c47f-4f17-8127-f8eae47a44dd | Creates Display Templates that can be used by Content Web Parts. |
WorkflowServiceStapler | workflow service stapler | Farm | 8b82e40f-2001-4f0e-9ce3-0b27d1866dff | workflow service stapler |
SearchTaxonomyRefinementWebPartsHtml | Search Server Web Parts and Support Files | Site | 8c34f59f-8dfb-4a39-9a08-7497237e3dc4 | This feature uploads html files required for Taxonomy Refinement web parts. |
RecordsManagementTenantAdminStapling | Records Management Tenant Administration Stapling | Farm | 8c54e5d3-4635-4dff-a533-19fe999435dc | Records Management tenant administration stapling. |
WikiWelcome | WikiWelcome | Web | 8c6a6980-c3d9-440e-944c-77f93bc65a7e | This feature allows you to turn the front page of your Wiki Site into a Wiki Page. |
MaintenanceLogs | Maintenance Log Library | Web | 8c6f9096-388d-4eed-96ff-698b3ec46fc4 | Provides access to the site collection upgrade and repair logs |
EduSearchDisplayTemplates | Class Search Display Template | Site | 8d75610e-5ff9-4cd1-aefc-8b926f2af771 | Installs class and group display templates used to show search results. |
WAWhatsPopularWebPart | Web Analytics Web Part | Site | 8e947bf0-fe40-4dff-be3d-a8b88112ade6 | The feature is a web part to display popular content, search queries and search results. |
LocalSiteDirectoryMetaData | Local Site Directory MetaData Capture Feature | Web | 8f15b342-80b1-4508-8641-0751e2b55ca6 | Feature that sets location to local site directory for site metadata capture |
TaxonomyTenantAdminStapler | Taxonomy Tenant Administration Stapler | Farm | 8fb893d6-93ee-4763-a046-54f9e640368d | Activates taxonomy related features in the tenant administration site. |
ObaProfilePagesTenantStapling | BDC Profile Pages Tenant Stapling Feature | Farm | 90c6c1e5-3719-4c52-9f36-34a97df596f7 | Staples Profile Pages feature to sites that use the tenant admin template. |
Ratings | Ratings | Site | 915c240e-a6cc-49b8-8b2c-0bff8b553ed3 | Use this feature to enable users to rate content. |
SearchWebPartsStapler | Search Server Web Parts and Support Files Stapler | Farm | 922ed989-6eb4-4f5e-a32e-27f31f93abfa | This feature staples the Search Server web parts and support files feature to all templates. |
EduMySiteHost | Class My Site Host Content | Web | 932f5bb1-e815-4c14-8917-c2bae32f70fe | Adds class and group content to SharePoint My Site Host site collection. |
SkuUpgradeLinks | Sku Upgrade Links | Farm | 937f97e9-d7b4-473d-af17-b03951b2c66b | Link to display the portal to office server sku upgrade page |
MembershipList | Site Membership | Web | 947afd14-0ea1-46c6-be97-dea1bf6f5bae | This feature contains the list schema and list instance which is used to manage the members within a site like Community, Project, Team, Education sites |
PublishingWeb | SharePoint Server Publishing | Web | 94c94ca6-b32f-4da9-a9e3-1f3d343d7ecb | Create a Web page library as well as supporting libraries to create and publish pages based on page layouts. |
CommunitySite | Community Site Feature | Web | 961d6a9c-4388-4cf2-9733-38ee8c89afd4 | This feature adds community functionality such as discussion categories, content and people reputation, and the members list. It also provisions community site pages which contain these lists and features. |
EduInstitutionSiteCollection | Class Administration Lists | Web | 978513c0-1e6c-4efb-b12e-7698963bfd05 | Installs lists for administration of classes and related content on the SharePoint global site collection. |
BaseSiteStapling | Base Site Features Stapling | Farm | 97a2485f-ef4b-401f-9167-fa4fe177c6f6 | Staple Base features |
TenantAdminLinks | Tenant Administration Links | Web | 98311581-29c5-40e8-9347-bd5732f0cb3e | Links to Tenant Administration subpages which reside on the main Tenant Administration page. |
TenantSearchAdmin | Tenant Search Administration | Web | 983521d7-9c04-4db0-abdc-f7078fc0b040 | Links to subpages of search administration |
SiteAssets | Site Assets | Web | 98d11606-9a9b-4f44-b4c2-72d72f867da9 | Creates a SiteAssets library in the current site. |
TenantAdminDeploymentLinks | Tenant Administration Content Deployment Configuration | Web | 99f380b4-e1aa-4db0-92a4-32b15e35b317 | Allows Tenant Administrators to configure Content Deployment for their sites. |
BaseWeb | SharePoint Server Standard Site features | Web | 99fe402e-89a0-45aa-9163-85342e865dc8 | Features such as user profiles and search, included in the SharePoint Server Standard License. |
ContentTypeHub | Content Type Syndication Hub | Site | 9a447926-5937-44cb-857a-d3829301c73b | Provisions a site to be Enterprise Metadata hub site. |
HolidaysList | Holidays List | Web | 9ad4c2d4-443b-4a94-8534-49a23f20ba3c | This feature provides support for Holidays list types. |
OrganizationsClaimHierarchyProvider | Organizations Claim Hierarchy Provider | Farm | 9b0293a7-8942-46b0-8b78-49d29a9edd53 | Installs Claim Hierarchy Provider based on Organizations. |
GroupWork | Group Work Lists | Web | 9c03e124-eef7-4dc6-b5eb-86ccd207cb87 | Provides Calendars with added functionality for team and resource scheduling. |
SearchMaster | Search Server Web Parts and Templates | Site | 9c0834e1-ba47-4d49-812b-7d4fb6fea211 | This feature will add the Search Server Web Parts and Display Templates to your site. Search will work on most sites without this feature being activated, but if you get a message about missing templates when searching, then activate this feature. |
WhereaboutsList | $Resources:core,GbwFeatureWhereaboutsTitle; | Web | 9c2ef9dc-f733-432e-be1c-2e79957ea27b | $Resources:core,GbwFeatureWhereaboutsDescription; |
Hold | Hold | Web | 9e56487c-795a-4077-9425-54a1ecb84282 | This feature is used to track external actions like litigations, investigations, or audits that require you to suspend the disposition of documents. |
PremiumSearchVerticals | SharePoint Server Enterprise Premium Search Verticals | Web | 9e99f7d7-08e9-455c-b3aa-fc71b9210027 | Provisions files used by the premium search verticals. |
SearchConfigTenantStapler | $Resources:SearchConfigTenantStapler_Feature_Title; | Farm | 9fb35ca8-824b-49e6-a6c5-cba4366444ab | Resources:SearchConfigTenantStapler_Feature_Description; |
VisioWebAccess | Visio Web Access | Site | 9fec40ea-a949-407d-be09-6cba26470a0c | View Visio Web Drawings in the browser |
IPFSWebFeatures | InfoPath Forms Services support | Web | a0e5a010-1329-49d4-9e09-f280cdbed37d | InfoPath Forms Services lists and related pages to enable server side rendering of Forms. |
AccessRequests | Access Requests List | Web | a0f12ee4-9b60-4ba4-81f6-75724f4ca973 | Allows management of access requests to sharepoint sites |
ipfsAdminLinks | Admin Links for InfoPath Forms Services. | Farm | a10b6aa4-135d-4598-88d1-8d4ff5691d13 | InfoPath Forms Services admin links. |
DownloadFromOfficeDotCom | Office.com Entry Points from SharePoint | Farm | a140a1ac-e757-465d-94d4-2ca25ab2c662 | This feature enables entry points from the SharePoint user interface that allow users to browse SharePoint solutions from Office.com |
EduCourseCommunity | Class Web Types | Web | a16e895c-e61a-11df-8f6e-103edfd72085 | Adds required content types to the SharePoint Class web. |
PPSSiteCollectionMaster | PerformancePoint Services Site Collection Features | Site | a1cb5b7f-e5e9-421b-915f-bf519b0760ef | Features enabling the PerformancePoint Services site including content types and site definitions for this site collection. |
SitesList | Sites List creation feature | Web | a311bf68-c990-4da3-89b3-88989a3d7721 | Feature that creates sites list and registers event recievers |
ContentFollowingList | Content Following List | Site | a34e5458-8d20-4c0d-b137-e1390f5824a1 | Feature that encapsulates the list that enables users to follow content in SharePoint. |
BICenterPPSContentPages | BICenter PPS Content Pages Feature | Web | a354e6b3-6015-4744-bdc2-2fc1e4769e65 | BICenter PPS Content Pages Feature |
PublishingPrerequisites | Publishing Prerequisites | Site | a392da98-270b-4e85-9769-04c0fde267aa | Enable Publishing prerequisites for site collection. |
SignaturesWorkflowSPD1025 | Collect Signatures Workflow – SharePoint 2013 (ar-sa) | Site | a42f749f-8633-48b7-9b22-403b40190401 | This feature provides Collect Signatures workflow for a language (ar-sa) |
SignaturesWorkflowSPD1028 | Collect Signatures Workflow – SharePoint 2013 (zh-tw) | Site | a42f749f-8633-48b7-9b22-403b40190404 | This feature provides Collect Signatures workflow for a language (zh-tw) |
SignaturesWorkflowSPD1029 | Collect Signatures Workflow – SharePoint 2013 (cs-cz) | Site | a42f749f-8633-48b7-9b22-403b40190405 | This feature provides Collect Signatures workflow for a language (cs-cz) |
SignaturesWorkflowSPD1030 | Collect Signatures Workflow – SharePoint 2013 (da-dk) | Site | a42f749f-8633-48b7-9b22-403b40190406 | This feature provides Collect Signatures workflow for a language (da-dk) |
SignaturesWorkflowSPD1031 | Collect Signatures Workflow – SharePoint 2013 (de-de) | Site | a42f749f-8633-48b7-9b22-403b40190407 | This feature provides Collect Signatures workflow for a language (de-de) |
SignaturesWorkflowSPD1032 | Collect Signatures Workflow – SharePoint 2013 (el-gr) | Site | a42f749f-8633-48b7-9b22-403b40190408 | This feature provides Collect Signatures workflow for a language (el-gr) |
SignaturesWorkflowSPD1033 | Collect Signatures Workflow – SharePoint 2013 (en-US) | Site | a42f749f-8633-48b7-9b22-403b40190409 | This feature provides Collect Signatures workflow for a language (en-US) |
SignaturesWorkflowSPD1035 | Collect Signatures Workflow – SharePoint 2013 (fi-fi) | Site | a42f749f-8633-48b7-9b22-403b4019040b | This feature provides Collect Signatures workflow for a language (fi-fi) |
SignaturesWorkflowSPD1036 | Collect Signatures Workflow – SharePoint 2013 (fr-fr) | Site | a42f749f-8633-48b7-9b22-403b4019040c | This feature provides Collect Signatures workflow for a language (fr-fr) |
SignaturesWorkflowSPD1037 | Collect Signatures Workflow – SharePoint 2013 (he-IL) | Site | a42f749f-8633-48b7-9b22-403b4019040d | This feature provides Collect Signatures workflow for a language (he-IL) |
SignaturesWorkflowSPD1038 | Collect Signatures Workflow – SharePoint 2013 (hu-HU) | Site | a42f749f-8633-48b7-9b22-403b4019040e | This feature provides Collect Signatures workflow for a language (hu-HU) |
SignaturesWorkflowSPD1040 | Collect Signatures Workflow – SharePoint 2013 (it-it) | Site | a42f749f-8633-48b7-9b22-403b40190410 | This feature provides Collect Signatures workflow for a language (it-it) |
SignaturesWorkflowSPD1041 | Collect Signatures Workflow – SharePoint 2013 (ja-jp) | Site | a42f749f-8633-48b7-9b22-403b40190411 | This feature provides Collect Signatures workflow for a language (ja-jp) |
SignaturesWorkflowSPD1042 | Collect Signatures Workflow – SharePoint 2013 (ko-KR) | Site | a42f749f-8633-48b7-9b22-403b40190412 | This feature provides Collect Signatures workflow for a language (ko-KR) |
SignaturesWorkflowSPD1043 | Collect Signatures Workflow – SharePoint 2013 (nl-nl) | Site | a42f749f-8633-48b7-9b22-403b40190413 | This feature provides Collect Signatures workflow for a language (nl-nl) |
SignaturesWorkflowSPD1044 | Collect Signatures Workflow – SharePoint 2013 (nb-no) | Site | a42f749f-8633-48b7-9b22-403b40190414 | This feature provides Collect Signatures workflow for a language (nb-no) |
SignaturesWorkflowSPD1045 | Collect Signatures Workflow – SharePoint 2013 (pl-pl) | Site | a42f749f-8633-48b7-9b22-403b40190415 | This feature provides Collect Signatures workflow for a language (pl-pl) |
SignaturesWorkflowSPD1049 | Collect Signatures Workflow – SharePoint 2013 (ru-RU) | Site | a42f749f-8633-48b7-9b22-403b40190419 | This feature provides Collect Signatures workflow for a language (ru-RU) |
SignaturesWorkflowSPD1051 | Collect Signatures Workflow – SharePoint 2013 (sk-sk) | Site | a42f749f-8633-48b7-9b22-403b4019041b | This feature provides Collect Signatures workflow for a language (sk-sk) |
SignaturesWorkflowSPD1053 | Collect Signatures Workflow – SharePoint 2013 (sv-se) | Site | a42f749f-8633-48b7-9b22-403b4019041d | This feature provides Collect Signatures workflow for a language (sv-se) |
SignaturesWorkflowSPD1054 | Collect Signatures Workflow – SharePoint 2013 (th-TH) | Site | a42f749f-8633-48b7-9b22-403b4019041e | This feature provides Collect Signatures workflow for a language (th-TH) |
SignaturesWorkflowSPD1055 | Collect Signatures Workflow – SharePoint 2013 (tr-tr) | Site | a42f749f-8633-48b7-9b22-403b4019041f | This feature provides Collect Signatures workflow for a language (tr-tr) |
SignaturesWorkflowSPD1060 | Collect Signatures Workflow – SharePoint 2013 (sl-si) | Site | a42f749f-8633-48b7-9b22-403b40190424 | This feature provides Collect Signatures workflow for a language (sl-si) |
SignaturesWorkflowSPD1062 | Collect Signatures Workflow – SharePoint 2013 (lv-lv) | Site | a42f749f-8633-48b7-9b22-403b40190426 | This feature provides Collect Signatures workflow for a language (lv-lv) |
SignaturesWorkflowSPD1063 | Collect Signatures Workflow – SharePoint 2013 (lt-lt) | Site | a42f749f-8633-48b7-9b22-403b40190427 | This feature provides Collect Signatures workflow for a language (lt-lt) |
SignaturesWorkflowSPD1081 | Collect Signatures Workflow – SharePoint 2013 (hi-in) | Site | a42f749f-8633-48b7-9b22-403b40190439 | This feature provides Collect Signatures workflow for a language (hi-in) |
SignaturesWorkflowSPD2052 | Collect Signatures Workflow – SharePoint 2013 (zh-CN) | Site | a42f749f-8633-48b7-9b22-403b40190804 | This feature provides Collect Signatures workflow for a language (zh-CN) |
SignaturesWorkflowSPD2070 | Collect Signatures Workflow – SharePoint 2013 (pt-PT) | Site | a42f749f-8633-48b7-9b22-403b40190816 | This feature provides Collect Signatures workflow for a language (pt-PT) |
SignaturesWorkflowSPD3082 | Collect Signatures Workflow – SharePoint 2013 (es-ES) | Site | a42f749f-8633-48b7-9b22-403b40190c0a | This feature provides Collect Signatures workflow for a language (es-ES) |
ReviewPublishingSPD | Publishing Approval Workflow | Site | a44d2aa3-affc-4d58-8db4-f4a3af053188 | Routes a page for approval. Approvers can approve or reject the page, reassign the approval task, or request changes to the page. This workflow can be edited in SharePoint Designer. |
EduStudyGroupCommunity | Study Group Web Content | Web | a46935c3-545f-4c15-a2fd-3a19b62d8a02 | Adds study group content types to the SharePoint Community web. |
HtmlDesign | Html Design | Site | a4c654e4-a8da-4db3-897c-a386048f7157 | Enable Html Design. |
AccSrvRestrictedList | Access Services Restricted List Definition | Web | a4d4ee2c-a6cb-4191-ab0a-21bb5bde92fb | Access Services Restricted List Definition |
CirculationList | Circulation List | Web | a568770a-50ba-4052-ab48-37d8029b3f47 | This feature provides support for Circulation list types. |
PremiumSiteStapling | Premium Site Features Stapling | Farm | a573867a-37ca-49dc-86b0-7d033a7ed2c8 | Staple Premium features |
CrossFarmSitePermissions | Cross-Farm Site Permissions | Site | a5aedf1a-12e5-46b4-8348-544386d5312d | Use the cross-farm site permissions feature to allow internal SharePoint applications to access websites across farms. |
BICenterDataConnectionsListInstance | BICenter Data Connections List Instance Feature | Web | a64c4402-7037-4476-a290-84cfd56ca01d | BICenter Data Connections List Instance Feature |
FollowingContent | Following Content | Web | a7a2793e-67cd-4dc1-9fd0-43f61581207a | Enable users to follow documents or sites. |
EnterpriseWikiLayouts | Enterprise Wiki Layouts | Site | a942a218-fa43-4d11-9d85-c01e3e3a37cb | Create a large-scale wiki with categories and page layouts. |
EduMySiteCommunity | Class My Site Web Types | Web | abf1a85c-e91a-11df-bf2e-f7acdfd72085 | Adds class and group content types to the SharePoint My Site web. |
SPAppAnalyticsUploaderJob | Upload App Analytics Job | Farm | abf42bbb-cd9b-4313-803b-6f4a7bd4898f | Uploads aggregated app usage data to Microsoft. Microsoft uses this data to improve the quality of apps in the marketplace. If you have multiple content farms connecting to the same search server, activate this feature only on one farm. |
SearchConfigList | Search Config List Instance Feature | Web | acb15743-f07b-4c83-8af3-ffcfdf354965 | Create Search Config List Instance: Provisions a list to enable the import and export of search configurations |
PPSRibbon | PerformancePoint Ribbon | Site | ae31cd14-a866-4834-891a-97c9d37662a2 | |
EnableAppSideLoading | Enable sideloading of Apps for Office and SharePoint | Site | ae3a1339-61f5-4f8f-81a7-abd2da956a7d | This Feature enables developers to deploy apps under active development to a site. |
PublishingResources | Publishing Resources | Site | aebc918d-b20f-4a11-a1db-9ed84d79c87e | Enable Publishing for site collection. |
BulkWorkflow | Bulk workflow process button | Farm | aeef8777-70c0-429f-8a13-f12db47a6d47 | Adds the process all tasks button to complete workflows in bulk |
ProfileSynch | Profile Synchronization Feature | Farm | af847aa9-beb6-41d4-8306-78e41af9ce25 | Installs job for user profile and membership synchronization with team sites. |
VisioProcessRepositoryContentTypesUs | Visio Process Repository 2013 Content Types | Web | b1f70691-6170-4cae-bc2e-4f7011a74faa | Visio Process Repository 2013 Content Types |
BaseSite | SharePoint Server Standard Site Collection features | Site | b21b090c-c796-4b0f-ac0f-7ef1659c20ae | Features such as user profiles and search, included in the SharePoint Server Standard License. |
SiteServicesAddins | Site Services Addins | Site | b21c5a20-095f-4de2-8935-5efde5110ab3 | Add and configure site services addins. |
MySiteSocialDeployment | MySite Social Deployment Scenario | Site | b2741073-a92b-4836-b1d8-d5e9d73679bb | Enables MySite social features. |
ExcelServerEdit | Deprecated Office Web Apps | Site | b3da33d0-5e51-4694-99ce-705a3ac80dc5 | Deprecated Office Web Apps |
ReportsAndDataListTemplates | Reports and Data Search Support | Site | b435069a-e096-46e0-ae30-899daca4b304 | Provides content types, site columns, and library templates required to support Reports and Data Search in the Enterprise Search Center. |
DocId | Document ID Service | Site | b50e3104-6812-424f-a011-cc90e6327318 | Assigns IDs to documents in the Site Collection, which can be used to retrieve items independent of their current location. |
ReviewWorkflowsSPD | Routing Workflows – SharePoint 2010 | Site | b5934f65-a844-4e67-82e5-92f66aafe912 | Workflows that send a document for feedback or approval. These workflows can be edited in SharePoint Designer. |
TenantAdminBDCStapling | Tenant Business Data Connectivity Administration Stapling | Farm | b5d169c9-12db-4084-b68d-eef9273bd898 | Staple Tenant Business Data Connectivity Administration Feature to TenantAdmin Template |
RecordsManagementTenantAdmin | Records Management Tenant Administration | Web | b5ef96cb-d714-41da-b66c-ce3517034c21 | Records Management tenant administration. |
SiteUpgrade | Site Upgrade Links | WebApplication | b63ef52c-1e99-455f-8511-6a706567740f | Provides standard Site Upgrade links for a site. |
TenantAdminSecureStore | $Resources:obacore,tenantadminbdcFeatureTitle; | Web | b738400a-f08a-443d-96fa-a852d0356bba | $Resources:obacore,tenantadminbdcFeatureDesc; |
AdminReportCore | Administrative Reporting Infrastructure | Site | b8f36433-367d-49f3-ae11-f7d76b51d251 | Library for administrative reporting. |
ReportAndDataSearch | Reports and Data Search | Web | b9455243-e547-41f0-80c1-d5f6ce6a19e5 | Provisions files used by Reports and Data Search. |
OSearchBasicFeature | SharePoint Server Site Search | WebApplication | bc29e863-ae07-4674-bd83-2c6d0aa5623f | Uses the Search Server Service for site and list scoped searches. |
AccSrvShell | Access Services Shell | Web | bcf89eb7-bca1-4468-bdb4-ca27f61a2292 | Adds Access Services Site Actions Menu Items. |
EduMembershipUI | Class Membership Page | Web | bd012a1f-c69b-4a13-b6a4-f8bc3e59760e | Adds class and group membership pages to the SharePoint Community site collection. |
EduCommunity | Class Community Web Types | Web | bf76fc2c-e6c9-11df-b52f-cb00e0d72085 | Adds class and group content types to the SharePoint Community web. |
Preservation | Preservation List | Site | bfc789aa-87ba-4d79-afc7-0c7e45dae01a | List template used to create the Preservation Hold List. |
EduAdminPages | Class Administration Pages | Site | c1b78fe6-9110-42e8-87cb-5bd1c8ab278a | Adds pages to SharePoint Online for managing classes and institution data. |
SRPProfileAdmin | User Profile Administration Links | Farm | c43a587e-195b-4d29-aba8-ebb22b48eb1a | Installs links related to administering the User Profile service. |
SignaturesWorkflowSPD | Collect Signatures Workflow – SharePoint 2010 | Site | c4773de6-ba70-4583-b751-2a7b1dc67e3a | Gathers signatures needed to complete a Microsoft Office document. This workflow can be edited in SharePoint Designer. |
ManageUserProfileServiceApplication | Manage Profile Service Application | Farm | c59dbaa9-fa01-495d-aaa3-3c02cc2ee8ff | Manage Profile Service Application. |
ReportCenterSampleData | Report Center Sample Data | Web | c5d947d6-b0a2-4e07-9929-8e54f5a9fff9 | Creates a sample dashboard in the ReportsLibrary of the parent Report Center |
TranslationWorkflow | Translation Management Workflow | Site | c6561405-ea03-40a9-a57f-f25472942a22 | Manages document translation by creating copies of the document to be translated and assigning translation tasks to translators. |
SearchAdminWebParts | Microsoft Search Administration Web Parts | Web | c65861fa-b025-4634-ab26-22a23e49808f | This feature uploads all web parts required for Search Administration Dashboards. |
AbuseReportsList | Reports | Web | c6a92dbf-6441-4b8b-882f-8d97cb12c83a | This feature contains the list schema and list instance which is used to manage the offensive content within a community site |
ExcelServerWebPartStapler | Excel Services Application Web Part Farm Feature | Farm | c6ac73de-1936-47a4-bdff-19a6fc3ba490 | Adds farm-level Excel Services Application web part features to the Microsoft SharePoint Foundation framework |
LegacyWorkflows | SharePoint 2007 Workflows | Site | c845ed8d-9ce5-448c-bd3e-ea71350ce45b | Aggregated set of out-of-box workflow features provided by SharePoint 2007. |
ExpirationWorkflow | Disposition Approval Workflow | Site | c85e5759-f323-4efb-b548-443d2216efb5 | Manages document expiration and retention by allowing participants to decide whether to retain or delete expired documents. |
IPFSSiteFeatures | InfoPath Forms Services support | Site | c88c4ff1-dbf5-4649-ad9f-c6c426ebcbf5 | InfoPath Forms Services lists and related pages to enable server side rendering of Forms. |
OSearchCentralAdminLinks | Search Central Admin Links | Farm | c922c106-7d0a-4377-a668-7f13d52cb80f | Search Central admin Links. |
OffWFCommon | Microsoft Office Server workflows | Site | c9c9515d-e4e2-4001-9050-74f980f93160 | This feature provides support for Microsoft Office Server workflows. |
DeploymentLinks | Content Deployment | Web | ca2543e6-29a1-40c1-bba9-bd8510a4c17b | OOB Content Deployment Feature. |
Fields | Standard Column Definitions | Site | ca7bd552-10b1-4563-85b9-5ed1d39c962a | Provides standard column definitions for a site collection. |
EduFarmWebApplication | Class Web Application Configurations | Farm | cb869762-c694-439e-8d05-cf5ca066f271 | Installs class and group configurations in the SharePoint web application. |
ContentDeploymentSource | Content Deployment Source Feature | Site | cd1a49b0-c067-4fdd-adfe-69e6f5022c1a | Content Deployment Source feature enables content deployment specific checks on source site collection and enables setting up content deployment from the site collection to a target site collection. |
DataConnectionLibraryStapling | Data Connection Library | Farm | cdfa39c6-6413-4508-bccf-bf30368472b3 | Adds Data Connection Library feature |
TranslationTimerJobs | Translation Timer Jobs | WebApplication | d085b8dc-9205-48a4-96ea-b40782abba02 | Creates timer jobs in the web application to support translation import and export. |
ObaSimpleSolution | Offline Synchronization for External Lists | Web | d250636f-0a26-4019-8425-a5232d592c01 | Enables offline synchronization between external lists and Outlook. |
AddDashboard | Add Dashboard | Web | d250636f-0a26-4019-8425-a5232d592c09 | Installs the “Add Dashboard” Link in Site Actions menu. |
AccSvcAddAccessApp | Access App | Web | d2b9ec23-526b-42c5-87b6-852bd83e0364 | Access web app. |
CategoriesList | Categories List Feature | Web | d32700c7-9ec5-45e6-9c89-ea703efca1df | This feature contains the template for the Categories list functionality |
PublishingLayouts | Page Layouts and Master Pages Pack | Site | d3f51be2-38a8-4e44-ba84-940d35be1566 | Publishing Layouts |
EMailRouting | E-mail Integration with Content Organizer | Web | d44a1358-e800-47e8-8180-adf2d0f77543 | Enable a site’s content organizer to accept and organize email messages. This feature should be used ony in a highly managed store, like a Records Center. |
TimeCardList | Time Card List | Web | d5191a77-fa2d-4801-9baf-9f4205c9e9d2 | This feature provides support for Time Card list types. |
AccSrvSolutionGalleryStapler | Access Services Solution Gallery Feature Stapler | Farm | d5ff2d2c-8571-4c3c-87bc-779111979811 | Enables the Access Services Solution Gallery feature in each site collection that is created. |
WhatsNewList | What’s New List | Web | d7670c9c-1c29-4f44-8691-584001968a74 | This feature provides support for What’s New list types. |
MBrowserRedirect | Mobile Browser View | Web | d95c97f3-e528-4da2-ae9f-32b3535fbb59 | Provide document library and other lists in team site with mobile view for smartphone browsers. |
QueryBasedPreservation | Query Based In-Place Hold | Site | d9742165-b024-4713-8653-851573b9dfbd | When query based preservation is enabled, content stored in the Preservation Library that does not match any hold filter for this site is expired. This feature should generally be used for archive sites that will have multiple concurrent holds. |
SPSBlog | Blog Notifications Feature | Web | d97ded76-7647-4b1e-b868-2af51872e1b3 | This feature adds notifications to Blogs |
BulkWorkflowTimerJob | Bulk Workflow Timer Job | WebApplication | d992aeca-3802-483a-ab40-6c9376300b61 | The timer job that processes workflow tasks in bulk |
InPlaceRecords | In Place Records Management | Site | da2e115b-07e4-49d9-bb2c-35e93bb9fca9 | Enable the definition and declaration of records in place. |
ContentTypePublish | Content type publishing | Web | dd903064-c9d8-4718-b4e7-8ab9bd039fff | Content type publishing. |
ProductCatalogListTemplate | Product Catalog List Template | Site | dd926489-fc66-47a6-ba00-ce0e959c9b41 | Creates a list template to be used in the Product Catalog site |
MySiteMicroBlogCtrl | MySite MicroBlogging | Site | dfa42479-9531-4baf-8873-fc65b22c9bd4 | Enables MySite MicroBlogging services. |
RollupPages | Rollup Pages | Web | dffaae84-60ee-413a-9600-1cf431cf0560 | Create term-driven rollup page hierarchies. |
SearchServerWizardFeature | $Resources:SearchServerWizard_Feature_Title; | Site | e09cefae-2ada-4a1d-aee6-8a8398215905 | $Resources:SearchServerWizard_Feature_Desc; |
RecordsCenter | Records Center Configuration | Web | e0a45587-1069-46bd-bf05-8c8db8620b08 | Configures a site as a Records Center. |
ReportsAndDataCTypes | SharePoint Portal Server Reports And Data Content Type Definition | Site | e0a9f213-54f5-4a5a-81d5-f5f3dbe48977 | SharePoint Portal Server Reports and Data content type definitions |
ContentFollowingStapling | Content Following Stapling | Farm | e1580c3c-c510-453b-be15-35feb0ddb1a5 | Activate Content Following feature on all site collections. |
ProjectFunctionality | Project Functionality | Web | e2f2bb18-891d-4812-97df-c265afdba297 | This feature adds project management functionality to a site. It includes tasks, a calendar, and web parts on the home page of the site. |
Developer | Developer Feature | Site | e374875e-06b6-11e0-b0fa-57f5dfd72085 | Feature to help Developers build, test and publish apps |
BlogHomePage | Blog Home Page | Web | e4639bb7-6e95-4e2f-b562-03b832dd4793 | Creates the default.aspx page for the a Blog site |
SearchConfigListTemplate | Search Config Template Feature | Web | e47705ec-268d-4c41-aa4e-0d8727985ebc | Create Search Config Template: Provisions a template for the Search Config List to enable the import and export of search configurations |
ExcelServer | Excel Services Application View Farm Feature | Farm | e4e6a041-bc5b-45cb-beab-885a27079f74 | Adds farm-level Excel Services Application viewing features to the Microsoft SharePoint Foundation framework |
RelatedLinksScopeSettingsLink | Related Links scope settings page | Web | e8734bb6-be8e-48a1-b036-5a40ff0b8a81 | Related Links scope settings page |
EDiscoveryCaseResources | eDiscovery Case Feature | Web | e8c02a2a-9010-4f98-af88-6668d59f91a7 | Provisions the necessary resources for an eDiscovery case. |
LocalSiteDirectorySettingsLink | Site Settings Link to Local Site Directory Settings page. | Site | e978b1a6-8de7-49d0-8600-09a250354e14 | Site Settings Link to Local Site Directory Settings page. |
MobileExcelWebAccess | Excel Services Application Mobile Excel Web Access Feature | Site | e995e28b-9ba8-4668-9933-cf5c146d7a9f | Adds site-level Excel Services Application Mobile Excel Web Access Feature to the Microsoft SharePoint Foundation framework |
MySiteDocumentLibrary | My Site Document Library Feature | Site | e9c0ff81-d821-4771-8b4c-246aa7e5e9eb | Enhances the existing SharePoint document library for My Site. Enables new views, lightweight versioning, enhanced contextual information, and per-item sharing. |
MySiteMicroBlog | MySite MicroBlogging List | Web | ea23650b-0340-4708-b465-441a41c37af7 | Enables MySite MicroBlogging List. |
MySiteUnifiedQuickLaunch | My Site Single Quick Launch Feature | Site | eaa41f18-8e4a-4894-baee-60a87f026e42 | My Site feature that shows the same quick launch for the host and personal sites. |
SearchWebParts | Search Server Web Parts and Support Files | Site | eaf6a128-0482-4f71-9a2f-b1c650680e77 | This feature uploads all web parts and support files required for Search Center. |
WorkflowAppOnlyPolicyManager | Workflows can use app permissions | Web | ec918931-c874-4033-bd09-4f36b2e31fef | Allow workflows to read from and to write to all items in this site. |
PersonalizationSite | Personalization Site | Web | ed5e77f7-c7b1-4961-a659-0de93080fa36 | Personalization Site Description |
OSearchPortalAdminLinks | Search Admin Portal Links and Navbar | Farm | edf48246-e4ee-4638-9eed-ef3d0aee7597 | Out-of-Box Search Portal admin Links. |
StapledWorkflows | Office Workflows | Farm | ee21b29b-b0d0-42c6-baff-c97fd91786e6 | Workflows activated automatically upon site collection creation |
PPSWebParts | PerformancePoint Monitoring | Site | ee9dbf20-1758-401e-a169-7db0a6bbccb2 | PerformancePoint Monitoring |
UserMigrator | Shared Service Provider User Migrator | Farm | f0deabbb-b0f6-46ba-8e16-ff3b44461aeb | Installs features related to migrating user data when a user’s account information changes. |
SiteNotebook | Site Notebook | Web | f151bb39-7c3b-414f-bb36-6bf18872052f | Creates a Microsoft OneNote 2010 notebook in the Shared Documents library and places a link to it on the Quick Launch. This feature requires a properly configured WOPI application server to create OneNote 2010 notebooks. |
SharedServices | Shared Services Infrastructure | Farm | f324259d-393d-4305-aa48-36e8d9a7a0d6 | Shared Services Infrastructure |
MobilityRedirect | Mobility Shortcut URL | Web | f41cc668-37e5-4743-b4a8-74d1db3fd8a4 | Provides a shortcut URL (/m) to a mobile device-accessible version of the list. |
PPSWorkspaceCtype | PerformancePoint Content Type Definition | Site | f45834c7-54f6-48db-b7e4-a35fa470fc9b | PerformancePoint Content Type Definition |
V2VPublishedLinks | V2V Published Links Upgrade | Site | f63b7696-9afc-4e51-9dfd-3111015e9a60 | Add Published Links fields and content type |
MySitePersonalSite | My Site Personal Site Configuration | Site | f661430e-c155-438e-a7c6-c68648f1b119 | Configures a user’s personal site. |
PublishingSite | SharePoint Server Publishing Infrastructure | Site | f6924d36-2fa8-4f0b-b16d-06b7250180fa | Provides centralized libraries, content types, master pages and page layouts and enables page scheduling and other publishing functionality for a site collection. |
CorporateCuratedGallerySettings | App Catalog Settings | WebApplication | f8bea737-255e-4758-ab82-e34bb46f5828 | Stores the settings for App Catalog Site |
BICenterDashboardsLib | Dashboards Library | Web | f979e4dc-1852-4f26-ab92-d1b2a190afc9 | Dashboards Library Description |
BICenterPPSWorkspaceListInstance | BICenter PPS Workspace List Instance Feature | Web | f9c216ad-35c7-4538-abb8-8ec631a5dff7 | BICenter PPS Workspace List Instance Feature |
ObaStaple | Offline Synchronization for External Lists | Farm | f9cb1a2a-d285-465a-a160-7e3e95af1fdd | Enables offline synchronization for external lists with Outlook and SharePoint Workspace. |
HierarchyTasksList | Hierarchy Tasks Lists | Web | f9ce21f8-f437-4f7e-8bc6-946378c850f0 | Provides support for hierarchy tasks lists for a site. |
AutohostedAppLicensing | Autohosted App Licensing Feature | Site | fa7cefd8-5595-4d68-84fa-fe2d9e693de7 | Adds autohosted app licensing UI elements to the Internal App Directory. |
SocialDataStore | Social Data Storage | Site | fa8379c9-791a-4fb0-812e-d0cfcac809c8 | Provides data support to social features |
BlogSiteTemplate | Blog Site Feature | Web | faf00902-6bab-4583-bd02-84db191801d8 | $Resources:core,blogFeatureDesc; |
BICenterPPSNavigationLink | BICenter PPS Content Navigation Bar Feature | Web | faf31b50-880a-4e4f-a21b-597f6b4d6478 | BICenter PPS Content Navigation Bar Feature |
MySiteMaster | My Site Master Feature | Site | fb01ca75-b306-4fc2-ab27-b4814bf823d1 | My Site feature that uploads the master page to the master page gallery. |
SearchCenterLiteUpgrade | Search Server Center Files | Web | fbbd1168-3b17-4f29-acb4-ef2d34c54cfb | This feature uploads files for Search Server center. |
ListTargeting | List Content Targeting | Farm | fc33ba3b-7919-4d7e-b791-c6aeccf8f851 | Installs a button on the List Settings page to enable content targeting using audiences. |
AppRegistration | Allow registration of SharePoint apps | Site | fdc6383e-3f1d-4599-8b7c-c515e99cbf18 | $Resources:Core,AppRegistrationTitleFeatureDescription; |
IssueTrackingWorkflow | Three-state workflow | Site | fde5d850-671e-4143-950a-87b473922dc7 | Use this workflow to track items in a list. |
SiteSettings | Standard Site Settings Links | Farm | fead7313-4b9e-4632-80a2-98a2a2d83297 | Provides standard Site Settings links for a site. |
ContentTypeSettings | Standard Content Type Settings Links | Farm | fead7313-4b9e-4632-80a2-ff00a2d83297 | Provides standard links for the Content Type Settings page. |
AdminLinks | Central Administration Links | Web | fead7313-ae6d-45dd-8260-13b563cb4c71 | Links for the Operations and Application Management pages in the Central Administration site. |
TaskListNewsFeed | TaskListNewsFeed | Web | ff13819a-a9ac-46fb-8163-9d53357ef98d | TaskListNewsFeed |
TemplateDiscovery | Connect to Office Ribbon Controls | Farm | ff48f7e6-2fa1-428d-9a15-ab154762043d | Adds entry points in the ribbon user interface for creating library shortcuts in the user’s SharePoint Sites list if they have a recent version of Office installed. Office will periodically cache templates available in those libraries on the user’s local machine. |
Subscribe to:
Posts (Atom)