i ran a command yesterday which gave me output in this format:
username, iOS version, Device Model , Last Sync
and i can get it close by running this command:
Get-ActiveSyncDevice | where {$_.deviceos -match "iOS"} | select devicetype,deviceos,userdisplayname,deviceuseragent
but i am wanting to see the username in the username format and i cannot find the correct command... any help greatly appreciated