Syntax
Test-VsanVMCreation [-Cluster] <Cluster[]> [-Server <VIServer[]>] [-TimeoutSeconds <Int32>] [-UseCache] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet runs a virtual machine creation test on the specified vSAN clusters and returns the test results.Parameters
Return Type
VsanClusterVMCreationTestResult objects representing the result of the test runNotes
Examples
-------------------------- Example 1 --------------------------
Test-VsanVMCreation -Cluster $cluster -TimeoutSeconds 150
Runs the virtual machine creation test with a timeout of 150 seconds on the $cluster vSAN cluster and returns the result of the test.
-------------------------- Example 2 --------------------------
Test-VsanVMCreation -Cluster $cluster -UseCache
Gets the result of the last virtual machine creation test run on the $cluster vSAN cluster.