Thursday, November 3, 2011

Office Web Apps Errors


http://www.heidibrebels.be/blog/archives/2011/office-web-apps-error-sharepoint/

Can't find the feaure
$webAppsFeatureId = $(Get-SPFeature -limit all | where {$_.displayname -eq "OfficeWebApps"}).ID
$singleSiteCollection = Get-SPSite -Identity
Enable-SPFeature $webAppsFeatureId -Url $singleSiteCollection.URL

No comments: