STSADM

Announcing My SharePoint 2010 PowerShell Cmdlets & STSADM Commands Now Available for Download

Announcing My SharePoint 2010 PowerShell Cmdlets & STSADM Commands Now Available for Download

I’ve been wanting to release the SharePoint 2010 version of my STSADM extensions for quite some time but honestly just haven’t had the time to migrate as many as I would have liked.

Continue Reading
SharePoint 2010: STSADM and PowerShell

SharePoint 2010: STSADM and PowerShell

The information in this article is based on BETA 2 of SharePoint 2010 – there will likely be differences with the RTM release.` Finally, the NDA is lifted and we can openly talk about SharePoint 2010!

Continue Reading
Setting Back Connection Host Names for SharePoint 2007 Using STSADM

Setting Back Connection Host Names for SharePoint 2007 Using STSADM

Not too long ago Microsoft introduced a security fix which addresses a possible attack vector in which malicious software tries to impersonate a local request, thereby bypassing certain constraints. The problem with this fix is that it introduces some issues for SharePoint servers, effectively resulting in 401.

Continue Reading
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
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
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
Importing Audiences using STSADM

Importing Audiences using STSADM

I recently posted about exporting audiences using my gl-exportaudiences STSADM command. Of course an export wouldn’t be of much use if you didn’t also have an import so I give you gl-importaudiences.

Continue Reading
Exporting Audiences using STSADM

Exporting Audiences using STSADM

I’d been wanting to build an export and import command for Audiences for quite some time but just haven’t gotten around to it. I’m currently looking for a good sample command to build during a possible talk at the next Best Practices conference so I decided to give this one a whack considering that I already had a good chunk of the code written and just needed to repurpose it.

Continue Reading