Hi @Cameron Adams ,
Get-CASMailbox -ResultSize unlimited | where {$_.OWAEnabled -eq "$true"} | Get-MailboxStatistics | Select DisplayName, TotalItemSize | Export-CSV C:\Size.csv
the command is to get all the users who are OWA enabled only and get their mailbox size.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.