We have gone through about James server in previous post. In this post, we'll see how to generate user list from James Server.
James server provides a very good utility to check the users list on the server. Either we can see the user list on the console or we can redirect the userlist in any text file. This article contains the steps to generate the user list from James server:
a. Open Command Prompt and navigate to appropriate location.
b. Run james-cli batch file with required parameters.
c. As the enter key is pressed, list of users will be display on the console. To save the output of the command, the output can be redirected to some external file using re-direction (>). Here output of the command is re-directed to userlist.txt file.
James server provides a very good utility to check the users list on the server. Either we can see the user list on the console or we can redirect the userlist in any text file. This article contains the steps to generate the user list from James server:
a. Open Command Prompt and navigate to appropriate location.
c. As the enter key is pressed, list of users will be display on the console. To save the output of the command, the output can be redirected to some external file using re-direction (>). Here output of the command is re-directed to userlist.txt file.
You see, how simple is to generate the user list from James server. :)
No comments:
Post a Comment