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归因
scroll top