Monday, April 21, 2014

The Feature is not a Farm Level Feature and is not found in a Site level defined by the Url


we can get all features ids using following command  


get-SPFeature

Active the feature using following command  


Enable-SPFeature -Identity FeatureId -URL SiteCollectionURL -Force -PassThru
(ex:
FeatureId : db39db05-c961-402f-b323-4dc6f1c68ff4
SiteCollectionURL :  http://htshydasm:1111/sites/Development/ )

No comments:

Post a Comment