Hi,
You can use the Get-Recipient
cmdlet
Get-Recipient -RecipientTypeDetails SharedMailbox -Resultsize unlimited | select PrimarySmtpAddress,DisplayName,Manager | export-csv c:\temp\SharedMailboxUsers1.csv
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.