Set-CcApplianceDirectory

The Set-CcApplianceDirectory cmdlet sets the working directory on the Skype for Business Cloud Connector Edition host server. All deployment files are stored in this directory.

Set-CcApplianceDirectory[[-Path] <string>]

Examples

Example 1

The following example sets the working directory on the host server to c:\cloudconnector\applianceroot:

Set-CcApplianceDirectory -Path "c:\cloudconnector\applianceroot"

Parameters

Parameter Required Type Description
Path
Required
System.String
Specifies the path where all deployment files are stored.

Input Types

None. The Set-CcApplianceDirectory cmdlet does not accept pipelined input.

Return Types

None

See also

None