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 8 hours 2 minutes ago