Disable Outlook on the web (OWA) signatures
This article applies to Exchange Server 2013, 2016, 2019, and Exchange Online (Office 365). For older versions of Exchange Server, i.e. 2007 and 2010, see this article.
Problem:
You would like to prevent users from creating individual Outlook on the web (OWA) signatures and adding them to email messages.
Solution:
Info
If your organization’s emails are handled by Exchange Online, you can also use the modern CodeTwo Signatures Web Add-in for Outlook (a part of CodeTwo Email Signatures for Office 365) to centrally disable native Outlook on the web signatures for the users you’ve deployed it for. Learn more
To prevent your users from adding their own email signatures in Outlook on the web, you need to disable the Email signature option in the Outlook Web App mailbox policy assigned to these users. You can do it in two ways: via PowerShell or in the classic Exchange admin center.
Important
For these solutions to work, you need to make sure your Exchange/Office 365 plan supports Group Policy (GPO).
Use the links below to find out how to:
- Disable email signatures in OWA with a PowerShell cmdlet
- Disable email signatures in OWA in the classic Exchange admin center
Note that that disabling email signatures with the methods described below does not remove signatures that are already configured. You can use PowerShell to remove all OWA signatures - see our article to learn how to do so.
Disabling OWA signatures with a PowerShell cmdlet
This method is similar for both Exchange Server and Exchange Online, except for the first step (connection). To learn more about each connection procedure, click an appropriate link.
- Run Windows PowerShell to connect to your Exchange Server (as described here) or to Exchange Online (as described here). If you are logged in directly on your Exchange Server, you only need to launch Exchange Management Shell (no connection procedure required).
- Next, paste and execute the following cmdlet:
Set-OwaMailboxPolicy -Identity "xyz" -SignaturesEnabled $false
where xyz should be replaced with the name of the OWA mailbox policy which you want to modify.
Info
To quickly get information on available OWA mailbox policies regardless of your environment, use the following cmdlet:
Get-OwaMailboxPolicy | Select Identity
Disabling OWA signatures in the classic Exchange admin center
Important
Currently, in the case of Exchange Online (Microsoft 365 & Office 365), the procedure described below can be completed using the classic Exchange admin center (EAC) only. If you’re using the new Exchange admin center, you need to switch to the classic EAC by clicking Classic Exchange admin center at the bottom of the navigation menu on the left.
- Log in to your Exchange admin center.
Go to permissions > Outlook Web App policies (see Fig. 1.; the interface is similar for all current Exchange versions).
- Double-click the policy that is assigned to the users for whom you want to block custom OWA signatures.
Tip
See this Microsoft article to find out how to assign Outlook on the web mailbox policies to users (mailboxes).
- In the window that pops up, navigate to features and expand the list of features by clicking the More options link at the bottom.
On the list of features, find the Email signature checkbox (Fig. 2.) and deselect it.
Fig. 2. The Email signature option (highlighted) needs be cleared/disabled.- Click Save to apply the changes.
See also:
Related products: | CodeTwo Email Signatures for Email Clients, CodeTwo Email Signatures for Office 365 1.x, CodeTwo Exchange Rules 2013 1.x, 2.x, CodeTwo Exchange Rules 2016 1.x, CodeTwo Exchange Rules 2019 1.x, CodeTwo Exchange Rules Pro 1.x, 2.x |
Categories: | How-To |
Last modified: | April 12, 2022 |
Created: | March 22, 2016 |
ID: | 535 |