Click here to Skip to main content
15,904,416 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey there,

i´m developing an application for mobile devices in ASP.NET with access to an Exchange Server 2007. I know you can get with "Get-ActiveSyncDeviceStatistics -Mailbox name" in Powershell information about the userdevice, like FirstSyncTime, DeviceId or DeviceModel.

I want to know if there is a possibility to get the same data directly into ASP without using Powershell.
Posted

1 solution

Hi Kuti,ger

did you find a solution for your question?

THANKS
 
Share this answer
 
Comments
kuti, ger 23-Apr-13 2:07am    
Hey Bernhard, expecially not to this question, didn´t find something using powershell, but solved my problem. The data needed was duplicated from Exchange to Active Directory (msExchActiveSyncDevice), so got it there.
Bernhard St. 23-Apr-13 6:14am    
Hi Kuti, ger

thanks for your replay. I found the "CN=ExchangeActiveSyncDevices" (Object) in our Active Diretory. (I think is the same?)

But there i cant find any information about the last sync time.

Did you found this isnformation? (All other needed information i found there)

Thanks again!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900