
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:
- Sign in to the Exchange Online admin portal as an Administrator. The Exchange admin center is displayed.
- From the menu sidebar, select Roles, then select Outlook web app policies.
Select Roles, then select Outlook web app policies.
- 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.
- In the Features, select Manage Features.
- Expand the User experience drop-down and unselect Email signature.
Expand the User experience drop-down and unselect Email signature.
- 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:
- Open a PowerShell window and connect to Exchange Online.
Run the following command to disable Outlook Web signatures from all mailboxes:
set-OwaMailboxPolicy * -SignaturesEnabled $false

