Do you know how to identify customizations on SharePoint webs?

Last updated by Tiago Araújo [SSW] over 1 year ago.See history

To do a successful migration, you must find all the customizations in your current environment.

  • Use command stsadm.exe -o enumallwebs -includefeatures -includewebparts \>C:\checkcustomizations.txt to list all the features and webparts on webs.

    1. Run this command on both your current Production environment and Test migration environment to get the list of features and web parts. GetCustomFeaturesAndWebParts
    2. Use text comparision tool, such as BeyondCompare or WinDiff, to compare your Production envionment to your Test migration environment list to identify custom features and web part.
  • Go to Central Admin site to check which custom WSP package has been deployed

    1. Go to Central Admin site | System Settings | Manage farm solutions, to look for deployed custom solution package. CustomSolutionPackages
    2. Compare web.config files between Production and Test environment as well to identify custom controls.
We open source. Powered by GitHub