How do you remove the user profile path for a large number of user accounts using the Directory and (NETIQKB10329)

  • 7710329
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
How do you remove the user profile path for a large number of user accounts using the Directory and Resource Administrator CLI?

fact
Directory and Resource Administrator 6.x

fact
Directory and Resource Administrator 7.x

fix

The following example for removing the profile path of a user account uses the Ea.exe command and 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 remove the user profile path for users listed in a text file, use the following syntax :

FOR /F "TOKENS=1 DELIMS=" %1 IN (c:\path_to_the_text_file) DO EA USER %1 UPDATE PROFILEPATH:""



note

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



Additional Information

Formerly known as NETIQKB10329