Thursday, December 7, 2017

Power Shell: Remove feature from SharePoint content database

Leave a Comment
During migration from Project server 2010 to Project server 2016, I faced missing feature error with Test-SPContentDatabase, so following script did the trick:

Remove-SPFeatureFromContentDB -ContentDB "ContentDBName" -FeatureId "FeatureID_GUID"
If You Enjoyed This, Take 5 Seconds To Share It

0 comments: