Taille de reception et d'envoi
Posté : jeu. avr. 06, 2017 12:06 pm
voir la config :
Get-TransportConfig | Format-List MaxReceiveSize,MaxSendSize,MaxRecipientEnvelopeLimit
changer la config:
Réception :
Set-TransportConfig -MaxReceiveSize 35mb
Envoi :
Set-TransportConfig -MaxSendSize 35mb
Get-TransportConfig | Format-List MaxReceiveSize,MaxSendSize,MaxRecipientEnvelopeLimit
changer la config:
Réception :
Set-TransportConfig -MaxReceiveSize 35mb
Envoi :
Set-TransportConfig -MaxSendSize 35mb