Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
Hi, I don't know if its possible, but I would like to know if its possible to know the "cos" for one specific user using line-commands (zmprov,etc)
Thanks!
It is possible.
su - zimbra for i in `zmprov ga account@domain.com zimbraCosId | sed '1d' | awk '{print $2}'`; do zmprov gc $i cn; done