You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently it's possible to add 'Full Access' but this doesn't allow the user being given permissions to reply or even forward emails to themselves. We then have to add 'Send on Behalf' permissions to the staff members mailbox as a second step.
Note that Send As and Send on Behalf only work if the mailbox is NOT hidden from the address book so ideally there would be a warning if that was also selected in the offboarding wizard.
PowerShell commands you would normally use to achieve above request
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.
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.
Currently it's possible to add 'Full Access' but this doesn't allow the user being given permissions to reply or even forward emails to themselves. We then have to add 'Send on Behalf' permissions to the staff members mailbox as a second step.
Note that Send As and Send on Behalf only work if the mailbox is NOT hidden from the address book so ideally there would be a warning if that was also selected in the offboarding wizard.
PowerShell commands you would normally use to achieve above request
Add-RecipientPermission -Identity "Contoso Printer Support" -Trustee "Printer Support" -AccessRights SendAs
Set-Mailbox -Identity [email protected] -GrantSendOnBehalfTo hollyh
The text was updated successfully, but these errors were encountered: