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

No edit summary
No edit summary
(5 intermediate revisions by the same user not shown)
Line 8: Line 8:




=== <h1>How to get which user has mobile sync activated</h1> ===
<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 ;'  
  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
|}


 
{{Article Footer|ZCS 9.0, 8.8, 8.7,|2017-08-23}}
 
Submitted by:  Raunaq Malik

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