Start-CcDownload

The Start-CcDownload cmdlet downloads the Skype for Business Cloud Connector Edition bits and msi file synchronously.

With Cloud Connector version 2.0 and later, you can also specify the DownloadBitsOnly parameter.

Start-CcDownload [[-DownloadUrlRoot] <string>] [-DownloadBitsOnly]  [<CommonParameters>]

Examples

Example 1

The following example downloads the Cloud Connector bits and msi file synchronously from the Cloud Connector public download site:

Start-CcDownload

Example 2

The next example downloads the Cloud Connector bits and msi file synchronously from a private download site:

Start-CcDownload -DownloadUrlRoot "http://downloadserver/cloudconnector/latest"

Example 3

The third example downloads the Cloud Connector bits and msi file synchronously from a private download site.

Start-CcDownload -DownloadBitsOnly

Detailed Description

If there's a new version available in the download site, Start-CcDownload will download and install the msi file from the download site, and then download the Cloud Connector bits synchronously. If there's no new version of the msi file, Start-CcDownload will download the Cloud Connector bits only. If the Cloud Connector bits are already downloaded, Start-CcDownload doesn't execute.

Parameters

Parameter Required Type Description
DownloadUrlRoot
Optional
System.String
The full URL of a specific version of Cloud Connector in the private download site. Use this parameter with caution—be sure you're aware of which version of Cloud Connector you're downloading.
DownloadBitsOnly
Optional
System.Management.Automation.SwitchParameter
Skip the step to download and install MSI from download site, download the Cloud Connector bits only.

Input Types

None. The Start-CcDownload cmdlet doesn't accept pipelined input.

Return Types

None

See also

None