Tuesday, July 16, 2013

New-SPWOPISuppressionSetting

This command is used when we need to enable Excel Services for excel workbooks and disable Excel Web App.

New-SPWOPISuppressionSetting

Below is the command to run in SharePoint 2013 Management Shell as Administrator :

New-SPWOPISuppressionSetting –Extension “XLSX” -Action “view”

New-SPWOPISuppressionSetting –Extension “XLS” -Action “view”


3 comments:

  1. I'm having the same issue with Sharepoint 2013 - Dev box. I followed your recommendations but I still get the same error. Any other suggestions?

    Thanks,

    ReplyDelete
  2. can you briefly explain the steps you have done in your environment and at what point you ran the New-SPWOPISuppressionSetting and what is the error you are getting?

    ReplyDelete
  3. Very helpful--thanks!

    ReplyDelete