Single command to identify how many mailboxs are using the new Outlook for iOS Andoid app

Was trying to find a command to list what mailbox's have been accessed by the new Outlook app for iOS/Android. 

I am able to find out by single mailbox by using this command: Get-ActiveSyncDevice -Mailbox testuser | fl FriendlName,Device*,Client*,Is*

What I'm more interested in is one command that will tell me what mailbox's are accessing our Exchange environment using those apps. The reason is I'd like to see what kind of impact to the number of users this will affect when I quarantine to block access from this app to our Exchange environment. 


  • Edited by bjp106 14 hours 20 minutes ago
February 2nd, 2015 4:32pm

I was able to adjust your command to get all the mailboxes in my environment.

Get-ActiveSyncDevice -Filter "*" | fl UserDisplayName,FriendlName,Device*,Client*,Is*

I feel like there's a better way to organize the output but this should get you the data you're looking for.


  • Edited by ThmsRynr 13 hours 55 minutes ago Added user display name to items shown in format-list.
Free Windows Admin Tool Kit Click here and download it now
February 2nd, 2015 4:56pm

I'll try that when I get back in office. I was hoping to somehow key off of "DeviceModel"  That would seem to be a pretty accurate search

DeviceModel             : Outlook for iOS and Android

Thanks!

February 2nd, 2015 5:07pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics