Import-CcConfiguration

Imports the Skype for Business Cloud Connector Edition configuration from a local file to the Cloud Connector host server.

Import-CcConfiguration [-Force] [<CommonParameters>]

Examples

Example 1

The following example copies the CloudConnector.ini from the appliance directory of the Cloud Connector instance to %SystemDrive%\ProgramData\CloudConnector directory:

Import-CcConfiguration

Detailed Description

This cmdlet copies the CloudConnector.ini from the appliance directory of the Cloud Connector appliance to the %SystemDrive%\ProgramData\CloudConnector directory. The appliance directory is specified by using the Set-CcApplianceDirectory cmdlet. The cmdlet will overwrite any existing file in %SystemDrive%\ProgramData\CloudConnector. This command applies to Cloud Connector Edition version 2.0.1 and later.

Parameters

Parameter Required Type Description
Force
Optional
System.Management.Automation.SwitchParameter
Overwrite existing file in %SystemDrive%\ProgramData\CloudConnector without notification.

Input Types

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

Return Types

None.

See also

Export-CcConfiguration