Answered by:
Is there anyway to report on how many mobile devices are syncing company mail accounts?

Question
-
I have been asked to provide a report on each mailbox and list any mobile devices that each mailbox is syncing with.
We basically want to identify any non-work related mobiles that are configured to receive work emails.
Does anyone know if this is possible? And if so, any ideas on how I can do it.
Any help would be greatly appreciated.
Wednesday, August 15, 2012 4:04 PM
Answers
-
You can start with this:
get-activesyncdevice | select userdisplayname,devicemodel
[string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "
- Proposed as answer by Jamestechman Thursday, August 16, 2012 1:06 AM
- Marked as answer by Noya Lau Thursday, September 6, 2012 1:00 PM
Wednesday, August 15, 2012 4:13 PM -
Try the below links out for Identifying Exchange ActiveSync Users with PowerShell
http://www.simple-talk.com/sysadmin/exchange/identifying-exchange-activesync-users-with-powershell/
Girishp
- Proposed as answer by Jamestechman Thursday, August 16, 2012 1:06 AM
- Marked as answer by Noya Lau Thursday, September 6, 2012 1:00 PM
Wednesday, August 15, 2012 4:14 PM -
You can use the Get-ActiveSyncDeviceStatistics cmdlet to retrieve a list of mobile phones that are configured to synchronize with a specified user's mailbox and return a list of statistics about these mobile phones.
In addition, provide this document for reference. Hope helps.
Noya Lau
TechNet Community Support
- Marked as answer by Noya Lau Thursday, September 6, 2012 1:00 PM
Friday, August 17, 2012 6:58 AM
All replies
-
You can start with this:
get-activesyncdevice | select userdisplayname,devicemodel
[string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "
- Proposed as answer by Jamestechman Thursday, August 16, 2012 1:06 AM
- Marked as answer by Noya Lau Thursday, September 6, 2012 1:00 PM
Wednesday, August 15, 2012 4:13 PM -
Try the below links out for Identifying Exchange ActiveSync Users with PowerShell
http://www.simple-talk.com/sysadmin/exchange/identifying-exchange-activesync-users-with-powershell/
Girishp
- Proposed as answer by Jamestechman Thursday, August 16, 2012 1:06 AM
- Marked as answer by Noya Lau Thursday, September 6, 2012 1:00 PM
Wednesday, August 15, 2012 4:14 PM -
You can use the Get-ActiveSyncDeviceStatistics cmdlet to retrieve a list of mobile phones that are configured to synchronize with a specified user's mailbox and return a list of statistics about these mobile phones.
In addition, provide this document for reference. Hope helps.
Noya Lau
TechNet Community Support
- Marked as answer by Noya Lau Thursday, September 6, 2012 1:00 PM
Friday, August 17, 2012 6:58 AM