Pages

Search This Blog

Wednesday, January 18, 2012

SharePoint Inspector

SharePoint Inspector is a free tool to browse your SharePoint farm.

Displays SharePoint objects with reflection on their properties :
  • Farm
  • Servers
  • Services
  • Feature Definitions
  • Solutions
  • Databases
  • Web Applications
  • Site collections
  • Websites
  • Content Types
  • Site Columns
  • Features
  • Lists
  • Associated Workflows
  • Event Receivers
  • Recycle Bin
  • ...
Actions :
  • Activate / Deactivate feature
  • Add / remove event receiver on list and content type
  • Manage Recycle bin

You can see objects composing its structure, get their properties by reflection, which can be very useful when you want to check if your code does what it should do.
You can use also some advanced features like activate/deactivate SharePoint features, add/remove event receivers, manage your recycle bin.



Download Link
http://spi.codeplex.com/

No comments:

Post a Comment