Resolution
What is the syntax to display all the user accounts in an Organizational Unit using the Command Line Interface?
fact
Directory and Resource Administrator 6.50
fix
The following are examples for displaying all user accounts using the Ea.exe command, which must be executed from a Directory and Resource Administrator client workstation. The EA.exe command is located in the directory to which DRA was installed.
To display all the user accounts in a default Organizational Unit, use the following syntax:
EA USER * DISPLAY OU:CN=ou_name,DC=domain_name,DC=com
To display all the user accounts in a non default Organizational Unit, use the following syntax:
EA USER * DISPLAY OU:OU=ou_name,DC=domain_name,DC=com
Support for an OU directly (similar to using the /domain: switch) is available in DRA 6.6 and later.