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

(Created page with "=== <h1>How to get which user has mobile sync activated</h1> === <h2>Solution:</h2> To get a list of users which have mobile sync activated run the below command <pre>mysq...")
 
No edit summary
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== <h1>How to get which user has mobile sync activated</h1> ===
{{BC|Community Sandbox}}
__FORCETOC__
<div class="col-md-12 ibox-content">
=How to get which user has mobile sync activated?=
<hr>
{{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|{{ZCS 8.7}}|}}
<hr>


<h2>Problem:</h2>
How to get which user has mobile sync activated?


<h2>Solution:</h2>
<h2>Solution:</h2>


To get a list of users which have mobile sync activated run the below command
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 ;'
 
{| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10"
|'''Submitted by''':  Prabhat Kumar
|}


<pre>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 ;'</pre>
{{Article Footer|ZCS 9.0, 8.8, 8.7,|2017-08-23}}

Revision as of 19:08, 9 December 2021

How to get which user has mobile sync activated?


   KB 23301        Last updated on 2021-12-9  




0.00
(0 votes)


Problem:

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: Prabhat Kumar
Verified Against: ZCS 9.0, 8.8, 8.7, Date Created: 2017-08-23
Article ID: https://wiki.zimbra.com/index.php?title=How_to_get_which_user_has_mobile_sync_activated Date Modified: 2021-12-09



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search