Syntax
New-VsanDisk -VsanDiskGroup <VsanDiskGroup> -CanonicalName <String> [-RunAsync] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet adds a host SCSI disk to a vSAN disk group.Parameters
Return Type
The newly created VsanDisk objectNotes
Works only with vCenter Server 5.5 or later.Examples
-------------- Example 1 --------------
New-VsanDisk -CanonicalName "DiskCanonicalName" -VsanDiskGroup $vsanDiskGroup
Creates a new vSAN disk and adds the disk to the $vsanDiskGroup vSAN disk group.