Install with the Orchestrator Command Line Install Tool

 

Updated: May 13, 2016

Applies To: System Center 2012 SP1 - Orchestrator, System Center 2012 - Orchestrator, System Center 2012 R2 Orchestrator

To install Orchestrator at a command prompt, use Setup.exe with the command-line options in the following table.

Option Description
/Silent Installation is performed without displaying a dialog box.
/Uninstall Product is uninstalled. This option is performed silently.
/Key:[Product Key] Specifies the product key. If no product key is specified, Orchestrator is installed as an evaluation edition.
/ServiceUserName:[User Name] Specifies the user account for the Orchestrator Management Service. This value is required if you are installing Management Server, Runbook Server, or web services.
/ServicePassword:[Password] Specifies the password for the user account for the Orchestrator Management Service. This value is required if you are installing Management Server, Runbook Server, or web services.
/Components:[Feature 1, Feature 2,…] Specifies the features to install. Possible values are ManagementServer, RunbookServer, RunbookDesigner, WebComponents, and All.
/InstallDir:[Path] Specifies the path to install Orchestrator. If no path is specified, C:\Program Files (x86)\Microsoft System Center 2012\Orchestrator is used.
/DbServer:[Computer[\Instance]] Specifies the computer name and instance of the database server. This value is required if you are installing Management Server, Runbook Server, or web services.
/DbUser:[User Name] Specifies the user account to access the database server. This value is only required for SQL Authentication. If Windows Authentication is used, no value should be specified.
/DbPassword:[Password] Specifies the password for the user account to access the database server. This value is only required for SQL Authentication. If Windows Authentication is used, then no value should be specified.
/DbNameNew:[Database Name] Specifies the database name if a new database is being created. Cannot be used with DbNameExisting.
/DbNameExisting:[Database Name] Specifies the database name if an existing database is being used. Cannot be used with DbNameNew.
/WebServicePort:[Port] Specifies the port to use for the web service. Required if web services are installed.
/WebConsolePort:[Port] Specifies the port to use for the Orchestrator console. Required if web services are installed.
/OrchestratorUsersGroup:[Group SID] Specifies the SID of the domain or local group that will be granted access to Management server. If no value is specified, the default local group is used.
/OrchestratorRemote Specifies that remote access should be granted to the Runbook Designer.
/UseMicrosoftUpdate:[0|1] Specifies whether to opt in for Microsoft Update. A value of 1 will opt in. A value of 0 does not change the current opt in status of the computer.
/SendCEIPReports:[0|1] Specifies that Orchestrator should send CEIP (Customer Experience Improvement Program) reports to Microsoft. A value of 1 opts in. A value of 0 does not change the current opt-in status of the computer.
/EnableErrorReporting:[value] Specifies that Orchestrator should send program error reports to Microsoft. Possible values are always, queued, and never.

For example, you could use the following command to install all of the Orchestrator components using Windows Authentication.

.\Setup.exe /Silent /ServiceUserName:<UserName> /ServicePassword:<password> /Components:All /DbServer:<DBServerName> /DbNameNew:Orchestrator /WebServicePort:81 /WebConsolePort:82 /UseMicrosoftUpdate:1 /SendCEIPReports:1 /EnableErrorReporting:always  

See Also

Install Orchestrator