
SharePoint Designer error: Value does not fall within the expected range
After checking out a page to edit using SharePoint Designer I was presented with an unfamiliar error: soap: ServerServer was unable to process request. —> Value does not fall within the expected range. This is the first time I have encountered…

Backup-SPFarm error – The backup job failed
In response to a user query on www.windows2008forums.co.uk I have managed to replicate the error generated while using the Backup-SPFarm command to backup an entire farm. Backup-SPFarm -BackupMethod Full -Directory D:\Backups\ The After trawling through the spbackup.log file I found…

Add a user to a SharePoint group using PowerShell
It’s fairly easy to add a user to a SharePoint group using the New-SPUser command. All you need to know is the URL of the site, the name of the user and the group they are to become a member of. …

Checking in multiple documents at once
Sometimes I upload multiple documents to a document library and they require check-in. One or two documents isn’t much of a problem but any more than that can become a chore. Well it is possible to check-in multiple documents at…

Databases exist on servers running SharePoint Foundation
I am working on an installation of SharePoint Foundation that has been reporting the following error for some time: Databases exist on servers running SharePoint Foundation To ensure better performance it is highly recommended to host the databases used by SharePoint…

Install SharePoint 2010 using AutoSPInstaller
I’m about to create a whole new installation of SharePoint 2010 so have decided to take AutoSPInstaller for a test drive. To prepare, I have: Built a new Windows 2008 R2 server and installed Active Directory, creating a new domain…

Using sp_BLITZ to verify SQL configuration
I’m not an SQL expert so I imagine I make a lot of common mistakes when setting up databases. I have just discovered sp_BLITZ by Brent Ozar, which is a set of scripts that will assess the configuration, security, health…

Applying updates automatically during installation
When installing SharePoint onto many servers it can take some time afterwards to install the available updates. To make life easier they can be installed automatically during installation simply by placing them into the Updates folder within the installation source. …

More Cache hosts are running in this deployment than are registered with SharePoint
So, I’ve just installed SharePoint Foundation 2013 on a clean Windows 2012 server yet the Health Analyzer is complaining about a few things. I’ll work my way through fixing them and the first one I’ll tackle is “More Cache hosts…

Application Server Role, Web Server (IIS) Role: configuration error
I’m installing SharePoint 2013 on Windows 2012 ‘offline’ – the server has no Internet access. Within minutes of starting the Preparation Tool to install the prerequisites it has failed to install the Web Server (IIS) Role. The process failed because…