Quick Fix: Set Default Max Send Receive Size in Exchange Online
October 11, 2023 Leave a comment
Just because I’ll forget the right number of bytes to use. To set the Max Send/Receive size of a mailbox in Exchange Online PowerShell you should use 157,286,400 (bytes).
Set-Mailbox -maxSendSize 157286400 -maxReceiveSize 157286400
Read more of this post








