Get-VsanClusterConfiguration

This cmdlet retrieves vSAN related configuration data from clusters. Some fields are smart lazy initialized.

Syntax

[-Cluster  <Cluster[]>]
[-Server  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional
Cluster
Cluster[] named
  • wildcards
  • pipeline
  • Specifies the clusters from which you want to retrieve vSAN configuration data. If not specified, retrieves vSAN configuration data from all clusters.
    optional
    Server
    VIServer[] named
  • wildcards
  • Specifies the vCenter Server systems 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 default servers, see the description of Connect-VIServer.

    Output

    VMware.VimAutomation.Storage.Types.V1.Vsan.VsanClusterConfiguration

    Examples


    Example 1

    Get-VsanClusterConfiguration -Cluster "MyCluster"

    Retrieves the vSAN cluster configuration of the clusters named "MyCluster".

    Related Commands

    Feedback

    Was this page helpful?