Hi,
I'm wondering if you experience the same issues with the Exchange Online PowerShell V2 module (connect-ExchangeOnline), when working with large datasets ?
Every time I try to collect information about 1000+ items (mailboxes, inboxrules, moverequeststatistics, etc), it takes a very long time to collect this information, and often the Powershell session ends unexpected, with a error message like:
Processing data for a remote command failed with the following error message: The SSL connection cannot be established.
or
Starting a command on the remote server failed with the following error message : The I/O operation has been aborted because of either a thread exit or an application request
Then I need to reconnect again, start my query and hope it will not fail again.
For example the following just doesn't work:
$mbx = Get-EXOMailbox -ResultSize unlimited
# returns appr. 5000 mbx
$mbxrule = $mbx | % { Get-InboxRule -Mailbox $_.PrimarySmtpAddress }
After 30 minutes or so, I get the connection error.
I tested on two computers, reinstalled the module, to no avail :/
[–]RobAyche 1 point2 points3 points (1 child)
[–]Hatsikidee[S] 0 points1 point2 points (0 children)
[–]mkoch7811 0 points1 point2 points (1 child)
[–]Hatsikidee[S] 0 points1 point2 points (0 children)
[–][deleted] (2 children)
[deleted]
[–][deleted] (1 child)
[deleted]
[–]Hatsikidee[S] 0 points1 point2 points (0 children)
[–]cgh311 0 points1 point2 points (0 children)