How can a large number of users be added to a group using the Directory and Resource Administrator C (NETIQKB196)

  • 7700196
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

fact
Directory and Resource Administrator 6.x

fact
Directory and Resource Administrator 7.x

fix
To add users listed in a file to a group, use the following syntax based on the EA.exe command on a Directory and Resource Administrator client workstation. The EA.exe command is located in the directory to which DRA was installed.

The following example will add a list of user names to a specific group:

    FOR /F "TOKENS=1 DELIMS=" %1 IN (c:\acctnames.txt) DO EA GROUP group_name MEMBERADD %1



note
The user accounts in the text file should be listed in a column by account Logon name with each account on a separate line.

Additional Information

Formerly known as NETIQKB196