New-VsanIscsiInitiatorGroup

This cmdlet adds a new vSAN iSCSI initiator group to a cluster.

Syntax

[-Cluster]  <Cluster>
-Name  <String>
[-Server  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Cluster
Cluster 1
  • wildcards
  • pipeline
  • Specifies the clusters to which you want to add the vSAN iSCSI initiator group.
    required
    Name
    String named Specifies the name of the new vSAN iSCSI initiator group. The name should be unique within a cluster.
    optional
    Server
    VIServer[] named
  • wildcards
  • Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.

    Output

    VMware.VimAutomation.Storage.Types.V1.Vsan.Iscsi.VsanIscsiInitiatorGroup

    Examples


    Example 1

    New-VsanIscsiInitiatorGroup -Name "Group1" -Cluster "vsan-cluster"

    Creates a new vSAN iSCSI initiator group named "Group1" in the "vsan-cluster" cluster.

    Related Commands

    Feedback

    Was this page helpful?