($O365 = Get-Mailbox -ResultSize Unlimited | Where {$_.RecipientTypeDetails -eq 'UserMailBox'} | Select -Property Name , Alias). Count
Where Customer has 180000+ mailboxes in his org,
Command gives error : processing of data from the remote server failed with the following error message: Access denied" : For more info For more information, see the about_Remote_Troubleshooting Help topic
at the end of the error it displays the count of 28526 mailboxes only, where the Customer has 1,80,000+ mailboxes
Your help will be highly appreciated
Where Customer has 180000+ mailboxes in his org,
Command gives error : processing of data from the remote server failed with the following error message: Access denied" : For more info For more information, see the about_Remote_Troubleshooting Help topic
at the end of the error it displays the count of 28526 mailboxes only, where the Customer has 1,80,000+ mailboxes
Your help will be highly appreciated