PowerCLI Reference

Get-VsanClusterConfiguration

Synopsis

This cmdlet retrieves vSAN related configuration data from clusters.

Syntax

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

Related Commands

Online version
Set-VsanClusterConfiguration

Detailed Description

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

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
ClusterCluster[]Specifies the clusters from which you want to retrieve vSAN configuration data. If not specified, retrieves vSAN configuration data from all clusters.falsetrue (ByValue)
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.falsefalse

Return Type

Zero or more VsanClusterConfiguration objects

Notes

Examples

-------------- Example 1 --------------

Get-VsanClusterConfiguration -Cluster "MyCluster"

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


Copyright © VMware, Inc. All rights reserved.