Enumerating MOSS site collections using the object model

For an application I'm working on I needed to be able to get all site collections for a given server URL. So for example if I had a web application at http://localhost how can I enumerate through all the site collections on that web application? H ...[Read More]

Published: May-29-08 | 412 Comments | Link to this post

Finally we are able to develop MOSS on Vista!

Developing SharePoint solutions on a virtual machine has always been a pain personally, my laptop has 2GB of RAM so running MOSS and Visual Studio on a virtual machine with 1GB of RAM has always been a problem. I have always hoped that sometime soo ...[Read More]

Published: May-28-08 | 0 Comments | Link to this post

Setting a Site’s locale in SharePoint using SPLocale class.

A requirement I came across recently was to write a tool to set a site’s locale from US to UK using the object model.  Because I potentially needed to do this for hundreds of sites I opted to write a small command line tool that can be scripted to h ...[Read More]

Published: May-14-08 | 2 Comments | Link to this post

Microsoft Release SharePoint Administration Toolkit

Microsoft has announced their first release of the SharePoint Administration Toolkit over at the SharePoint Products and Technologies Team Blog. This toolkit provides some cool new features which some MOSS 2007 admins might find very handy.  One ...[Read More]

Published: May-02-08 | 1125 Comments | Link to this post