[PR #63] [MERGED] v3.5.0 #106

Closed
opened 2026-02-27 20:31:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/pull/63
Author: @GruberMarkus
Created: 12/19/2022
Status: Merged
Merged: 12/19/2022
Merged by: @GruberMarkus

Base: mainHead: develop


📝 Commits (9)

  • 50447a9 fix: Don't add automapped or additional mailboxes to the end of the mailbox priority list, but to the end of each Outlook profile in the mailbox priority list
  • cd937ca fix: Don't add automapped or additional mailboxes to the end of the mailbox priority list, but to the end of each Outlook profile in the mailbox priority list
  • 32053b0 feat: De-duplicate mailbox priority list
  • be06140 fix: Setting default signature: Show Outlook profile name, so that mailboxes that exist in multiple profiles can be distinguished
  • a2bdbb4 fix: When the logged in user's personal mailbox exists in multiple profiles, set the Outlook Web signature and OOF message only for this mailbox only once
  • a9727e9 fix: When a mailbox exists in multiple Outlook profiles, only query AD/Graph at the first occurrence and use cached data on remaining occurrences
  • 16c1c3c docs(README): Update 'Signature and OOF application order'
  • 28b65fb docs(README): Update FAQ 'What about the roaming signatures feature in Exchange Online?'
  • 49f3c5f refactor: find path to default config files

📊 Changes

5 files changed (+359 additions, -311 deletions)

View changed files

📝 docs/CHANGELOG.md (+12 -0)
📝 docs/README.md (+18 -19)
📝 src/Set-OutlookSignatures.ps1 (+326 -289)
📝 src/config/default graph config.ps1 (+2 -2)
📝 src/config/default replacement variables.ps1 (+1 -1)

📄 Description

v3.5.0 - 2022-12-19

Attention cloud mailbox users: Microsoft actively enables roaming signatures in Exchange Online. See 'What about the roaming signatures feature in Exchange Online?' in 'README' for details, known problems and workarounds.

Changed

  • Mailbox prioritization: Within an Outlook profile, mailbox priority is now determined by the sort order shown in Outlook, no longer by the time a mailbox has been added to the profile. See 'Update 'Signature and OOF application order' in 'README' for more details about mailbox prioritization.
  • 'README': Update FAQ 'What about the roaming signatures feature in Exchange Online?'

Fixed

  • Mailbox priority list: Don't add automapped or additional mailboxes to the end of the mailbox priority list, but to the end of each Outlook profile in the mailbox priority list
  • Mailbox priority list: When duplicates exist, only show the mail address with the highest priority. Verbose output contains additional information for each occurrence (Outlook profile name, registry path, legacyExchangeDN)
  • Setting default signature: Show Outlook profile name, so that mailboxes that exist in multiple Outlook profiles can be distinguished
  • When the logged in user's personal mailbox exists in multiple profiles, set the Outlook Web signature and OOF message for this mailbox only once
  • When a mailbox exists in multiple Outlook profiles, only query AD/Graph at the first occurrence and use cached data on remaining occurrences

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/pull/63 **Author:** [@GruberMarkus](https://github.com/GruberMarkus) **Created:** 12/19/2022 **Status:** ✅ Merged **Merged:** 12/19/2022 **Merged by:** [@GruberMarkus](https://github.com/GruberMarkus) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (9) - [`50447a9`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/50447a90cc428e009c260df6e5867b52d5c9139c) fix: Don't add automapped or additional mailboxes to the end of the mailbox priority list, but to the end of each Outlook profile in the mailbox priority list - [`cd937ca`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/cd937ca186e2122f4477bb330ee6a13a1f94758b) fix: Don't add automapped or additional mailboxes to the end of the mailbox priority list, but to the end of each Outlook profile in the mailbox priority list - [`32053b0`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/32053b04da9f4cbc2ba2d81071f81ff228ee6994) feat: De-duplicate mailbox priority list - [`be06140`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/be061409533a52227591ad0f70cb61d022d971ac) fix: Setting default signature: Show Outlook profile name, so that mailboxes that exist in multiple profiles can be distinguished - [`a2bdbb4`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/a2bdbb45d7d8d29bdadbff8e29c4e09ef2df194f) fix: When the logged in user's personal mailbox exists in multiple profiles, set the Outlook Web signature and OOF message only for this mailbox only once - [`a9727e9`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/a9727e9badddb40f1a654487e676d94af2b2d0f1) fix: When a mailbox exists in multiple Outlook profiles, only query AD/Graph at the first occurrence and use cached data on remaining occurrences - [`16c1c3c`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/16c1c3c68c05fad75bbd2119961146e6ee3ef775) docs(README): Update 'Signature and OOF application order' - [`28b65fb`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/28b65fbdd2415fa74b6d81bd91161f15edc4d032) docs(README): Update FAQ 'What about the roaming signatures feature in Exchange Online?' - [`49f3c5f`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/49f3c5f6e5d4766e95c8422e21905c960cd68cc9) refactor: find path to default config files ### 📊 Changes **5 files changed** (+359 additions, -311 deletions) <details> <summary>View changed files</summary> 📝 `docs/CHANGELOG.md` (+12 -0) 📝 `docs/README.md` (+18 -19) 📝 `src/Set-OutlookSignatures.ps1` (+326 -289) 📝 `src/config/default graph config.ps1` (+2 -2) 📝 `src/config/default replacement variables.ps1` (+1 -1) </details> ### 📄 Description ## <a href="https://github.com/GruberMarkus/Set-OutlookSignatures/releases/tag/v3.5.0" target="_blank">v3.5.0</a> - 2022-12-19 _Attention cloud mailbox users: Microsoft actively enables roaming signatures in Exchange Online. See `'What about the roaming signatures feature in Exchange Online?'` in '`README`' for details, known problems and workarounds._ ### Changed - Mailbox prioritization: Within an Outlook profile, mailbox priority is now determined by the sort order shown in Outlook, no longer by the time a mailbox has been added to the profile. See '`Update 'Signature and OOF application order`' in '`README`' for more details about mailbox prioritization. - `'README'`: Update FAQ `'What about the roaming signatures feature in Exchange Online?'` ### Fixed - Mailbox priority list: Don't add automapped or additional mailboxes to the end of the mailbox priority list, but to the end of each Outlook profile in the mailbox priority list - Mailbox priority list: When duplicates exist, only show the mail address with the highest priority. Verbose output contains additional information for each occurrence (Outlook profile name, registry path, legacyExchangeDN) - Setting default signature: Show Outlook profile name, so that mailboxes that exist in multiple Outlook profiles can be distinguished - When the logged in user's personal mailbox exists in multiple profiles, set the Outlook Web signature and OOF message for this mailbox only once - When a mailbox exists in multiple Outlook profiles, only query AD/Graph at the first occurrence and use cached data on remaining occurrences --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:31:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Set-OutlookSignatures-Set-OutlookSignatures#106
No description provided.