Tag Archives: exchange

What do Those Exchange Recipient Icons Mean

This is probably a “captain obvious” post, but I’ve never paid attention to the icons in the Exchange 2010 EMC.  Wondering what about their meaning, I searched around and figured it out: This icon simply means that the mailbox move … Continue reading

Posted in IT, Technology, Tips and Tricks, Windows | Tagged , , , , , , , , , | Leave a comment

Powershell Script to List All ActiveSync Devices in Exchange Organization

Here’s a powershell script I pieced together to do a dump of all the Exchange Activesync devices in an organization. C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -command “. ‘C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1′; Connect-ExchangeServer -auto; Get-ActiveSyncDevice|Export-Csv -Path $home\Documents\ActiveSync-devices.csv -NoTypeInformation; exit; The resulting output is a CSV … Continue reading

Posted in Technology, Windows | Tagged , , , , , | Leave a comment

HTC Please Fix My Meeting Problems

HTC ticket: 10USD280004784 – Meeting acceptance responses sent from HTC Evo to Exchange 2003 / Outlook 2003 show as being sent from the incorrect user. This occurs when when the user accepts a meeting invite and chooses not to “Edit … Continue reading

Posted in Technology | Tagged , , , , | Leave a comment