PowerShell / Scripting Guides Get a List of Shared Mailboxes Members and Permissions If you want to get a list of members from an O365 shared mailbox using powershell, you can run either command to do so: Get-Mailbox “Shared Mailbox Name” | Get-MailboxPermission …