Latest Posts

View my most recent blog posts

Download My Custom Extensions Source From CodePlex

Download My Custom Extensions Source From CodePlex

I’ve been putting this off for a long time but I decided that it was time to push my source code for my custom STSADM commands and PowerShell CmdLets to CodePlex.

Continue Reading
Setting List Properties using STSADM

Setting List Properties using STSADM

Recently I had a reader of my blog send me a modified version of my gl-addlist command in which he added some additional properties to set a couple of the SPList properties (specifically the versioning settings).

Continue Reading
Recent Custom STSADM Extensions Bug Fixes

Recent Custom STSADM Extensions Bug Fixes

For those that follow me on twitter (http://twitter.com/glapointe) you probably already know about these fixes but I’ll try to provide more details here. While I was waiting to start my new job (see my previous post) I decided to take a look at a few of the STSADM commands that I built and fix some things that’s been nagging me for a while.

Continue Reading
Deploying SharePoint Files Not Handled by the WSP Solution Schema

Deploying SharePoint Files Not Handled by the WSP Solution Schema

I was working on a project recently where I had to deploy a settings file to the root of my web applications folder (where the web.config file resides). If you’ve ever had to do something like this before then you know that you cannot do this declaratively using the WSP’s Solution schema.

Continue Reading
New STSADM Commands and Parameters with SharePoint 2007 SP2

New STSADM Commands and Parameters with SharePoint 2007 SP2

I was working on getting SP2 installed so that I could write this post and then I saw that my buddy Todd Klindt beat me to the punch: http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?List=56f96349%2D3bb6%2D4087%2D94f4%2D7f95ff4ca81f&ID=127. But, as Todd only listed the new commands I figured I’d continue with what I was planning which was to show the commands and the new parameters added to existing commands.

Continue Reading
Backup/Restore Now Supported Between Farms (via April CU)

Backup/Restore Now Supported Between Farms (via April CU)

I just saw a very exciting blog post from Stefan Goßner regarding the April 2009 Cumulative Update (CU) – with this update you can now use backup and restore to move site collections between farms: http://blogs.

Continue Reading
Creating Default Site Groups After Creating Site Collections Using STSADM

Creating Default Site Groups After Creating Site Collections Using STSADM

I got an email from Jennifer Davis today asking why, when she ran my gl-createsiteindb command, did the default site groups not show up in the site collection, specifically the “<site name> Members”, “<site name> Owners”, and “<site name> Visitors” groups.

Continue Reading
Getting an SPWebApplication object using PowerShell

Getting an SPWebApplication object using PowerShell

A SharePoint deployment isn’t much of a deployment if there are no web applications. A web application in SharePoint contains one or more content databases, each of which can contain one or more site collections, etc.

Continue Reading
PowerShell Cmdlet Name Changes

PowerShell Cmdlet Name Changes

Ever since I released my PowerShell Cmdlets I’ve been unhappy about my choice to use the -gl in the name of the cmdlet. I felt it would be useful for numerous reasons but I didn’t like that it “broke the rules” of cmdlet naming conventions.

Continue Reading
Getting an SPFarm object using PowerShell

Getting an SPFarm object using PowerShell

There are several core SharePoint objects that PowerShell programmers may need to work with in order to manipulate SharePoint via PowerShell scripts. Getting these objects is pretty simple but not all that intuitive to users who are still trying to learn PowerShell and the SharePoint API.

Continue Reading