Tuesday, October 4, 2011

Exchange 2007 and ActiveSync. Which device?

To find out which device user utilizes to connect to Exchange 2007 following powershell command can be used:
Get-ActiveSyncDeviceStatistics -Mailbox domain\blye |
ft DeviceType, DeviceUserAgent, LastSuccessSync

Taken from here: http://www.simple-talk.com/sysadmin/exchange/identifying-exchange-activesync-users-with-powershell/ (with the small change you do have to use "domain\" in front of account name)