I don't have an answer to your question, but I'm wondering if this script 
actually runs for you? It throws an error for me.

"Pipeline not executed because a pipeline is already executing. Pipelines 
cannot be executed concurrently.
    + CategoryInfo          : OperationStopped: 
(Microsoft.Power...tHelperRunspace:ExecutionCmdletHelperRunspace) [],
   PSInvalidOperationException
    + FullyQualifiedErrorId : RemotePipelineExecutionFailed"

-jim

From: Dan Hyatt [mailto:d...@danhyatt.com]
Sent: Friday, January 13, 2012 10:35 AM
To: MS-Exchange Admin Issues
Subject: ActiveSync Inventory

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<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe exchangelist

---
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