Question : Monitor Activesync connections

I am looking for a way to receive alerts whenever a device is connected via activesync to the network.  Why?  We limit what kind of phones are currently authorized to connect to the network.  It is a pain in the butt to have to scan through the logs and see what is connected.   I would like a way to get an alert when a device is connected so that I can verify that it is authorized.  Third party software (so long as it works) is  an acceptable solution!

Thanks in advance

Answer : Monitor Activesync connections

Change this line

vConn = "Provider=SQLOLEDB;Data Source=Server;Initial Catalog=S;User ID=X;Password=Y"

to

vConn = "Provider=SQLOLEDB.1;Password=*****;Persist Security Info=True;User ID=sa;Data Source=111.111.11.111;Initial Catalog=master"

Here is connects to the database "master".  Change that to the name of your database that contains the SP dbo.usp_adduser2
Random Solutions  
 
programming4us programming4us