Pergunta

I have Office Online Server connected to a SharePoint 2016 farm with multiple web applications. Is it possible to turn off/disable "preview" on some of the web applications or site collections? Or is this all or nothing?

Thank you.

Foi útil?

Solução

The configuration is farm-wide, unfortunately. This is accomplished via a WOPI suppression via New-SPWOPISuppressionSetting.

Outras dicas

You can only turn off/disable "preview" on all web applications, the powershell command should be:

remove-SPWOPIBinding -action interactivepreview
Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top