Syntax
Get-VsanClusterConfiguration [[-Cluster] <Cluster[]>] [-Server <VIServer[]>] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet retrieves vSAN related configuration data from clusters. Some fields are smart lazy initialized.Parameters
Return Type
Zero or more VsanClusterConfiguration objectsNotes
Examples
-------------------------- Example 1 --------------------------
Get-VsanClusterConfiguration -Cluster "MyCluster"
Retrieves the vSAN cluster configuration of the clusters named "MyCluster".