Tuesday, June 4, 2013

Activating SharePoint Server Publishing features through STSADM commands


Activating SharePoint Server Publishing features through STSADM commands:
=========================================================

stsadm -o activatefeature -filename publishing\feature.xml -url   -force
stsadm -o activatefeature -filename publishingresources\feature.xml -url     -force
stsadm -o activatefeature -filename publishingSite\feature.xml -url     -force
stsadm -o activatefeature -filename publishingweb\feature.xml -url    -force
stsadm -o activatefeature -filename publishinglayouts\feature.xml -url    -force
stsadm -o activatefeature -filename navigation\feature.xml -url   -force

Ref:http://chugene.blogspot.in/2012/02/can-not-activate-sharepoint-server.html