To check a shared mailboxes size in PowerShell, you can use the below cmdlet. Copy and paste the command in PowerShell #To check Shared mailbox size $SMbx = Get-Mailbox -RecipientTypeDetails Shared
To check a shared mailboxes size in PowerShell, you can use the below cmdlet. Copy and paste the command in PowerShell #To check Shared mailbox size $SMbx = Get-Mailbox -RecipientTypeDetails Shared