How do I use the Directory and Resource Administrator CLI to update multiple user account's login sc (NETIQKB11847)

  • 7711847
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
How do I use the Directory and Resource Administrator CLI to update multiple user account's login script?

fact
Directory and Resource Administrator 6.x

fact
Directory and Resource Administrator 7.x

fix

The command to update multiple user account's login script in the CLI is as follows:

  • FOR /F "TOKENS=1 DELIMS=" %1 IN (C:\users.txt) DO EA USER %1 UPDATE SCRIPTPATH:c:\date\script.txt

Where users.txt contains the user account names.  This text file must have each user account on its own separate line in order for this to work.  Also ScriptPath would be the actual path and login script information.



Additional Information

Formerly known as NETIQKB11847