سؤال

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