Powershell - Get List of Shared Mailboxes

PHOTO EMBED

Tue Dec 13 2022 22:56:25 GMT+0000 (Coordinated Universal Time)

Saved by @JasonB

Get-Mailbox -Filter {recipienttypedetails -eq "SharedMailbox"} | get-MsolUser | ft userprincipalname > c:\temp\sharedmailboxes.txt
content_copyCOPY