Unregister-CcAppliance

The Unregister-CcAppliance cmdlet unregisters the current Skype for Business Cloud Connector Edition appliance from a PSTN site in the online tenant configuration.

Unregister-CcAppliance [[-SiteName] <string>] [[-ApplianceName] <string>] [-Local]

Examples

Example 1

The following example unregisters a current appliance from the online tenant configuration:

Unregister-CcAppliance

Example 2

The next example checks the configuration for unregistering locally without connecting to the online tenant configuration:

Unregister-CcAppliance -Local

Example 3

The next example unregisters the current appliance with the name "Appliance1" to PSTN site "Site1":

Unregister-CcAppliance -SiteName Site1 -ApplianceName Appliance1

Detailed Description

Similar to the Register-CcAppliance cmdlet, SiteName combined with the Edge Server external FQDN in the CloudConnector.ini file is considered a PSTN site identity. Likewise, ApplianceName combined with the Mediation Server FQDN in the CloudConnector.ini file is considered an appliance identity.

After the appliance is unregistered, restart the Cloud Connector management service and log on as the NetworkService account.

Parameters

Parameter Required Type Description
SiteName
Optional
System.String
PSTN site name where the appliance is registered. Default value is SiteName value in CloudConnector.ini file.
ApplianceName
Optional
System.String
Name of the current appliance. Default value is the computer name of the host server.
Local
Optional
System.Management.Automation.SwitchParameter
Check configuration for registration locally without connecting to an online tenant configuration.

Input Types

None. The Unregister-CcAppliance cmdlet does not accept pipelined input.

Return Types

None

See also

Register-CcAppliance

Install-CcAppliance

Uninstall-CcAppliance

Publish-CcAppliance