When you have a large environment and you are running a command such as Get-Mailbox -ResultSize Unlimited | Get-MailboxStatistics | select …. you might have seen this error:
1 2 |
Sending data to a remote command failed with the following error message: The total data received from the remote client exceeded the allowed maximum. The allowed maximum is 524288000 |
There are a couple of solutions or workarounds. One solution could be to split the command and run it against each database instead and then …
Continue reading The total data received from the remote client exceeded the allowed maximum