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