Scenario

You want to prioritize signatures deployed by the Outlook Add-in by removing the built-in signatures options from Outlook on the Web (OWA).

Resolution

You can remove the built-in signatures options from OWA by disabling the feature in the OWA mailbox policy in Exchange Online.

Please click on the required options listed below to go through the detailed description:

Disable signatures in Outlook on the Web

To disable signatures in Outlook on the Web:
  1. Sign in to the Exchange Online admin portal as an Administrator. The Exchange admin center is displayed.
  2. From the menu sidebar, select Roles, then select Outlook web app policies.


    Select Roles, then select Outlook web app policies.
  3. Select the OWA policy. The details of the selected policy are displayed.


    Select the OWA policy. You can see the selected policy details on the right.
  4. In the Features, select Manage Features.

  5. Expand the User experience drop-down and unselect Email signature.


    Expand the User experience drop-down and unselect Email signature.
  6. Select Save changes.

Disable signatures in Outlook on the Web for all policies using PowerShell

To disable signatures in Outlook on the Web for all policies using PowerShell:
  1. Open a PowerShell window and connect to Exchange Online.
  2. Run the following command to disable Outlook Web signatures from all mailboxes:

    set-OwaMailboxPolicy * -SignaturesEnabled $false

How easy was it to find what you needed?