MissingDependencies
Some quick links to help diagnose the “Missing server side dependencies” errors from the health check analyzer in SharePoint 2010.
MissingFeature Codeplex Solution
- CodePlex: FeatureAdmin: Helps remove features via a GUI interface (be careful with this tool!)
MissingFeature Removal PowerShell
- PowerShell: FeatureRemove: Removes feature dependencies from the database via PowerShell (be care with this script!)
Analyze Dependencies
Once you have removed the dependencies, re-run the health check analyzer for the “Missing server side dependencies” rule and you may have some residual files to clean up in the content database.
Use the following PowerShell scripts to analyze the location of the files and then you can clear them up appropriately:


