ActiveSync日志分析
Here are the steps to exporting the ActiveSync log data:
- Create a folder on the root of C:\ called EASlogs
- Navigate to the (for 2003)C:\windows\system32\logfiles\w3svc1 folder (for 2008:) C:\inetpub\logs\LogFiles\W3SVC1)
- 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
- 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”
- 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.