Get-CcVersion

Returns the version of the Cloud Connector appliance. Get-CCVersion can only be used on the host machine of Cloud Connector.

Get-CcVersion [[-VersionType] <String>] [<CommonParameters>]

Detailed Description

Returns the version of the Cloud Connector appliance based on PowerShell scripts installed, files in the Appliance directory, and the virtual machines deployed on host server.

Parameters

Parameter Required Type Description
VersionType
Optional
System.String
Type of version. Value of parameter can be RunningScripts, RunningBits, BackupBits or All. Default value is RunningScripts.

Examples

Example 1

The following example shows the Cloud Connector version of the currently running script in your open PowerShell console:

Get-CcVersion

Example 2

The following example shows the Cloud Connector version of the currently running binaries deployed to the virtual machines. You can see the version in the running virtual machine names in Hyper-v Manager:

Get-CCVersion -VersionType RunningBits

Input Types

None. The Get-CcVersion cmdlet does not accept pipelined input.

Return Types

None.

See also

None.