Login to Enterprise Client using command prompt
- Zuletzt aktualisiert2023/01/20
You can also connect to the Control Room using the command prompt.
Log in to multiple Enterprise Client instances hosted in unattended mode on remote terminals, or to create a script that can run whenever you want to log in if a reboot occurs.
User | Description |
---|---|
Non-Active directory | The command line must have both username and password. |
Active directory | The command line must have only the username. If you provide the password, the command line will ignore it because, for Active Directory, login is always through SPNEGO authentication. |
SSO | Command line login does not work. |
Parameter | Details |
---|---|
/c |
Control Room login URL If you do not provide this parameter, the default URL given in the settings file is considered. |
/u |
Bot Creator or Bot Runner user
name When you want to log in to a client in a different
domain, enter the user name parameter with the domain name.
For example,
|
/p |
Bot Creator or Bot Runner
password If you provide the user name parameter, you must also provide the password parameter. |
/a | Action For example, /aclose to close the application. Recommended: Use the close parameter to close the application when you use the password parameter. |
/l | Login When you log in to a client that is already active, that active client's session expires and the new logged-in user is invoked with the command prompt. An active task editor session is not terminated. |
Procedure
C:\Windows\system32\"C:\Program Files (x86)\Automation Anywhere\Enterprise\Client\Automation Anywhere.exe" "/cwww.example.com" "/uMike.Williams" "/pAdmin@123" "/aclose" "/llogin"