[PR #58] [MERGED] v3.4.0 #102

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

📋 Pull Request Information

Original PR: https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/pull/58
Author: @GruberMarkus
Created: 11/2/2022
Status: Merged
Merged: 11/2/2022
Merged by: @GruberMarkus

Base: mainHead: develop


📝 Commits (10+)

  • f54e50d refactor: Outlook profile detection, Outlook default profile detection
  • 3d0bb99 refactor: GraphGetMe
  • cef91d8 refactor: Connect to Outlook Web
  • ae43b6c docs(README): New FAQs: 'What if Outlook is not installed at all?', 'What if a user has no Outlook profile or is prohibited from starting Outlook?'
  • 549b580 refactor: variable names
  • fa63a24 docs(README): Clarification on why to use http and not https for Graph redirect uri
  • de05984 docs: update logo and icon
  • c1435b7 docs: update logo
  • 1c4d888 refactor: GetIniContent
  • afc6ac1 docs; update logo

📊 Changes

7 files changed (+435 additions, -219 deletions)

View changed files

📝 .github/workflows/build, draft release.yml (+2 -2)
📝 docs/CHANGELOG.md (+13 -0)
📝 docs/README.md (+74 -58)
📝 src/Set-OutlookSignatures.ps1 (+346 -159)
📝 src/logo/Set-OutlookSignatures Icon.ico (+0 -0)
📝 src/logo/Set-OutlookSignatures Logo.png (+0 -0)
📝 src/logo/Set-OutlookSignatures Logo.pptx (+0 -0)

📄 Description

v3.4.0 - 2022-11-02

Attention cloud mailbox users: Microsoft will make roaming signatures available in late 2022. See 'What about the roaming signatures feature announced by Microsoft?' in README for details and recommended preparation steps.

Added

  • New parameter 'IncludeMailboxForestDomainLocalGroups', see 'README' for details
  • LDAP and Global Catalog connectivity is now additionally checked for every child domain of the current user's Active Directory forest and every child domain of cross-forest trusts
  • Consider SID history of groups in trusted domains/forests
  • New FAQs in '.\docs\README': 'What if Outlook is not installed at all?' and 'What if a user has no Outlook profile or is prohibited from starting Outlook?'

Fixed

  • Correctly calculate mailbox priority when simulation mode is enabled and/or the e-mail address is a secondary address
  • On-prem: Membership in domain local groups is now recognized if the group is in a child domain of a forest connected with a cross-forest trust
  • Only consider mailboxes as additional mailboxes when they appear in Outlook's list in the e-mail navigation pane. This avoids falsely adding shared calendars as additional mailboxes.

🔄 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/58 **Author:** [@GruberMarkus](https://github.com/GruberMarkus) **Created:** 11/2/2022 **Status:** ✅ Merged **Merged:** 11/2/2022 **Merged by:** [@GruberMarkus](https://github.com/GruberMarkus) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`f54e50d`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/f54e50d6034c9241ae26fbc773479ef050b75da9) refactor: Outlook profile detection, Outlook default profile detection - [`3d0bb99`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/3d0bb996ccebe357c6e78943c02e6d396f61e627) refactor: GraphGetMe - [`cef91d8`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/cef91d8fb7f8ea34540fa1d7b93315c819221c5b) refactor: Connect to Outlook Web - [`ae43b6c`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/ae43b6caaf469269e8a0175dc693a7b1f20190a6) docs(README): New FAQs: 'What if Outlook is not installed at all?', 'What if a user has no Outlook profile or is prohibited from starting Outlook?' - [`549b580`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/549b58086c7dc3dc12646e37506b63b53fc5084c) refactor: variable names - [`fa63a24`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/fa63a24108f4b85e621915d789ae5dcd4bafe96f) docs(README): Clarification on why to use http and not https for Graph redirect uri - [`de05984`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/de05984f3b9e2d0aa85e44a3f033af16a005c772) docs: update logo and icon - [`c1435b7`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/c1435b7db57b4341392d65e2b88a91a297f9c4c5) docs: update logo - [`1c4d888`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/1c4d888ab54ca1d5b5e1831a4dc6a92d67a40dd6) refactor: GetIniContent - [`afc6ac1`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/afc6ac1ec65e021e2ba092691b56d209bbba2143) docs; update logo ### 📊 Changes **7 files changed** (+435 additions, -219 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build, draft release.yml` (+2 -2) 📝 `docs/CHANGELOG.md` (+13 -0) 📝 `docs/README.md` (+74 -58) 📝 `src/Set-OutlookSignatures.ps1` (+346 -159) 📝 `src/logo/Set-OutlookSignatures Icon.ico` (+0 -0) 📝 `src/logo/Set-OutlookSignatures Logo.png` (+0 -0) 📝 `src/logo/Set-OutlookSignatures Logo.pptx` (+0 -0) </details> ### 📄 Description ## <a href="https://github.com/GruberMarkus/Set-OutlookSignatures/releases/tag/v3.4.0" target="_blank">v3.4.0</a> - 2022-11-02 _Attention cloud mailbox users: Microsoft will make roaming signatures available in late 2022. See 'What about the roaming signatures feature announced by Microsoft?' in README for details and recommended preparation steps._ ### Added - New parameter '`IncludeMailboxForestDomainLocalGroups`', see '`README`' for details - LDAP and Global Catalog connectivity is now additionally checked for every child domain of the current user's Active Directory forest and every child domain of cross-forest trusts - Consider SID history of groups in trusted domains/forests - New FAQs in '`.\docs\README`': '`What if Outlook is not installed at all?`' and '`What if a user has no Outlook profile or is prohibited from starting Outlook?`' ### Fixed - Correctly calculate mailbox priority when simulation mode is enabled and/or the e-mail address is a secondary address - On-prem: Membership in domain local groups is now recognized if the group is in a child domain of a forest connected with a cross-forest trust - Only consider mailboxes as additional mailboxes when they appear in Outlook's list in the e-mail navigation pane. This avoids falsely adding shared calendars as additional mailboxes. --- <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:16 +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#102
No description provided.