IT tutorials
 
Technology
 

Sharepoint 2013 : Office Web Apps (part 2) - Remove WOPI Bindings from SharePoint, Configure the WOPI SharePoint Zone

9/25/2013 9:40:29 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

4. Remove WOPI Bindings from SharePoint


Scenario/Problem: You need to remove WOPI bindings from SharePoint.


Solution: Use the Remove-SPWOPIBinding cmdlet.

The Remove-SPWOPIBinding cmdlet has three different parameter sets that can be used to remove bindings. The simplest set removes all bindings and needs only the -All switch parameter, as shown in Listing 4.

Listing 4. Removing All WOPI Bindings from SharePoint


Remove-SPWOPIBinding -All


Provide a specific binding using the identity pipe parameter to remove a specific binding (as shown in Listing 5) or simply provide the same parameters to Remove-SPWOPIBinding as you would to get the binding (as shown in Listing 6).

Listing 5. Removing a Specific Binding Using the Identity Pipe


Get-SPWOPIBinding -Application "Excel" | Remove-SPWOPIBinding


Listing 6. Removing a Specific Binding Using Parameters


Remove-SPWOPIBinding -Application "Excel"


Use the following parameters to identify a specific binding:

Action: String that specifies a specific action to return (such as view or edit)

Application: String that specifies a specific application to return (such as Excel)

Extension: String that specifies a specific file extension to return (such as doc or xls)

Server: String that specifies a specific WOPI server to return

WOPIZone: String that specifies a specific zone to return

5. Configure the WOPI SharePoint Zone


Scenario/Problem: You need to configure the zone that SharePoint will use to navigate the browser to the WOPI application.


Solution: Use the Set-SPWOPIZone cmdlet.

The Set-SPWOPIZone cmdlet is used solely to configure the zone in which SharePoint uses to navigate the browser to the WOPI application. The zone is specified using the -Zone parameter and can be one of the following values:

Internal-HTTP

Internal-HTTPS

External-HTTP

External-HTTPS

6. Disable Certain WOPI Actions


Scenario/Problem: You need to disable certain WOPI actions within SharePoint such that other Office document functionality functions properly (e.g. Excel Services to view workbooks instead of launching WOPI).


Solution: Use the New-SPWOPISuppressionSetting cmdlet.

The New-SPWOPISuppressionSetting cmdlet is used to disable Office Web App functionality for the specified action, file extension, and/or programmatic identifier. You can view the current bindings using the Get-SPWOPIBinding cmdlet and retrieve the available values for the parameters. Typically, the -Action and -Extension parameters are used together to suppress an action for a particular document type, as shown in Listing 7.

Listing 7. Suppressing an Action on a Specific File Extension


New-SPWOPISuppressionSetting -Action "View" -Extension "xls"


To view current suppression settings, use the Get-SPWOPISuppressionSetting cmdlet without any parameters. You can also remove any suppression setting by using the Remove-SPWOPISuppressionSetting cmdlet with the action and extension or by providing the identity of the specific suppression setting.

8. Resolve Invalid Proof Signature


Scenario/Problem: You discover that WOPI functionality is not functioning and find “Invalid Proof Signature” messages within the SharePoint logs.


Solution: Use the Update-SPWOPIProofKey cmdlet with the WOPI server name.

WOPI uses a public key to for communication between the SharePoint farm and the Office Web Apps server. Sometimes keys become unsynchronized and need to be reset. Use the Update-SPWOPIProofKey cmdlet with the optional -ServerName parameter to update the public key and resolve any invalid proof signature issues. Listing 8 shows an example.

Listing 8. Updating the WOPI Public Key


Update-SPWOPIProofKey -ServerName "Office.mycompany.com"


 
Others
 
- Sharepoint 2013 : Office Web Apps (part 1) - Create a New WOPI Binding in SharePoint, Review Current SharePoint WOPI Bindings, Configure the Default Action for an Application
- Exchange 2010 and SharePoint 2010 Integration : SharePoint 2010 Integration
- Exchange 2010 and SharePoint 2010 Integration : Data Storage in Unified Messaging, Exchange 2010 Outlook Web Application
- Exchange 2010 and SharePoint 2010 Integration : Postinstall Configuration (part 3) - Enabling Mailboxes for UM, Testing Functionality
- Exchange 2010 and SharePoint 2010 Integration : Postinstall Configuration (part 2) - Associating the UM Server with the Dial Plan, Create a Unified Messaging Auto Attendant, Creating the Hunt Groups
- Exchange 2010 and SharePoint 2010 Integration : Postinstall Configuration (part 1) - Creating a UM Dial Plan, Associating Subscriber Access Numbers, Creating a UM IP Gateway
- Exchange Server 2010 : Configuring Mailbox Delivery Restrictions, Permissions, and Storage Limits (part 2) - Permitting Others to Access a Mailbox
- Exchange Server 2010 : Configuring Mailbox Delivery Restrictions, Permissions, and Storage Limits (part 1)
- Exchange Server 2010 : Moving Mailboxes (part 2) - Performing Online Mailbox Moves
- Exchange Server 2010 : Moving Mailboxes (part 1) - The Essentials
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us