HP 3PAR Recovery Manager 4.5.0 Software for Microsoft Exchange 2007, 2010, and 2013 User Guide

HpRmCli Exch RegisterDomain
SYNTAX
HpRmCli Exch RegisterDomain -domainhost -u <domain\username> -p
<password>
DESCRIPTION
The HpRmCli Exch RegisterDomain command registers a new Active Directory domain.
PARAMETERS
The following options are supported:
-domainhost <DomainHost> - The fully qualified domain name (FQDN) of the new domain
host. The host name should be any Exchange server in the domain you are registering.
-u <domain\username> - The username that has access to the Active Directory controller.
-p <password> - The password for the username.
NOTE: Use quotes ("") for names that include spaces.
Example
The following command registers the domain controller kings.
HpRmCli Exch RegisterDomain -domainhost kings.kingsmain.main.com -u
kingsmain\administrator -p administratorpassword
HpRmCli Exch RegisterDomain 85