This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:zimbra:zimbra_cli [2021/06/09 09:52] gcooper |
internet:mail:zimbra:zimbra_cli [2023/03/02 13:36] (current) gcooper |
||
---|---|---|---|
Line 65: | Line 65: | ||
:!: '' | :!: '' | ||
+ | |||
+ | Show all CoS: | ||
+ | |||
+ | < | ||
+ | zmprov gac | ||
+ | </ | ||
+ | |||
+ | Enable a zimlet for all CoS: | ||
+ | |||
+ | < | ||
+ | for cos in `zmprov gac`;do zmzimletctl acl < | ||
+ | </ | ||
+ | |||
+ | Modify a setting for all CoS: | ||
+ | |||
+ | < | ||
+ | for cos in `zmprov gac`; do zmprov mc $cos zimbraFeatureResetPasswordStatus enabled; done | ||
+ | </ | ||
Show accounts per Class of Service: | Show accounts per Class of Service: |