Im following this article for enable RBS on sharepoint 2010 i thinks its best article for that after a lot of search : http://www.simple-talk.com/content/print.aspx?article=1280
when I try the Step 8 – Enable RBS on the Content Database with those command :
$contentDB = Get-SPContentDatabase –WebApplication <weburl>
$rbsSettings = $contentDB.RemoteBlobStorageSettings
$rbsSettings.Enable()
$rbsSettings.SetActiveProviderName($rbsSettings.GetProviderNames()[0])
on enable command i face an exception, and when I try this command its gives me false :
$rbsSettings.Installed() ------False
any one can help me to continue enable RBS with this article Thanks