Standard Edition server is activated by specifying the server context with a Role of SE. Here is the syntax to activate a Standard Edition server.
Copy Code | |
---|---|
LCSCmd.exe /Server[:<Server FQDN>] /Role:SE /Action:Activate /Password:<Account password> [/RefDomain:<Domain FQDN>] [/PDCRequired[:{TRUE|FALSE}]] [/GlobalSettingsDC:<FQDN of domain controller>] [/DC:<domain controller FQDN>] [/GC:<Global Catalog FQDN>] [/Global:{Configuration | System}] [/GroupDomain:<Group Domain FQDN>] [/GroupDomainDC:<Group Domain domain controller FQDN>] [/User:<Account Name>][/UnRegSPN[:{TRUE|FALSE}]] [/NoStart[:{TRUE|FALSE}]] [/ArchServer:<Archiving Server computer host name>] [/MonServer:<Monitoring Server computer name>] [/EnableArch[:{TRUE|FALSE}]] [/EnableCDR[:{TRUE|FALSE}]] [/EnableQoE[:{TRUE|FALSE}]] [/Force[:{TRUE|FALSE}]] [/L:<log file path>] [/XML[:{TRUE|FALSE}]] [/?[:{TRUE|FALSE}]] |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Server:SEServer.contoso.com /Role:SE /Action:Activate /Password:My$tr0ngPwd |
Where:
|
|
---|---|
|
Executes the action for the specified server FQDN. /server - activates the local server. /server:<remoteComputerFQDN> - activates a role on the remote computer. |
|
Specifies the role of the server. |
|
Takes a string that specifies the action name. Valid action
names include
|
|
Specifies the service account password for the server. |
|
Specifies the reference domain FQDN. |
|
Specifies the global setting location. |
|
Specifies the service account name for the server. It defaults
to
|
|
Specifies the FQDN of the domain where Office Communications Server universal groups are located. |
|
Specifies whether to delete all existing service principal names registered for the service on the specified computer. |
|
Specifies whether to start the service on the server during activation. |
|
Specifies the computer name of the IM Archiving service that the IM Archiving agent will use. |
|
Specifies the computer name of the Monitoring Server. |
|
Specifies whether to enable archiving. Default is False. |
|
Specifies whether to enable Call Detail Record (CDR). Default is False. |
|
Specifies whether to enable QoE. Default is False. |
|
Specifies the name of the queue on the Archiving Server that the Archiving Agent will use. |
|
Specifies whether to force task execution. |