Sunday 13 January 2013

How to get the individual user information from the Blackberry MAGT Log Folder


When you need to get the details of the user information from the MAGT log file, then you  can copy the log file in C:\ and open command prompt type the below command to get the output of the user blackberry messaging agent information from the MAGT which has all users information.

find /n /i "Firstname.lastname@domain.com" C:\BESServer_MAGT_04_20130109_0001.txt> C:/user.txt


No comments:

Post a Comment