Syntax
Test-VsanClusterHealth [-Cluster] <Cluster[]> [-UseCache] [-VMCreateTimeoutSeconds <Int32>] [-TestResultFilter <VsanClusterHealthResultFilter[]>] [-Server <VIServer[]>] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet runs a health test on the specified vSAN clusters and returns the test results.Parameters
Return Type
VsanClusterHealthTestResult objects representing the result of the test runNotes
Examples
-------------- Example 1 --------------
Test-VsanClusterHealth -Cluster $cluster
Runs the vSAN cluster health test on $cluster vSAN cluster and returns the result of the test.
-------------- Example 2 --------------
Test-VsanVMCreation -Cluster $cluster -UseCache -TestResultFilter NetworkHealth, DiskBalance
Gets the result of the last health test run on $cluster vSAN cluster. Returns test result fields for network health and disk balance.