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 に答える