Export-CcConfiguration

Exports the Skype for Business Cloud Connector Edition configuration to a local file on the Skype for Business Cloud Connector Edition host server.

Export-CcConfiguration [-Path] <String> [<CommonParameters>]

Examples

Example 1

The following example sets the Path parameter as a full file path and exports configurations to that file.

Export-CcConfiguration -Path "C:\test\CloudConnector.ini" 

Detailed Description

The Export-CcConfiguration cmdlet allows you to save the Cloud Connector configuration to a file in a selected path. This command was introduced in Cloud Connector Edition version 2.0.

Parameters

Parameter Required Type Description
Path
Required
System.String
Full file path where the Cloud Connector configurations will be stored.

Input Types

None. The Export-CcConfiguration cmdlet does not accept pipelined input.

Return Types

None.

See also

Import-CcConfiguration