Syntax
Remove-VsanIscsiTarget [-Target] <VsanIscsiTarget[]> [-RunAsync] [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet removes vSAN iSCSI targets form their clusters.Parameters
Return Type
NoneNotes
Examples
-------------- Example 1 --------------
Remove-VsanIscsiTarget -Target $target -Confirm:$false
Removes the $target iSCSI target without asking for confirmation.