Вопрос

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.

Это было полезно?

Решение

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

Другие советы

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

remove-SPWOPIBinding -action interactivepreview
Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top