October 9, 2010

My Toolbox

Every day I hate SharePoint, but without this tools my hatred would have been stronger.

PowerShell

Most useful tool for SharePoint 2010. You may script mostly everything!

This is scripting language from Microsoft for .Net Framework that allows you to script anything. On the other hand, Powershell is just another .Net language that can used all .Net BCL. It is very powerful tool, but large scripts become very awkward – don’t overuse it.

Screenshot: Microsoft Powershell console

Author: Microsoft.

Url: http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx

UlsViewer

How often you need to see sharepoint logs? Everyday I believe. This tool is most useful thing for view ULS logs generated by SharePoint. You can see a live stream of ULS logs too.

Screenshot: Uls Viewer Realtime

Author: Microsoft.

Url: http://code.msdn.microsoft.com/ULSViewer

SharePoint Manager

Just simple object model walker. You could code it for hours, but it’s already created and you may just use it. Allows to view a SharePoint services tree from a farm level to list items. You can edit some properties and save changes, of course!

Screenshot: SharePoint Manager

Author: Anders Dissing

Url:http://spm.codeplex.com/

-----------------------------

To be continued …

And, of course, I hate it!

No comments:

Post a Comment