If you want a list with al the pda's that are connected to your exchange Organization.
You can use the following powershell command let.
Get-Mailbox –resultsize unlimited | Get-ActiveSyncDevice | fl userdisplayname,DeviceModel,Devicetype, DeviceUserAgent > c:\pdas.txt
You must log in to post a comment.