Switch-CcVersion

The Switch-CcVersion cmdlet disconnects the running appliance and switches to a newly deployed or backup appliance.

Switch-CcVersion [-Force]

Examples

Example 1

The following example drains the services of the current running appliance, and then switches to a newly deployed or backup appliance:

Switch-CcVersion

Example 2

The next example drains the services of the current running appliance, and stops services forcibly if draining the services fails. The command then switches to a newly deployed or backup appliance:

Switch-CcVersion -Force

Detailed Description

The Switch-CcVersion cmdlet drains the Cloud Connector services on the Mediation Server and Edge Server. All running calls will be completed, but the appliance will reject any new calls. After draining, the cmdlet disconnects the running appliance from the corporate and Internet networks, turns off all the virtual machines belonging to the appliance, and then connects the backup appliance to the corporate and Internet networks.

Parameters

Parameter Required Type Description
Force
Optional
System.Management.Automation.SwitchParameter
Stops services forcibly if draining the services fails.

Input Types

None

Return Types

None

See also

None