Como realizar algumas configurações no Office 365 usando o PowerShell Abrir o PowerShell como Administrador
Connect-ExchangeOnlineAumentar tamanho dos anexos nos e-mails
Set-Mailbox -Identity email@minhaempresa.com.br -MaxSendSize 150MB -MaxReceiveSize 150MBConferir se o tamanho deu certo.
Get-Mailbox -Identity email@minhaempresa.com.br | Format-List MaxSendSize,MaxReceiveSize