Is there a way to list all users who are using activesync? For example - If I had 200 users and I want to find out which of those users are actively syncing their phones.. How do I do that? (without going into each and looking under mobile devices)
Is there a way to list all users who are using activesync? For example - If I had 200 users and I want to find out which of those users are actively syncing their phones.. How do I do that? (without going into each and looking under mobile devices)
I'm not sure how to do it for all users (I'm guesing there is something in ldap) but I've used the sync.log file to find out who have been *receint* activesync users.
You can use this to get started (it needs some tweaks to get a good listing):
cat sync.log|grep User|grep "Cmd=Sync"|awk '{print $4}'|awk -F? '{print $2}'|sort|uniq -c
This is an older post, but I wanted to post a simple solution.. In the admin console type the following in search
(zimbraFeatureMobileSyncEnabled=TRUE)
There are currently 1 users browsing this thread. (0 members and 1 guests)