Syntax
New-VsanIscsiInitiatorGroup [-Name] <String> [-Cluster] <Cluster> [-Server <VIServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet adds a new vSAN iSCSI initiator group to a cluster.Parameters
Return Type
The newly created VsanIscsiInitiatorGroup objectNotes
Examples
-------------------------- Example 1 --------------------------
New-VsanIscsiInitiatorGroup -Name "Group1" -Cluster "vsan-cluster"
Creates a new vSAN iSCSI initiator group named "Group1" in the "vsan-cluster" cluster.