Pages

Thursday 25 October 2012

Installing a Feature when you only have access to the Feature Folder on the Server: SharePoint 2010

*** When you only have access to
the Feature folder ***
  • First, Copy the folder to the web front end / Central Admin server
Install to the farm:
Install-SPFeature FeatureFolderName

Enable at a site collection
Enable-SPFeature FeatureFolderName -Url http://server/site/subsite

Uninstall a featrure based on a folder:

Uninstall-SPFeature FeatureFolderName
Disable a feature for a site collection
Disable-SPFeature FeatureFolderName -Url http://server/site/subsite

No comments:

Post a Comment