14.6.12
Office Web Apps SharePoint 2010 Error
#If the service application is installed on a DC
#Enable Word Web App:
$e = Get-SPServiceApplication | where {$_.TypeName.Equals("Application Service d’affichage Word")}
$e.WordServerIsSandboxed = $false
$e.WordServerIsSandboxed
#Enable PowerPoint Web App – you need to answer “Y” for each command:
Get-SPPowerPointServiceApplication | Set-SPPowerPointServiceApplication -EnableSandboxedViewing $false
Get-SPPowerPointServiceApplication | Set-SPPowerPointServiceApplication -EnableSandboxedEditing $false
#Then do a
IISRESET /NOFORCE.
#Application de service Web Application Excel Services
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment