How to get which user has mobile sync activated: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:
__FORCETOC__
__FORCETOC__
<div class="col-md-12 ibox-content">
<div class="col-md-12 ibox-content">
=S/MIME certificates=
=How to get which user has mobile sync activated?=
<hr>
<hr>
{{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|{{ZCS 8.7}}|}}
{{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|{{ZCS 8.7}}|}}

Revision as of 19:01, 9 December 2021

How to get which user has mobile sync activated?


   KB 23301        Last updated on 2021-12-9  




0.00
(0 votes)


How to get which user has mobile sync activated

Solution:

To get a list of users which have mobile sync activated run the below command

mysql -e 'select mb.comment, md.mailbox_id, md.device_id, md.device_type, md.model, md.os from zimbra.mobile_devices md INNER JOIN zimbra.mailbox mb ON md.mailbox_id = mb.id ;' 



Submitted by: Raunaq Malik

Jump to: navigation, search