Archive

Latest Posts

Good Post on SharePoint 2010 Backup/Restore with PowerShell

The following is a good post on using the PowerShell commands for backup and restore in SharePoint 2010.  It covers both farm level and granular backup, as well as details on how scheduling and automation work with SharePoint backups using PowerShell. http://weblogs.asp.net/sreejukg/archive/2011/05/18/backup-and-restore-in-sharepoint-2010-using-powershell.aspx

Read on

Good Write-up on SharePoint 2010 Search Configuration

The following is a really good write-up on how to configure SharePoint 2010 search crawl databases, crawl components, host distribution, and more.  It’s valuable information to know about how search works in SharePoint 2010. http://blogs.msdn.com/b/russmax/archive/2010/04/16/search-2010-architecture-and-scale-part-1-crawl.aspx

Read on

How to Configure RBS with SharePoint 2010

I found this great technet article on how to configure RBS (step by step) with SharePoint 2010.  It’s a great exercise to run through this and set it up for yourself in a VM prior to actually doing a real installation. http://blogs.technet.com/b/pramodbalusu/archive/2011/07/09/rbs-and-sharepoint-2010.aspx

Read on

How to Tell if a SharePoint Installation is Standalone or Farm

This is oddly useful information when you start to run into a situation where you’d like to scale a SharePoint server, but find nuances that it may be a standalone installation. Look in the registry under: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS" There will be an entry for "ServerRole" which will tell you the installation type Stand …

Read on

Excellent Post on SharePoint RBS

I found an excellent post on the benefits and trade-offs of using RBS with SharePoint.  Take a read below. http://blogs.msdn.com/b/mossbiz/archive/2011/07/09/sharepoint-2010-rbs-benefits-trade-offs.aspx

Read on

Hiding a Menu Item in a SharePoint Context Menu

The goal here was to remove 2 menu items from the context menu on a document library, without affecting the other menu items.  The menu (before changes) is below. Original menu, before any changes   The goal was to remove the two menu items “SMS Document Approval” and “Publish a Major Version”.  The first was …

Read on