KelvinTegelaar / CIPP

CIPP is a M365 multitenant management solution
https://cyberdrain.com / https://cipp.app
GNU Affero General Public License v3.0
802 stars 4.91k forks source link

[Feature Request]: Set mailboxes to always show from field #2755

Closed mriga277 closed 2 months ago

mriga277 commented 2 months ago

Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.

I have a number of customers who are heavily dependent on shared mailboxes. One of the problems is new staff struggling to work how to send as someone else (typically the shared mailbox) Frontline workers are the main culprit. Having a standard to apply the always show from field would make life a little easier to them, and there for us.

PowerShell commands you would normally use to achieve above request

GetMailbox | Set-MailboxMessageConfiguration -AlwaysShowFrom $True

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.

kris6673 commented 2 months ago

I would like to work on this please!

github-actions[bot] commented 2 months ago

Great! I assigned you (@kris6673) to the issue. Have fun working on it!

kris6673 commented 2 months ago

We discussed this in the dev team, and decided to have added this not as a standard, but something you can set up for individual customers via the scheduler.
This functionality is very costly time/processing wise, since it needs to loop through all mailboxes in the tenant and not just set a tenant wide setting.

KelvinTegelaar commented 2 months ago

And added in dev :)