PowerShell Logo Small

Remove-InitiatorId



This is the built-in help made by Microsoft for the command 'Remove-InitiatorId', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Removes an initiator identifier (ID).

SYNTAX


Remove-InitiatorId [-InitiatorAddress] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-InitiatorId [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -UniqueId <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-InitiatorId [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-InitiatorId cmdlet removes an initiator identifier (ID).



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=307011
Get-InitiatorId

REMARKS

<

Examples


Example 1: Remove an iSCSI initiator ID

PS C:\>Remove-InitiatorID -InitiatorAddress $SomeiSCSIIQN



This example removes the iSCSI IQN previously stored in the variable $SomeIscsiIQN from the list of Initiator IDs.