-
Open an ADAM tools command prompt.
-
At the command prompt, type:
net stop instancename
where instancename represents the service name of the ADAM instance on which you want to change the service account.
-
At the command prompt, type:
dsdbutil
-
At the dsdbutil: prompt, type:
activate instance instancename
where instancename represents the service name of the ADAM instance on which you want to change the service account.
-
At the dsdbutil: prompt, type:
change service account accountname password
where accountname password represents the account name and password of the account to be used as the ADAM service account.
-
To exit dsdbutil, at the dsdbutil: prompt, type:
quit
-
At the command prompt, type:
net start instancename
to restart the ADAM instance.