Hi,
I am trying to export mailbox names and their size from a customer box.
I am using the command
zmprov gaa -v | grep -e name -e sn -e givenName -e displayName | awk 'ORS=","' > accounts.csv
But I can't find an attribute to show the mailbox size.
Is this possible in a one line command?


LinkBack URL
About LinkBacks


