Project Description
This is a library of PowerShell scripts for working with Microsoft Office SharePoint Server 2007 (MOSS 2007) and Windows SharePoint Services v3.0 (WSS 3.0).

I have some scripts that help when developing SharePoint workflows. I have others that help when building out an intranet site (in particular, adding Announcements, Links, and a Calendar to a site).

Many of them depend on Zach Rosenfield's Get-SPweb function that he posted to his blog at http://sharepoint.microsoft.com/blogs/zach/Lists/Posts/Post.aspx?List=90bbfd11-c9a5-45cf-a77e-19559aae81ae&ID=7. I have additional information about these scripts on my blog at http://blumenthalit.net/blog.

Feedback welcome. Code reviews welcome.

Update 23 July 2008: Got Zach Rosenfield's permission and included his script in the project. It defined a number of handy functions beyond just Get-SPWeb! See Define-SharePoint-Functions.ps1 (http://www.codeplex.com/PSBB/SourceControl/FileView.aspx?itemId=259920&changeSetId=20689).
Last edited Jul 24 at 12:12 AM by michaelbl, version 4
Comments
michaelbl wrote  Nov 5 at 1:44 PM 
You may also find this collection of Powershell scripts for SharePoint helpful: http://code.msdn.microsoft.com/psp4sp

Updating...