Syntax
New-VsanDisk -CanonicalName <String> [-RunAsync] -VsanDiskGroup <VsanDiskGroup> [-Confirm] [-WhatIf] [<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.