Jump to content

Recommended Posts

Posted

So far best results in using outlook with shared mailboxes have been achieved by adding a shared mailbox to users' outlook manually (account settings, new ...) plus login/password multiple times and restarting outlook. Then user is able to send from shared mailbox, look at separate inbox folders etc.

This method has to be repeated each time users' roaming profile is reset (all settings are saved in user registry), so this is not very practical and there seems to be no method supported by power shell to do this remotely.

Already tried using Exchange 2010 shell or management console which only give limited results (user cannot send from shared mailbox added this way), so it has to be done on the client side via outlook wizard.

Another problem - once shared mailboxes have been added, it is possible to export relevant section of user's registry for backup remotely, but not possible to add/merge once roaming profile has been reset (local gpo security prevents access to registry editing).

 

Is there a method to achieve adding shared mailbox remotely that works?

 

thanks for any advice

Posted
Thanks, that has already been tried and tested. The problem with giving full permissions is that when a person sends an email ‘from’ that mailbox, it will go into that person’s sent folder rather than the sent folder of the shared mailbox. Then other users sharng the same mailbox, cannot see what was sent.
  • 2 weeks later...
Posted (edited)

To complete shared mailbox setup after adding send as/full mailbox permissions in ecp, run this in exchange shell:

 

set-mailbox -MessageCopyForSentAsEnabled $True

 

https://blogs.technet.microsoft.com/exchange/2015/03/03/want-more-control-over-sent-items-when-using-shared-mailboxes/

tested and working in Exchange 2016, emails sent form shared mailbox will go to shared mailbox sent folder.

Edited by evasion

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...