export list of active sync users
Hi, could I help you? Or have you got updates on this issue? If your question is answered it would be nice if you mark it accordingsly. This may help others who have got the same or a similar question. Thanks a lot in advance Kind regards Thomas regards Thomas Paetzold visit my blog on: http://sus42.wordpress.com
January 18th, 2012 3:16pm

hello is there a powershell cmdlet i can use to export a list of all users who have an active sync device associated with their account?-chaz
Free Windows Admin Tool Kit Click here and download it now
January 18th, 2012 4:52pm

Hi, if you want to get all users and their associated Mobile Device OS you are able to use this Powerrshell code: $mailboxes=get-mailbox foreach ($mailbox in $mailboxes) { $device= (get-activesyncdevicestatistics -mailbox $mailbox.alias).devicetype write-host "$mailbox.alias `t $device" } regards Thomas Paetzold visit my blog on: http://sus42.wordpress.com
January 18th, 2012 4:59pm

thanks that did the trick! greatly appreciate the response. cheers. -chaz
Free Windows Admin Tool Kit Click here and download it now
January 19th, 2012 12:33pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics