NAME

Get-DcsvCenter

SYNOPSIS

Returns data for a specific vCenter or all vCenters in the server group that is associated with the specified connection.

SYNTAX

Get-DcsvCenter   [ -vCenter <Object> ]   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Returns data for a specific vCenter or all vCenters in the server group that is associated with the specified connection. If no parameters are specified, data for all vCenters associated with the default connection will be returned.

PARAMETERS

-vCenter<Object>
VimVirtualCenterData object, name or ID that identifies the vCenter. If specified, only data for that vCenter will be returned.

Required: false
Position: named
Default value:
Accept pipeline input: true (ByValue)
Accept wildcard characters: false

-Connection<String>
Alias of the connection to the server group. If not specified, the default connection will be used.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-PipelineVariable<String>

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

INPUTS

VimVirtualCenterData : Object that identifies and describes the vCenter.

OUTPUTS

VimVirtualCenterData : Object that identifies and describes the vCenter.

NOTES

Also see Add-DcsvCenter, Add-DcsvCenterDataStore, Set-DcsvCenterProperties, Remove-DcsvCenter, Set-DcsvCenterMultipathPolicy

EXAMPLES


-------------- Example 1 Returns data for all vCenters --------------
				Get-DcsvCenter
		
The cmdlet Get-DcsvCenter is invoked without parameters. The VimVirtualCenterData object for all vCenters in the server group of the default connection. In this case, there is one vCenter that has been added to the server group configuration.
ServerAddress:ESXivc55
Username:administrator
Description:
FullName:VMware vCenter Server 5.5.0 build-1099559
ProductBuild:1099559
Version:5.5
State:WaitingForUpdates
Sequencenumber:24393
Id:0A76B835-99B2-4340-97F3-3E5F769589AE
Caption:ESXivc55
ExtendedCaption:ESXivc55
Internal:False
   

-------------- Example 2 Returns data for a vCenter specified by name --------------
				Get-DcsvCenter -vCenter ESXivc55
		
The cmdlet Get-DcsvCenter is invoked using the name of the vCenter "ESXivc55" as the value of the parameter vCenter. The VimVirtualCenterData object for that vCenter is returned.
ServerAddress:ESXivc55
Username:administrator
Description:
FullName:VMware vCenter Server 5.5.0 build-1099559
ProductBuild:1099559
Version:5.5
State:WaitingForUpdates
Sequencenumber:24393
Id:0A76B835-99B2-4340-97F3-3E5F769589AE
Caption:ESXivc55
ExtendedCaption:ESXivc55
Internal:False