New release v4.25.0

Critical update for Exchange Online and Benefactor Circle users. New signature marking, short variable names, and improved Graph API resilience.

2025-12-22

Benefactor Circle add-on users with mailboxes in Exchange Online should update to this version as soon as possible. Microsoft will begin changing roaming signature HTML processing shortly. Update as soon as possible to avoid potential negative impact on the parameters DeleteScriptCreatedSignaturesWithoutTemplate and DeleteUserCreatedSignatures.

πŸ”—Streamlined signature design with shorter variables

Designing signatures with limited space just got easier. We have introduced shorter replacement variable names that can be used interchangeably with the original long names. This applies to both default and custom variables.

  • CurrentUser can now be shortened to U (e.g., $UVariableX$)
  • CurrentUserManager can now be shortened to UM (e.g., $UMVariableX$)
  • CurrentMailbox can now be shortened to M (e.g., $MVariableX$)
  • CurrentMailboxManager can now be shortened to MM (e.g., $MMVariableX$)

πŸ”—Enhanced diagnostic warnings and resilience

Set-OutlookSignatures now provides improved proactive warnings to identify potential misconfigurations or environment constraints:

  • GPO Overrides: The script will warn you if a Group Policy Object setting takes precedence over registry values set by the script, such as DisableRoamingSignatures.
  • Graph API Resilience: We have made Graph API queries more robust by implementing automatic retries after five seconds to compensate for brief network or data center "hiccups".
  • Template Auditing: Receive warnings for non-standard image formats (outside of JPG, PNG, and GIF) or signatures exceeding 30,000 characters, which may fail in Outlook add-in launch events.

πŸ”—Updates for Benefactor Circle add-on users

The Benefactor Circle add-on and Outlook add-in receive several key enhancements for advanced deployments:

  • Automatic Image Embedding: Images are now embedded when setting Outlook for the web signatures (classic and roaming) regardless of global parameters, ensuring high-quality display even for default signatures.
  • Improved Cleanup Logic: The DeleteScriptCreatedSignaturesWithoutTemplate parameter is now more aggressive in removing "leftover" signatures when toggling roaming signature settings.
  • Admin Tooling: The Entra app creation script has been updated to force the use of the PowerShell Gallery and ensure all required package providers are present.

πŸ”—Detailed changelog

For a comprehensive list of all changes, dependencies, and fixes, please consult the official changelog.

πŸ”—Interested in learning more or seeing our solution in action?

Contact us or explore further on our website. We look forward to getting to know you!

new release

 

2026-05-19

πŸ”— Goodbye Rollout Panic: How to Test Outlook Signatures & Out-of-Office Notes Without Accessing Live Mailboxes

Worried about broken templates or overwriting VIP replies? Discover how to use simulation mode to validate signature and OOF logic against real data with zero risk to end users.

2026-05-06

πŸ”— Out-of-office replies or autoresponder rules: Which is the better choice?

At first glance, the choice seems obvious. But on closer inspection, important differences emerge that may change your perspective.

2026-05-01

πŸ”— Set-OutlookSignatures v4.27.0: Configure faster with the new INI Editor and ship with stronger diagnostics

Set-OutlookSignatures v4.27.0 introduces a new graphical INI editor, improved Entra ID permission guidance, and practical runtime diagnostics for power mode and battery. The Benefactor Circle add-on and Outlook add-in also gain important robustness improvements, especially for multi-mailbox scenarios and cloud hosting detection.

2026-04-22

πŸ”— Designing signatures for dark mode

The shift to Dark Mode has dramatically improved screen comfort for millions, but it’s introduced a major headache for email signature designers.

2026-04-15

πŸ”— Still using VBS scripts to deploy email signatures? Level up now!

VBScript is officially deprecated by Microsoft. Don't just rewrite your codeβ€”modernize your entire signature deployment strategy with a future-proof framework.