Activate or deactivate the SocialRibbonControl farm-level feature (SharePoint Server 2010)
Applies to: SharePoint Server 2010
A Microsoft SharePoint Server 2010 farm-level feature called SocialRibbonControl causes the I Like It and Tags & Notes controls to be displayed on the Documents and Items tabs of the ribbon for document libraries and lists, as well as on all browse pages. These controls enable users to tag and rate items and to leave notes on Web pages, including the users' My Profile pages. By default, the SocialRibbonControl feature is enabled.
Disabling the SocialRibbonControl feature is not the same as removing the Use Social Features permission for a user or group. The ribbon control affects only the display of tabs and browse pages. You might want to disable the SocialRibbonControl feature if your organization has disabled the Use Social Features permission so users will not see the controls when they cannot use the social features of SharePoint Server 2010. When this feature is disabled, users will not see the I Like It and Tags & Notes selections on the ribbon or on browse pages.
Consider the following issues if you plan to disable the SocialRibbonControl feature:
The feature cannot be enabled for individual Web applications in a SharePoint farm.
Any associated user data or customizations might be lost, and any active features that depend on this feature might no longer function.
Before you perform this procedure, confirm the following:
- A User Profile service application is running in the farm. For more information, see Create, edit, or delete a User Profile service application (SharePoint Server 2010).
In this article:
Activate or deactivate the SocialRibbonControl feature by using Central Administration
Activate or deactivate the SocialRibbonControl feature by using Windows PowerShell
Activate or deactivate the SocialRibbonControl feature by using Central Administration
After you perform this procedure, users will not see the I Like It or Tags & Notes controls when they browse pages or edit document libraries and lists.
To activate or deactivate the SocialRibbonControl feature by using Central Administration
Verify that you have the following administrative credentials:
- You must be a member of the Farm Administrators group, or you must have been assigned permission to administer the User Profile service application that is running in the farm. For more information, see Assign administration of a User Profile service application (SharePoint Server 2010).
On the Central Administration Web site, in the System Settings section, click Manage farm features.
In the list of features, in the Social Tags and Note Board Ribbon Controls row, do one of the following:
Click Activate.
ClickDeactivate, and then click Deactivate this feature.
Activate or deactivate the SocialRibbonControl feature by using Windows PowerShell
After you perform this procedure, users will not see the I Like It or Tags & Notes controls when they browse pages or edit document libraries and lists.
To activate or deactivate the SocialRibbonControl feature by using Windows PowerShell
Verify that you meet the following minimum requirements: See Add-SPShellAdmin.
On the Start menu, click All Programs.
Click Microsoft SharePoint 2010 Products.
Click SharePoint 2010 Management Shell.
At the Windows PowerShell 2.0 command prompt, type one of the following commands:
Enable-SPFeature -Identity "<name or GUID of SharePoint feature>" Disable-SPFeature -Identity "<name or GUID of SharePoint feature>"
Where:
<name or GUID of SharePoint feature> is the name or GUID of the SharePoint feature you want to enable or disable.
To find the name or GUID of a SharePoint feature, use the Get-SPFeature cmdlet.
The previous procedure illustrates a common way of using the Enable-SPFeature and Disable-SPFeature cmdlets to manage SharePoint Server 2010 farm-level features. You can specify different parameters to configure this command differently. For more information, see Enable-SPFeature, Disable-SPFeature, and Get-SPFeature.
Note
We recommend that you use Windows PowerShell when performing command-line administrative tasks. The Stsadm command-line tool has been deprecated, but is included to support compatibility with previous product versions.
See Also
Concepts
Managing personal and social features (SharePoint Server 2010)
Managing privacy (SharePoint Server 2010)
Manage profile synchronization (SharePoint Server 2010)
Plan for profile synchronization (SharePoint Server 2010)
Configure a profile synchronization connection in SharePoint Server 2010 (video)
Configure a synchronization connection to a SQL Server database in SharePoint Server 2010 (video)