mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-26 00:36:27 +03:00
[GH-ISSUE #4360] [Feature Request]: Hide MS365 Group Mailboxes from Outlook #1978
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#1978
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bits-ie-github on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/4360
Originally assigned to: @kris6673 on GitHub.
Please confirm:
Problem Statement
We have some instances where clients was SharePoint Sites/Teams, but they don't want the mailbox appearing in the Outlook client under Groups. There is already a way in CIPP to Hide the mailbox from the GAL, but not a way to hide it from the client itself. This requires Powershell to action the request.
Benefits for MSPs
This would reduces the need to connect to a tenant via Powershell and run the necessary command
Value or Importance
Not critical, but would reduce clicks.
PowerShell Commands (Optional)
Set-UnifiedGroup -Identity "Test Group" -HiddenFromExchangeClientsEnabled
@kris6673 commented on GitHub (Jun 26, 2025):
I would like to work on this please!
@github-actions[bot] commented on GitHub (Jun 26, 2025):
Great! I assigned you (@kris6673) to the issue. Have fun working on it!
@KelvinTegelaar commented on GitHub (Jun 29, 2025):
added to dev