This will look for users with mailboxes larger than 45. Customize the value to change Metric. Output will include mailname and size of mailbox.
Users[?Storage_Used >'45'].join(
:
, [mail,to_string(Storage_Used)])