PowerCLI Reference

Remove-VsanIscsiInitiatorGroupTargetAssociation

Synopsis

This cmdlet removes the specified association of vSAN iSCSI initiator group and target.

Syntax

Remove-VsanIscsiInitiatorGroupTargetAssociation [-InitiatorGroupTargetAssociation] <VsanIscsiInitiatorGroupTargetAssociation[]> [-Confirm] [-WhatIf] [<CommonParameters>]

Related Commands

Online Version
Get-VsanIscsiInitiatorGroupTargetAssociation
New-VsanIscsiInitiatorGroupTargetAssociation

Detailed Description

This cmdlet removes the specified association of vSAN iSCSI initiator group and target.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
InitiatorGroupTargetAssociationVsanIscsiInitiatorGroupTargetAssociation[]Specifies the vSAN iSCSI initiator group and target associations you want to remove.trueTrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

None

Notes

Examples

-------------------------- Example 1 --------------------------

Remove-VsanIscsiInitiatorGroupTargetAssociation -InitiatorGroupTargetAssociation $association -Confirm:$false

Removes the iSCSI initiator group to the $association target association without asking for confirmation.


Copyright © VMware, Inc. All rights reserved.