During my visit to a forum I found this site. The site is an idea of Shawn McGrath and is developed by Brad Hughes. This site makes it possible to test your Exchange environment from the internet. It makes it possible to test:
the autodiscovery functionaliteit of Exchange 2007
As you may already know a lot of funtions from Exchange 2007 are using certificates. Microsoft has released a tool a while ago which can check certificates that are used for certificate based authentication for ActivSync. I just found it while surfing the internet en thought maybe it’s nice so that’s why I published it on my site. You can download the tool via the link below:
During my visit on the forum I found a question on how you can see which user has an ActiveSync device attached to their profile. Quite a good question I thought and I decided to search on Technet and Google. There is a Powershell command which can give you an overview of the users who have attached an ActivSync device to their profile:
Get-CASMailbox | where {$_.HasActiveSyncDevicePartnership} | select Name