identifying all active user accounts (count active users)
-
Hi all,
how can I easily count the number of active user accounts used in our environment? I tried with
kopano-admin -l
this will show me in the first line of the output the total number of user accounts. But I’d like to know only the active ones.
kopano-cli --list-users
didn’t help me either. Any clues?
-
# kopano-admin --user-count User counts: Allowed Used Available -------------------------------------------------------- Active no limit 8 - Non-active no limit 0 - Users 0 Rooms 0 Equipment 0 Total 8
-
that’s it … Thanks!