Thursday, September 5, 2013

Installing or Uninstalling Features in SharePoint 2013

Here we will see Installing or Uninstalling Features in SharePoint. Also check out some posts on:

- Managed Meta Data in SharePoint 2013

- Get current user email by using SharePoint 2013 object model

- Change default error and successful message in infopath 2013

Run below command using PowerShell:

- Install-SPFeature FeatureFolderName

This will install the feature but we need to activate before using this.

To activate a feature, run the below Windows PowerShell command

Enable-SPFeature FeatureFolderName -Url http://URLOfSite

To uninstall a Feature, run the below Windows PowerShell command

Uninstall-SPFeature FeatureFolderName

To deactivate a feature, run the below Windows PowerShell command

Disable-SPFeature FeatureFolderName -Url http://URLOfSite


Twitter Delicious Facebook Digg Favorites More