Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • passfile – path to file with password and user;
  • servicename – name for service. This is optional parameter and can be empty. By default credentials will be set for all eagle services;
  • account – user account. This is optional parameter and can be empty. Be default user and domain will be retrieved from current process/.

Example:

Code Block
cmdmgr.exe config --action=set_service_creds --passfile="passfile" --servicename=emshell_thick --account=domain\user

...