Get-SddcVcenter Command | Vmware PowerCLI Reference

Get-SddcVcenter

Retrieves information about one or more Vcenter objects. Vcenter represents a vCenter Server - a centralized platform for management, operation, resource provisioning, and performance evaluation of virtual machines and hosts.

Syntax

Get-SddcVcenter
-Id < String[] >
[-ProgressAction < ActionPreference > ]
[-Server < VcfSddcManagerServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Id String[] named
One or more IDs for the Vcenter.
optional ProgressAction ActionPreference named
optional Server VcfSddcManagerServer[] named
  • wildcards
Specifies the VCF SDDC Manager Server on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about servers, see the description of Connect-VcfSddcManagerServer.
Get-SddcVcenter
[-Domain < Domain > ]
[-Name < String[] > ]
[-ProgressAction < ActionPreference > ]
[-Server < VcfSddcManagerServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional Domain Domain named
  • pipeline
The Domain that the Vcenter objects must belong to.
optional Name String[] named
optional ProgressAction ActionPreference named
optional Server VcfSddcManagerServer[] named
  • wildcards
Specifies the VCF SDDC Manager Server on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about servers, see the description of Connect-VcfSddcManagerServer.

Output

VMware.Vcf.SddcManager.Types.Vcenter

Examples

Example 1

PS C:\> Get-SddcVcenter

Retrieve all Vcenter objects.

Related Commands

SddcCluster

Retrieves information about one or more Cluster objects.

Retrieves information about one or more Cluster objects.

SddcDomain

Retrieves information about one or more Domain objects.

Retrieves information about one or more Domain objects.

SddcHost

Retrieves information about one or more Host objects.

Retrieves information about one or more Host objects.

SddcVcenter

Retrieves information about one or more Vcenter objects.

Retrieves information about one or more Vcenter objects.