Hey guys,

I am trying to export a list that would include the following ActiveSync Device 
attributes.

DisplayName, Login, SMTP Address, Devicetype.

I found this script which has everything I need except for the userlogin.

Get-Mailbox | ForEach {Get-ActiveSyncDeviceStatistics 
-Mailbox:$_.Identity} | fl DeviceFriendlyName, Devicetype, 
DeviceUserAgent, Identity

How would I best also return that data?

Thanks,

Daniel
                                          
---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Reply via email to