Here are the steps to exporting the ActiveSync log data:

  1. Create a folder on the root      of C:\      called EASlogs
  2. Navigate to the      (for 2003)C:\windows\system32\logfiles\w3svc1 folder      (for 2008:) C:\inetpub\logs\LogFiles\W3SVC1)
  3. Note the name of the most      recent log file in the w3svc1 folder.  It should be something like exXXXXXX, where XXXXXX equals the date, for example      – ex110314
  4. Run the following command      from the Command Shell on the CAS server:

Export-activesynclog  –filename  ”c:\windows\system32\logfiles\w3svc1\exXXXXXX.log”  -outputpath: “c:\EASlogs

  1. This will generate six .csv files in the C:\EASlogs      folder

UsersAgents.csv will show you the various devices and the mobile OS and version they are using. 

Users.csv will show you the type of device that a user is using.

版权声明:本文为markgao原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/markgao/p/8820571.html