Month: September 2011
Office 365 Blog – Word Cannot Register Your Account
When using the “Launch Blog Program to Post” feature in my Office 365 SharePoint Blog I encountered the following error in Microsoft Word. Word cannot register your account. To resolve this I needed to do things. Download the Desktop Extensions...
Fixing the Windows 7 Slow Logon – Waiting for the User Profile Service
Since moving to Windows 7 my work laptop has constantly been plagued with a slow logon when I’m not physically connected to my work network. The entire point of having a laptop is so that I don’t need to be...
Programatically deleting all the items in a list
Often when you’re developing or testing out a new feature you need a way to quickly purge all items from a list. If you’re only working with a handfull of list items, iterating through the list one item at a...
Creating Sites in SharePoint 2010 Using PowerShell
Creating new SharePoint sites and site collections using PowerShell is extremely easy in SharePoint 2010. Just follow these few quick steps: Launch the SharePoint 2010 Management Shell Get a listing of all the site templates Get-SPWebTemplate Select the template you...