Avatar of Christian Hans
Christian Hans
Flag for United States of America

asked on 

Remote client exceeded allowed maximum. Allowed maximum is 524288000.

When trying to run Powershell remotely against my exchange servers, I get the dreaded;

"Sending data to a remote command failed with the following error message: The total data received from the remote client exceeded allowed maximum. Allowed maximum is 524288000. For more information, see the about_Remote_Troubleshooting Help topic."

I am trying to export the following;

Get-Mailbox -ResultSize Unlimited | Get-MailboxStatistics | Export-CSV C:\Output\MailboxStatistics_$(get-date -format 'MMddyyyy').csv

Is there any way to make this work without editing the web.config file on the Exchange servers?

Thank you in advance.
PowershellExchange

Avatar of undefined
Last Comment
Chirag Nagrekar

8/22/2022 - Mon