What is the syntax to list all members of a group using the Command Line Interface? (NETIQKB22466)

  • 7722466
  • 02-Feb-2007
  • 28-Feb-2008

Environment

Directory and Resource Administrator 7.x
Directory and Resource Administrator 8.x

Situation

What is the syntax to list all members of a group using the Command Line Interface?

How do I display group members using the CLI?

Resolution

To display all members of a group using CLI syntax type:

EA /DOMAIN:<domainName> GROUP <targetGroup> DISPLAY *\*

Where <domainName> is the domain in which the group resides and where <targetGroup> is the name of the specific group.  For example, in a domain named USCORP where the specific group is named HOUSTON-USERS, the syntax would be:

EA /DOMAIN:USCORP GROUP HOUSTON-USERS DISPLAY *\*

Additional Information

Formerly known as NETIQKB22466