prev next

Disconnecting a SharePoint Server from a Farm When the Config Database Is Missing

May 31 2010 No comments yet

[edit: I forgot to save after updating the post with the relevant registry path. Apologies.]

Last weekend I was tasked with installing a cumulative update on two SharePoint servers and then joining them to two different farms. Pretty basic stuff, except for one thing: the servers were configured to be connected to two older farms, but the old farms were...

PowerShell Tip: Searching for Controls Without a Fully-qualified Type Name

May 28 2010 One comment

Today’s post is a quick tip. I’m working with some older code where a lot of the ascx files don’t have a fully qualified type name in the Inherits attribute of the Control directive. I wanted to find them without having to open dozens of files and manually search for offenders:

function Find-Controls-Without-PublicKeyToken([string]$directory) {

...

64-bit SharePoint Assemblies and 32-bit PowerShell Are A Bad Match

May 27 2010 One comment

Here’s a quick update to break the silence: while browsing Twitter this morning, I came across a link that should be interesting for us PowerShell aficionados. It turns out that trying to use the 64-bit SharePoint assemblies from a 32-bit PowerShell host might not work. While the fix is trivial, the error message is certainly misleading: it looks as if...

Customizing PowerShell to be a Read-Eval-Print-Loop for SharePoint

May 12 2010 3 comments

In my previous post I briefly ventured into the world of on-the-fly SharePoint administration using PowerShell. Today, I want to take that idea a step further.

The first thing that popped into my mind when considering using PowerShell was the fact that doing anything interesting with the...

Common Web Analytics Enhancements to SharePoint 2007

May 10 2010 7 comments

SharePoint 2007 out of the box usage reporting tools have been insufficient for many clients and many have chosen to purchase additional tools or build custom reports. This article introduces the most common enhancements that our clients in Finland have used.

Google Analytics and Snoobi are the most popular 3rd party tools in Finland

Most common enhancement we have seen...

Inspecting and Modifying Live SharePoint Instance with PowerShell

May 10 2010 One comment

Continuing my quest to explore how PowerShell can help SharePoint developers and administrators, this time I’ll take a look at a fairly uncommon scenario: inspecting and modifying a live SharePoint instance.

The case I was working on involved a known problematic scenario: a subweb converted into a site collection. The site collection was one where the users could...

Page 10 of 17« First...89101112...Last »