Syntax
New-VsanIscsiInitiatorGroupTargetAssociation [-InitiatorGroup] <VsanIscsiInitiatorGroup> [-Target] <VsanIscsiTarget> [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet associates the specified vSAN iSCSI initiator group with specified vSAN iSCSI target to provide access to the target.Parameters
Return Type
The newly created VsanIscsiInitiatorGroupTargetAssociation objectNotes
Examples
-------------- Example 1 --------------
New-VsanIscsiInitiatorGroupTargetAssociation -InitiatorGroup $initiatorGroup -Target $target
Associates the $initiatorGroup initiator group with the $target iSCSI target.