Deploy Outlook Signature Using Microsoft Intune or MECM.
This article will walk you through creating and deploying Outlook email signature templates to devices within your organization. Organizations can use this approach to deploy Outlook signatures as if they were deploying a standard application using Microsoft Intune and Microsoft Endpoint Configuration Manager (MECM).Â
We will use the WPSecure Personalization Packager to create silent installers containing the Outlook signature templates. To download and install the packager, click on the DOWNLOAD button at the top right corner of the page.
There are three types of Microsoft Outlook Clients.Â
Outlook Classic: The traditional Office365 Client. This Client comes bundled with Microsoft Word, Microsoft Excel, Microsoft PowerPoint, etc..
Outlook On The Web: This is what used to be called âOutlook Web Accessâ. All operations happen on the web.
Outlook New: It appears to be a local Outlook Client, but itâs actually âOutlook On The Webâ masquerading as a locally installed application. So treat this as if it were a Web Client.
If your organization primarily uses Outlook Classic as an email client, you will only need the “New message signature template” and the “Reply message signature template“. If cloud roaming is enabled (it is by default), Outlook Classic will automatically sync email signatures to the Cloud.
If your organization primarily uses Outlook New or Outlook Web as an email client and Outlook Classic is not used/installed, you will only need the “Web message signature template“. You will also need to set up an Azure Function to set the email signature in each user’s Exchange Mailbox. Click here for setup instructions.
There are three types of Microsoft Outlook signature templates:
- New message signature template.
- Reply message signature template.
- Web message signature template.
Weâll use the following guidelines when designing and creating the Outlook email signature templates for the âNewâ, âReplyâ, and âWebâ signatures.
The total file size of each Outlook signature and its assets cannot exceed 10 MB, and we recommend keeping the number of characters for HTM files below 25,000 for New/Reply signatures and 8000 for web signatures.
New message signature template: A new message signature is used when composing a new email message in the Outlook Classic client. It should include a âwpsecure_new.htmâ (required) HTML file and optionally include a âwpsecure_new.txtâ file, an optional âwpsecure_new.rtfâ file, and a âwpsecure_new_filesâ directory that contains resource files like images, CSS, etc.
Reply message signature template: A reply message signature is used when replying to an email message in the Outlook Classic client. It should include a âwpsecure_reply.htmâ (required) HTML file and optionally include a âwpsecure_reply.txtâ file, an optional âwpsecure_reply.rtfâ file, and a âwpsecure_reply_filesâ directory that contains resource files like images, CSS, etc.
Web message signature template: (From version 55.1.2.4) A web message signature is used by âOutlook On The Web/Outlook Newâ and when Outlook Classic is not used/installed. It should include a âwpsecure_web.htmâ (required) HTML file and optionally include a âwpsecure_web.txtâ file. All image references should use URL (https) sources. Local image references cannot be used. In âOutlook On The Webâ/âOutlook Newâ, this signature will be used when composing a âNewâ message and composing a âReplyâ message.
There are three email signature template formats:
- HTM – HTML format:Â The HTM template is required for both Outlook Classic and Outlook Web/New.
- RTF – Rich Text format:Â The RTF template is only used by Outlook Classic. The RTF template is optional.
- TXT – Text format:Â The Text template is used by both Outlook Classic and Outlook Web/New. The TXT template is optional.
Placeholders for user attributes
Use placeholders like {{az_displayname}}, {{az_mobilephone}}, or {{az_jobtitle}} in the âwpsecure_new.htmâ,âwpsecure_new.rtfâ, âwpsecure_new.txtâ, âwpsecure_reply.htmâ, âwpsecure_reply.rtfâ, âwpsecure_reply.txtâ, âwpsecure_web.htmâ, and âwpsecure_web.txtâ files to load user-specific data at runtime automatically. The WPSecure Outlook signature engine replaces the placeholders with the information in the registry corresponding to each placeholder.Â
Visit the documentation page and navigate to the section titled âOutlook Email Signatureâ.
Multiple ways exist to create an email signature template.
- Microsoft Word can be used to create email signature content and save it in HTM and RTF formats for use with the Outlook Classic Client.
- Use an HTML editor to create the email signature content for Outlook On The Web / Outlook New.
 !! Before creating the signature templates, we recommend creating a ‘Text’ file that contains all the required placeholders. Never type the placeholders directly into the tools that create the HTM or RTF files, such as Microsoft Word; always copy and paste them from the ‘Text’ file.

For Outlook Classic using Microsoft Word
Design your email signature using Microsoft Word.

Replace the relevant user attributes with placeholders from the placeholder text file.Â
Important:
- Right-click and copy the placeholder from a text file
- Point-click on the place where we want to paste the content
- Paste the placeholders to the right spot.
- Please do not edit the placeholders after pasting them.
After inserting the placeholders, the Microsoft Office Word document will look similar to the image below.

Save the Word document as two different files wpsecure_new.docx and wpsecure_reply.docx
âwpsecure_new.docxâ will create the âNewâ message signature, and âwpsecure_reply.docxâ will make the âReplyâ message signature.


Save Outlook Classic signature in HTM format
Using the DOCX templates, you can create email signature templates in HTM format, as shown in the image below.
The supporting folders contain the referenced images and CSS. Make sure the supporting folders ‘wpsecure_new_files’ and ‘wpsecure_reply_files’ are created if there are any images or external CSS items referenced in your HTM file.


Save Outlook Classic signature in RTF format
Open the âwpsecure_new.docxâ and âwpsecure_reply.docxâ files and save the file in Rich Text Format (*.rtf).


\
) escape character.
If the formatting appears incorrect, youâll need to correct the placeholder in Microsoft Word and re-save the file in RTF format, as discussed in the previous section.
Below is an example of a correctly formatted placeholder for companyname
.
{{az_companyname}}
\{\{az_companyname\}\}

When adding the Signature templates to the WPSecure Personalization Package, select the HTM file, and the RTF file (if present) will be added automatically.
Save Outlook Classic signature in TXT format
Use Notepad instead of Microsoft Word to create Outlook email signatures in TXT format. Save the file as ‘wpsecure_new.txt”, and ‘wpsecure_reply.txt’. When adding the Signature templates to the WPSecure Personalization Package, select the HTM file, and the TXT file (if present) will be added automatically.

For Outlook Web / New using any HTML Editor
If your organization uses âOutlook Webâ /âNew Outlookâ and Outlook Classic is not used/installed, you must add the Outlook Signature Web template (wpsecure_web.htm, wpsecure_web.txt) to the Package. You will also need to set up an Azure Function App to facilitate the sync of the Web signature template to Exchange Online. Click on the link below to read more.
Automatic Sync when the email signature content changes or every eight hours.
For Outlook Web, we recommend designing the signature template using an HTML editor (Not Microsoft Word) because the Outlook Web client is not advanced enough to support complex structures.
The code snippet below shows a basic HTML signature template for âOutlook On The Webâ and âOutlook Newâ.


{{az_displayname}}

{{az_companyname}}
{{az_jobtitle}}
{{az_streetaddress}}
{{az_mail}}
{{az_country}}
Mob: {{az_mobilephone}}
www.wpsecure.shop
The above HTML renders as the image below.

Save the HTML file as âwpsecure_web.htmâ.

Use Notepad to create Outlook email signatures in TXT format for Outlook Web/Outlook New. Save the text file as âwpsecure_web.txtâ.

After creating all the Outlook email signature templates, the target folder will resemble the image below.

Creating the Personalization Package.
Before you read this article, download and install the Windows Personalization Packager by clicking on the “Download” button in the top right corner of this screen.
Open the Personalization Packager from the start menu. After installing the Packager, you will see two items on the start menu.
- WPSecure personalization Packager.
- WPSecure Campaign Manager.
Open the Personalization Packager from the start menu. After installing the Packager, you will see two items on the start menu.

Click on the item called “WPSecure Personalization Packager.” Doing so will open the Packager in full-screen mode. Click the button at the bottom to agree to the terms and enter the application.

You will land on the following page. The buttons on the application’s top help the user add the following items.
- Add one or more Desktop background images (Not covered in this article)
- Add two Lock screen images, one for Landscape and optionally another for Portrait Screens. (Not covered in this article)
- Import a “New message” Signature and a “Reply message” Outlook signature.
- Add MP4 video file for Windows Screensaver. You can add a video for Landscape screens and a video for Portrait screens. (Not covered in this article)

Click the âImport Outlook signatureâ button to import the newly designed email signaturesâNew, Reply, and Web message signatures â one at a time from the folder containing the email signatures. When adding the Signature templates to the WPSecure Personalization Package, select the HTM file. The supporting folders, RTF & TXT files (if present) will be added automatically. Click on the imported item to preview it.




After adding the necessary Personalization items, click the “Create Personalization Package” button to start the package creation process.

After adding the necessary Personalization items, click the “Create Personalization Package” button to start the package creation process.
Use this button to export the personalization package to a folder. A personalization package is a collection of all the settings and files you have imported or created for your desktop backgrounds, Outlook signatures, and screensavers. The selected destination folder has to be empty. The personalization package creation process creates two folders: general_install and intune_install.
The general_install folder contains installation files for deployment via enterprise software management tools like Microsoft Endpoint Configuration Manager (SCCM). Run the âwpsecure-install.exeâ to install the personalization package. More details regarding the enterprise installation and uninstallation process are in the âdocumentation.htmlâ file.
The intune_install folder contains the âwpsecure-install.intunewinâ file to be uploaded to the Microsoft Endpoint Device Management portal (Intune). The command-line for this is identical to the general install.
The process also creates a âdocumentation.htmlâ file that provides all the information required to deploy the personalization package, like package version, install command line, uninstall command line, and detection methods.

This article will only discuss deployment via Microsoft Intune. Open the “intune_install” folder. Inside the folder, you will find the ‘wpsecure-install.intunewin‘ file that will be uploaded to Intune.

Open Microsoft Intune Admin Center and click on “Apps” and then choose “Windows Apps”.



Use the “+ Add” button to create the Intune Win32 App deployment. Follow the images below to get through the first steps of the setup process.


The âdocumentation.htmlâ file provides all the information required to deploy the personalization package, like package version, install command line, uninstall command line, and detection methods.




Using the above information, fill out the Intune Win32 application setup form.





Click Next and complete the process. Wait for Microsoft Intune to upload and set up your Windows Personalization package.
Steps to deploy using Microsoft Endpoint Configuration Manager
The source files for non-Intune installs are located inside the “general_install” folder.

The âdocumentation.htmlâ file provides all the information required to deploy the personalization package, like package version, install command line, uninstall command line, and detection methods.




Open the SCCM console and start a new Application creation process. Fill out the required information in the SCCM Application using the above information.




Create a new deployment type. Clicking the ‘Add’ button will open a new Window.








Click Next to close the ‘deployment type’ Window.Â



Click Next and complete the process. Distribute the Windows Personalization package to the required distribution points.
Click here to read more about the Windows Personalization Packager.