How to get which user has mobile sync activated?
KB 23301
|
Last updated on 2023-05-04
|
Last updated by Kumarp
|
|
Verified in: ZCS 9.0
ZCS 8.8
ZCS 8.7
|
|
 - This is certified documentation and is protected for editing by Zimbra Employees & Moderators only.
|
KB 23301
|
Last updated on 2023-05-4
|
|
|
 - This is certified documentation and is protected for editing by Zimbra Employees & Moderators only.
|
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
|
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 »