Can you please clarify what these changes mean for the Verb-EXO*** cmdlets? Are those still superior in terms of reliability in long-running scripts? Or are all Verb-EXO*** cmdlets and all REST-API backed original cmdlets now equal?
I'm running into some shortcomings with Get-EXOMailbox / Get-EXORecipient but have things on the go today that I would like to develop unattended scripts for. This would be for clients, so I want to go with the most 'legit' thing going (that will actually work).
I can do Get-EXOMailbox -ResultSize Unlimited, then Get-EXOMailboxStatistics, then do Get-Mailbox (legacy/ v2.0.5) for just a few mailboxes to get the properties I need, but were missed in the creation of Get-EXOMailbox. Or, I can just jump to the preview module and use REST-API-backed Get-Mailbox / Get-MailboxStatistics. But is one more reliable than the other in a 40K+ mailboxes EXO tenant?
*Edited to remove whiny-boo-boo closing.