In some scenarios, it is required to list all users with email addresses under specific user group with Command Manager script. This document shows one user procedure which could do the same task as below:

The sample outline of executing this procedure is as below:
EXECUTE PROCEDURE List_AllAddresses_AllUsers_UserGroup("Everyone");
The full procedure file is attached in this article for references.
Note: This procedure is offered as a courtesy by Strategy Technical Support to be used as-is, and cannot assist with modifying it as per user requirements.