Good Morning,
I am trying to retrieve all of the mailboxes from our Office 365 tenant using the following:
Get-Mailbox -ResultSize Unlimited
It is taking an age to run, is there a way I can speed it up by just getting the property I am after rather than the whole mailbox object? The only thing I need from this is the PrimarySMTPAddress.
Thanks