How to disable email signatures in Outlook for Mac using Intune
Problem:
You would like to use Microsoft Intune to prevent your users from manually creating email signatures in Outlook for Mac on their devices.
Solution:
Info
With CodeTwo Email Signatures 365, you can also use our Outlook add-in to centrally disable native Outlook (desktop, mobile and OWA) signatures for users to whom the add-in has been deployed. Learn more
To disable native email signatures in Outlook for Mac, you first need to prepare a PLIST file with appropriate settings, and next use it in Microsoft Intune when creating a configuration profile. Proceed as follows:
Create a PLIST file
- Launch the terminal in macOS.
- Paste and execute the following two commands:
defaults write ~/Desktop/com.microsoft.Outlook.plist DisableSignatures -bool TRUE plutil -convert xml1 ~/Desktop/com.microsoft.Outlook.plist
Info
By default, the file will be created on macOS's desktop. If you want to create it in a different location, modify the script above accordingly.
- This way you will get a file named com.microsoft.Outlook.plist with the same contents as shown in Fig. 1.
![]()
Fig. 1. The resulting PLIST file created with the two commands in terminal.
- Now, edit the file to remove all the code, except for the DisableSignatures key and its value. The edited file contents should look as shown in Fig. 2.
![]()
Fig. 2. The edited PLIST file to be used in Microsoft Intune later on.
Configure Intune to disable email signatures in Outlook for Mac
- Sign in to the Microsoft Intune admin center.
- Go to Devices > Configuration and click Create > New policy (Fig. 3.).
![]()
Fig. 3. Creating a new policy in the Microsoft Intune admin center.
- From the Platform and Profile type drop-down menus, choose macOS and Templates, respectively. Next, select Preference file under Template name, and click Create to add the new configuration policy profile (Fig. 4.).
![]()
Fig. 4. Choosing the right template for Outlook for Mac.
- Now, configure the policy profile settings. In the Basics step, provide the profile’s name (mandatory) and description (Fig. 5.). Click Next to proceed.
![]()
Fig. 5. Configuring basic policy profile settings.
- Type com.microsoft.Outlook in the Preference domain name field and under Property list file, load the PLIST file you’ve prepared in the previous section of this article (Fig. 6.).
![]()
Fig. 6. Entering the preference domain name and loading the PLIST file.
- The Assignments step allows you to define the scope of users for whom native email signatures will be disabled. Simply click Add all users to disable signatures for all users in your organization (Fig. 7.). Alternatively, you can click Add groups to turn off signatures for selected Microsoft Entra ID (Azure Active Directory) user groups.
Info
If you wish to allow users belonging to certain Entra ID groups to use the native signature feature in Outlook for Mac instead, you can exclude them from this policy by clicking Add groups under Excluded groups (see the bottom portion of Fig. 7.).
![]()
Fig. 7. Assigning the policy to all users in the organization.
- In the last step, Review + create, you can verify if all the settings are correct. If you’re fine with them, click Create (Fig. 8.) to save and apply your policy. From now on, native email signatures in Outlook for Mac will be disabled on the devices of all or selected users.
![]()
Fig. 8. Reviewing the policy profile settings and applying the policy.
Info
You can track the progress of policy assignment by clicking the configuration policy name on the list of policies (Devices > Configuration).
The policy summary page (Fig. 9.) allows you to check to how many devices and users the configuration policy was assigned successfully. To show more information about devices assigned to the policy, click the View report button. To get more detailed information on device assignment or particular settings, click Device assignment status or Per setting status, respectively (Fig. 9.).
![]()
Fig. 9. The policy summary allows you to monitor policy assignments.
See also:
| Related products: | CodeTwo Email Signatures for Office 365, CodeTwo Email Signatures On-prem, CodeTwo Exchange Rules 2.x, 3.x, CodeTwo Exchange Rules Pro 2.x |
| Categories: | How-To |
| Last modified: | March 9, 2026 |
| Created: | November 19, 2021 |
| ID: | 956 |



