Syntax
New-VsanFaultDomain -Name <String> [-RunAsync] [-Server <VIServer[]>] -VMHost <VMHost[]> [-Confirm] [-WhatIf] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet creates a new vSAN fault domain in a cluster with specified virtual machine hosts.Parameters
Return Type
The newly created VsanFaultDomain objectNotes
Examples
-------------------------- Example 1 --------------------------
New-VsanFaultDomain -VMHost $vmHost1, $vmHost2 -Name "MyFaultDomainName"
Creates a new vSAN fault domain named "MyFaultDomainName", which has virtual machine hosts $vmHost1 and $vmHost2.