Zimbra Collaboration Server
"zmprove " is command in ZIMBRA collaboration suit used to manage and configure various attributes.
Useful Examples :-  
zmprov desc
    print attribute name of all attributes
zmprov desc -v
    print attribute name and description of all attributes
zmprov desc account
    print attribute name of all account attributes
zmprov desc -ni -v account
    print attribute name and description of all non-inherited account attributes,
    that is, attributes that are on account but not on cos
zmprov desc -ni domain
    print attribute name of all non-inherited domain attributes,
    that is, attributes that are on domain but not on global config
zmprov desc -a zimbraId
    print attribute name, description, and all properties of attribute zimbraId
For Example :- 
[zimbra@amitmaheshwari.in ~]$ zmprov desc -a zimbraId
zimbraId
    Zimbra Systems Unique ID
               type : id
              value :
           callback :
          immutable : true
        cardinality : single
         requiredIn : alias,cos,alwaysOnCluster,ucService ,group,groupDynamicUnit,
groupStaticUnit,xmppComponent,account,distributionList,calendarResource
,domain,server
groupStaticUnit,xmppComponent,account,distributionList,calendarResource
,domain,server
         optionalIn :
              flags : accountInfo
           defaults :
                min :
                max :
                 id : 1
    requiresRestart :
              since :
    deprecatedSince :
For example :-
zmprov help account help on account-related commands
zmprov help calendar help on calendar resource-related commands
zmprov help commands help on all commands
zmprov help config help on config-related commands
zmprov help cos help on COS-related commands
zmprov help domain help on domain-related commands
zmprov help freebusy help on free/busy-related commands
zmprov help list help on distribution list-related commands
zmprov help log help on logging commands
zmprov help misc help on misc commands
zmprov help mailbox help on mailbox-related commands
zmprov help notebook help on notebook-related commands
zmprov help reverseproxy help on reverse proxy related commands
zmprov help right help on right-related commands
zmprov help search help on search-related commands
zmprov help server help on server-related commands
zmprov help share help on share related commands
