Name
drive_on_which_Symantec_Endpoint_Protection_Manager_has_been_installed\Symantec\Symantec Endpoint Protection Manager\bin\ResourceOrchestrator\cmd\rcx_register_ror.ps1 - Script file for registering Resource Orchestrator user information
Format
rcx_register_ror.ps1 create -host host -user user -password password rcx_register_ror.ps1 show
Description
rcx_register_ror.ps1 is the command for registering Resource Orchestrator user information with the server on which Symantec Endpoint Protection Manager operates.
Subcommands
Encrypts the information specified in the argument and uses it in creation of the following environment definition file.
If the environment definition file already exists, a message checking whether to overwrite it is output.
drive\Symantec\Symantec Endpoint Protection Manager\bin\ResourceOrchestrator\etc
rcx.config
Displays the content of the environment definition file created using "create".
Options
For host, specify the IP address or the host name (FQDN) of the Resource Orchestrator manager.
For user_name, specify the user name of a privileged user that was created during installation of the Resource Orchestrator manager.
For password, specify the password of a privileged user that was created during installation of the Resource Orchestrator manager.
Requirements
OS administrator
The server on which Symantec Endpoint Protection Manager operates
Usage Example
When creating the environment definition file
PS C:\Symantec\Symantec Endpoint Protection Manager\bin\ResourceOrchestrator\cmd> ./rcx_register_ror.ps1 create -host 192.168.10.40 -user manage -password password <RETURN>
When displaying the content of the environment definition file
PS C:\Symantec\Symantec Endpoint Protection Manager\bin\ResourceOrchestrator\cmd> ./rcx_register_ror.ps1 show <RETURN>
HOST:192.168.10.40
PORT:23461
USER:manage
PASSWORD:*******
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.