Message Size Restrictions

Would like to have all users have message size restrictions set to 10MB send/receive. Except for some users the limit will be larger.

Set-Mailbox "alias" -MaxSendSize 10mb -MaxReceiveSize 10mb - can this be run on all mailboxes:

Set-Mailbox -MaxSendSize 10mb -MaxReceiveSize 10mb ??? If I don't specify individually.

Maybe?? Get-Mailbox -ResultSize Unlimited | Set-Mailbox -MaxSendSize 10mb -MaxReceiveSize 10mb

I would then need to change settings on receive connector and transport service setting

to allow 25MB limit.

Then change setting on individual mailboxes that are allowed to accept 25MB.


  • Edited by Andy Diaz Friday, July 17, 2015 11:25 PM
July 17th, 2015 10:59pm

Hi,

I have noticed you only have 5 users to change to higher limit, you can make the setting on all mailboxes then you change the 5 individually.

Just run the below command for these special users:

Set-Mailbox "Debra Garcia" -MaxSendSize 25mb -MaxReceiveSize 25mb

For more information, please refer to the below link:

https://technet.microsoft.com/en-us/library/bb124708(v=exchg.150).aspx

Regards,

David


Free Windows Admin Tool Kit Click here and download it now
July 19th, 2015 10:31pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics