I would like to create a report to show what devices are being used with Exchange 2010 ActiveSync. I was able to display the devices in Exchange Management Shell using the command: Get-ActiveSyncDevice | select-object UserDisplayName,DeviceModel,FriendlyName,DeviceOS | sort-object UserDisplayName | Ft -autosize -wrap
This provides me with a list of the users and their devices, however, I would like to show this to my boss and be able to create a quarterly report. I found the following article, but my shell skills are poor. http://port25guy.com/2013/03/25/how-to-get-a-report-of-active-sync-devices-in-exchange-2010exchange-2013/
I have been spending the past 2 hours trying to get this to work. So far, I run the command and insert my own parameters, but I receive multiple errors including Unexpected token '-eportpath'
Can anyone give me any tips on where to start? Possibly another solution? Thank you!