2

I am doing a desktop application for Mobile Device Management which monitors Exchange Server activities. Specifically, i want to know which devices attempted to connect to Exchange active sync i.e "who had attempted to connect a mobile device to their mailbox". Upon detecting a new device i plan to perform an auto quarantine feature.

My problem is: How can i detect when a device is connected to Exchange through Active Sync in real time?

I am using Visual Studio 2010 and C# as a language.

4

1 回答 1

0

“实时”的唯一方法是让一些网络硬件在连接时检查流量。这些设备提供识别信息,因此您可以使用它来确定设备并将它们与用户联系起来。

您还可以通过 Powershell 查询 Exchange 以获取此信息,并且将其嵌入到您的应用程序中并不难。虽然不是实时的,但它非常准确,您还可以在此频道中触发隔离命令。

于 2012-09-26T21:12:16.950 回答