Get list of all mailboxes without a default mailbox quota: I.E. Find any mailbox that has a quota that has been manually assigned.
get-mailbox | where {$_.UseDatabaseQuotaDefaults -ne $true}
Get list of all mailboxes without a default mailbox quota: I.E. Find any mailbox that has a quota that has been manually assigned.
get-mailbox | where {$_.UseDatabaseQuotaDefaults -ne $true}