Syntax
New-VsanFaultDomain -VMHost <VMHost[]> -Name <String> [-Server <VIServer[]>] [-RunAsync] [-WhatIf] [-Confirm] [<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.