PDA Statistics


Script to list Active Sync Device Statistics.

$mbx = get-casmailbox -Filter {HasActivesyncDevicePartnership -eq $true -and -not DisplayName -like "CAS_{*"}
 
[string]::join(',',("Name","Display Name","","Model","Phone No","Device ID","DeviceIMEI","First Sync","Last Sync","Device OS","Device Friend Name","Device Type"))> "C:\ocs scripts\pda.csv"
 
foreach ($user in $mbx) {
 
$dev = get-activesyncdevicestatistics -mailbox $user.Name
 
foreach ($phone in $dev)
{
}
}
#$phone.
#notepad "C:\pda.csv"
________________________________________________________________________

 

What did you think of this article?




Trackbacks
  • No trackbacks exist for this post.
Comments
  • No comments exist for this post.
Leave a comment

Submitted comments are subject to moderation before being displayed.

 Enter the above security code (required)

 Name

 Email (will not be published)

 Website

Your comment is 0 characters limited to 3000 characters.