Forum Discussion
Ramki2080
Jun 20, 2024Copper Contributor
Script Error for Shared Mailbox Threshold Report
Hello All Am getting the below error , while am trying to run the below script i would like to get the report on exchange server 2019 to find the list of shared mailboxes whose shared mailbox...
nhoan
Aug 06, 2025Brass Contributor
Use Exchange Online PowerShell to run the following command to generate a shared mailbox threshold report:
Get-Mailbox -RecipientTypeDetails SharedMailbox | Get-MailboxStatistics | Select DisplayName,TotalItemSize,ItemCount | Export-CSV SharedMailboxReport.csv