< Back

Get-VsanClusterConfiguration

Sun Jan 19, 2020 7:15 pm

NAME Get-VsanClusterConfiguration



SYNOPSIS

This cmdlet retrieves vSAN related configuration data from clusters.





SYNTAX

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





DESCRIPTION

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





PARAMETERS

-Cluster <Cluster[]>

Specifies the clusters from which you want to retrieve vSAN configuration data. If not specified, retrieves

vSAN configuration data from all clusters.



Required? false

Position? 1

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? true



-Server <VIServer[]>

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.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? true



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Zero or more VsanClusterConfiguration objects







NOTES









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



Get-VsanClusterConfiguration -Cluster "MyCluster"



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



RELATED LINKS

Online Version: https://code.vmware.com/doc/preview?id= ... ation.html

Set-VsanClusterConfiguration