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:
Post a Comment