New release v4.23.0

Formatting address and phone number made easy

2025-10-18

πŸ”—Goodbye formatting headaches with addresses and phone numbers, hello global standards

Set-OutlookSignatures v4.23.0 is here, delivering a major upgrade focused on two common - and surprisingly complex - pain points in global IT: Perfectly formatting phone numbers and postal addresses.

This release integrates world-class open-source libraries to ensure your organization's contact information is globally correct and consistently professional in every signature.

πŸ”—Perfect phone numbers, effortlessly

We think phone numbers are easy because we assume they are just numbers and forget about global complexity. If you still think so, reading the article 'Falsehoods Programmers Believe About Phone Numbers' will change your mind.

We've added a new phone number formatter based on Google's libphonenumber library.

This feature converts raw numbers (and an optional country code) into standardized formats:

  • Human-readable INTERNATIONAL or NATIONAL formats.
  • Technical RFC3966 format for reliable tel: links.
  • A custom formatting option.

New replacement variables, such as $CurrentUserTelephone-International$ and $CurrentMailboxManagerMobile-RFC3966$, are now available.

For implementation details, see our Format Phone Numbers FAQ.

πŸ”—Accurate postal addresses for any country

Just like phone numbers, postal addresses seem like child's play - if you're only working nationally. However, "Different countries, different customs". Read the article 'Falsehoods programmers believe about addresses' to understand the global chaos we've tamed.

A new Address Formatter module, based on OpenCage GmbH's work, ensures addresses are assembled according to country-specific rules.

Input named address components (over 20 available) and the country code to output the correctly formatted string via the new $Current[User|UserManager|Mailbox|MailboxManager]PostalAddress$ variables. A necessity for multinational companies.

For implementation details, see our Format Postal Addresses FAQ.

πŸ”—Other key enhancements

  • QR Code Update: The sample QR code format has changed from MeCard to the more common vCard format.
  • Security: Added a check for PowerShell Full Language Mode to all administrative scripts.
  • Fix: Corrected an issue with culture-aware sorting in the Intune remediation sample script.

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.