Introduction

This blog is mainly focused on SharePoint
I will use this to store and share all the tips and tricks about SharePoint and the related products
List of all posts

SharePoint 2010: Installing or Uninstalling Features


Topic You install Features in the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\FEATURES\ directory, with each Feature in its own subdirectory.
PowerShell
  • Install a feature : Install-SPFeature FeatureFolderName
  • Activate : Enable-SPFeature FeatureFolderName -Url http://server/site/subsite
  • Deactivate : Disable-SPFeature FeatureFolderName -Url http://server/site/subsite
  • Uninstall : Uninstall-SPFeature FeatureFolderName

No comments:

Post a Comment

by Category