SYNTAX HIGHLIGHTER

Wednesday, December 19, 2012

How to remove SharePoint 2010 feature



when you developing custom solution on SharePoint 2010, you might get error with custom feature which you develop may be  not have control with central admin then you can use SharePoint Power shell command to remove (uninstall) SharePoint Feature.

To remove SharePoint feature.

Before remove, you should know feature GUID (ID). To get feature id  run the below command on SharePoint PowerShell window.

          Get-SPFeature



      Copy the id of the feature

Run the below command to remove feature from SharePoint 2010

Uninstall-SPFeature -Identity "0808a7d5-aeab-s-409d-a975-c882351a507b"


Press "Y" to continue process.


No comments:

Post a Comment