Post Archive for August 2007

Page 1 of 1 (4 items)

Create Document Libraries and Folders in SharePoint using PowerShell

If you have not used PowerShell let me show you a nifty little script that saved hours of repetitive clicking through usability challenged tools (aka SharePoint Designer ): [System.Reflection.Assembly]::Load("Microsoft.SharePoint, Version=12.0.0...

BUG: Exchange Server 2007 rewrites Secondary Email Addresses when using POP3/IMAP

If you are using Exchange Server 2007 to receive mail addressed to multiple email addresses you might have noticed that when using POP3/IMAP that the address is not preserved. If you are running Exchange Server 2003 and have an application that depends...

Is SharePoint really ready for prime time?

We have had a weird error crop again with Office SharePoint Server. This time it is crashing daily showing a generic Runtime Error message to the client and the following message to one of our applications calling into the web service: Could not load...

Unit Testing SQL Providers in ASP.NET

I think I finally found a use for SQL Server Express Edition ! For the longest time I wondered why I would want to use this not-quite-the-full-thing version of SQL Server. When you have an MSDN subscription you have SQL Server Developer Edition and it...