Difference between revisions of "Issue when trying to list all shares for all accounts"
(→Issue when trying to list all shares for all accounts) |
|||
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 8.8}}||||}} | ||
Line 8: | Line 8: | ||
+ | ====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}} | {{SubmittedBy| Amit Srivastava}} | ||
− | |||
{{Article Footer|ZCS 8.8|2020-04-13}} | {{Article Footer|ZCS 8.8|2020-04-13}} |
Revision as of 10:47, 15 May 2020
- This article is a Work in Progress, and may be unfinished or missing sections.
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 |