encryptpassword
The
encryptpassword
command creates a file that includes an encrypted user name and password.
You can specify the password file instead of the password for any Automation Director command that
allows the /passwordfile option.
The syntax is:
encryptpassword {/user
username
/password
password
/passwordfile
passwordfile
| /help }
where:
• /user is the ID of the user who is added to the password file.
• /password is the password of the user who is added to the password file.
• /passwordfile is the name of the password file (with absolute or relative path) that includes the
encrypted user credentials.
importservicetemplate
The
importservicetemplate
command imports a service template.
The syntax is:
importservicetemplate {/file
service-template
/user
username
{/password
password
| /passwordfile
passwordfile
} | /help}
where:
• /file is the service template file to import.
• /user is a user ID.
• /password is the password of the user that is specified in the /user option.
• /passwordfile is a password file (with absolute or relative path) that includes the encrypted user
credentials.
listremoteconnections
The
listremoteconnections
command outputs a listing of the agentless connection-destination
definitions registered in Automation Director to a CSV formatted file.
The syntax is:
listremoteconnections {/file
output-file
/user
username
{/password
password
| /passwordfile
passwordfile
} | /help}
where:
• /file is the path of the file to which the list is output; if the specified file already exists, an error is
generated.
• /user is the name of the user executing the command. The user name can consist of any single-byte
alphanumeric characters including ( ! # $ % & ' ( ) * + - . = @ \ ^ _ |) from 1 - 256 characters in length.
The user name is case sensitive.
• /password is the password of the user that is specified in the /user option. Either this option or /
passwordfile must be specified. If both options are specified, or if neither option is specified, an error is
generated. The password can be from 1 to 256 single-byte alphanumeric characters in length
including (! # $ % & ' ( ) * + - . = @ \ ^ _ |).
• /passwordfile is a password file (with absolute or relative path) that includes the encrypted user
credentials for the selected user. Either this option or the /password option must be specified. If both
options are specified, or if neither option is specified, an error is generated.
98
CLI commands