Depending on the role you specify, you can use the MCU context to activate the A/V Conferencing Server (AVMCU), IM Conferencing Server (IMMCU), Telephony Conferencing Server (ACPMCU), Web Conferencing Server (DATAMCU), and Application Sharing Server (ASMCU). Use the following syntax to install a conferencing server.
Copy Code | |
---|---|
LCSCmd.exe /MCU:<MCU Server FQDN> /Action:Activate /Role:<role> /PoolName:<pool name> /Password:<Account Password> [/RefDomain:<Domain FQDN>] [/PDCRequired[:{TRUE|FALSE}]] [/GlobalSettingsDC:<FQDN of a global settings domain controller>] [/DC:<domain controller FQDN>] [/GC:<Global Catalog FQDN>] [/Global:{Configuration | System}] [/User:<Account Name>] [/NoStart[:{TRUE|FALSE}]] [/Force[:{TRUE|FALSE}]] [/L:<log file path>] [/XML[:{TRUE|FALSE}]] [/?[:{TRUE|FALSE}]] |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /MCU /Action:Activate /Role:AVMCU /PoolName:Pool01 /Password:My$tr0ngPwd |
Where:
|
|
---|---|
|
Executes the action for the specified Conferencing Server. If no FQDN is specified, the current computer is used. |
|
Takes a string that specifies the action name. Valid action
names include
|
|
Specifies the role of the MCU server: AVMCU (A/V Conferencing Server) IMMCU (IM Conferencing) ACPMCU (Telephony Conferencing) DATAMCU (Web Conferencing) ASMCU (Application Sharing Server) |
|
Specifies the name of the pool that the MCU is going to serve. For Standard Edition servers, this must be the computer name. |
|
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 whether to start the service on the server during activation. |
|
Specifies whether to force task execution. |