Difference between revisions of "Issue when trying to list all shares for all accounts"
(5 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
__FORCETOC__ | __FORCETOC__ | ||
<div class="col-md-12 ibox-content"> | <div class="col-md-12 ibox-content"> | ||
− | = | + | = How to list all shares of an account = |
<hr> | <hr> | ||
− | {{KB|{{ZC}}|{{ZCS 8.8. | + | {{KB|{{ZC}}|{{ZCS 9.0}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}} |
− | {{ | ||
− | |||
− | |||
+ | ====Problem==== | ||
− | + | Following command to list all shares of an account gives a truncated output : | |
zmprov gsi user@domain | zmprov gsi user@domain | ||
− | |||
====Solution==== | ====Solution==== | ||
+ | |||
+ | Use the following command to list the complete share information of an account : | ||
su - zimbra | su - zimbra | ||
− | zmsoap -z GetShareInfoRequest/owner=user@domain.com @by=name | + | zmsoap -z GetShareInfoRequest/owner=user@domain.com @by=name |
− | |||
− | |||
− | {| | + | {{SubmittedBy| Amit Srivastava}} |
− | |||
− | |||
− | {{Article Footer|ZCS 8.8. | + | {{Article Footer|ZCS 9.0, 8.8, 8.7, 8.6, 8.5, 8.8.x |2020-05-23}} |
Latest revision as of 14:01, 23 May 2020
Problem
Following command to list all shares of an account gives a truncated output :
zmprov gsi user@domain
Solution
Use the following command to list the complete share information of an account :
su - zimbra zmsoap -z GetShareInfoRequest/owner=user@domain.com @by=name
Submitted by: Amit Srivastava |