Wednesday, September 12, 2007

SharePoint Inspector

http://www.codeplex.com/spi

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

When I talk about SharePoint 2007, I mean Windows SharePoint Services v3 (WSS v3) and Microsoft Office SharePoint Server 2007 (MOSS).

Its main purpose is to help SharePoint developer
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.

Requirements


 

  • Framework .NET 2.0
  • Windows SharePoint Services v3
  • Microsoft Office SharePoint Server 2007 (optionnal)


 

Versions


Version 1.0.0.0

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

No comments: