Office 365 PowerShell

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 protected] -MaxSendSize 150MB -MaxReceiveSize 150MB

Conferir se o tamanho deu certo.

Get-Mailbox -Identity [email protected] | Format-List MaxSendSize,MaxReceiveSize

 

Sobre o Autor

Diego Elcain administrator