Monday, October 7, 2013

SharePoint Activate Feature using PowerShell


$spFeature= Get-SPFeature -Identity "<Feature Id from Feature.xml file>"

Enable-SPFeature $spFeature -Url "<Site Url>"

No comments:

Post a Comment

SharePoint document metadata not updating

I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...