Get Shared Mailbox in Office 365 using PowerShell
Often Microsoft 365 admins in situations to get all list of shared mailboxes in their Exchange Online environment. Even with a simple cmdlet, you can list the shared mailboxes. For example,
1 |
Get-Mailbox –ResultSize Unlimited –RecipientTypeDetails SharedMailbox |
Before using the above cmdlet, you must connect […]