Greetings!
There is a lot of press these days about using Powershell with SharePoint 2010. This is a great new feature of 2010, but you can use Powershell with SharePoint 2007 as well, you just have to be a little more familiar with the SharePoint object model.
___________________________________________________________________ |
|
One thing I find we have to do quite often is check all the sites in a SharePoint web application for a particular reason. In large deployments, it rapidly becomes tedious doing it manually. This Powershell script shows how to use nested loops to go through all the sites in all the site collections in a web application and display the site title.
___________________________________________________________ |