Av. Circular, Nº. 1192 - Goiânia contato[@]cuidadodigital.com.br
Estamos pronto para ajudar o seu negócio crescer.

Office 365 PowerShell

Como realizar algumas configurações no Office 365 usando o PowerShell Abrir o PowerShell como Administrador

Connect-ExchangeOnline
Aumentar tamanho dos anexos nos e-mails
Set-Mailbox -Identity email@minhaempresa.com.br -MaxSendSize 150MB -MaxReceiveSize 150MB
Conferir se o tamanho deu certo.
Get-Mailbox -Identity email@minhaempresa.com.br | Format-List MaxSendSize,MaxReceiveSize