PowerShell Logo Small

Remove-InitiatorId



This is the built-in help made by Microsoft for the command 'Remove-InitiatorId', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 [<SwitchParameter>]] [-CimSession <CimSession[]>] [-PassThru [<SwitchParameter>]]
[-ThrottleLimit <Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Remove-InitiatorId [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-PassThru [<SwitchParameter>]] [-ThrottleLimit <Int32>]
-InputObject <CimInstance[]> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Remove-InitiatorId [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-PassThru [<SwitchParameter>]] [-ThrottleLimit <Int32>]
-UniqueId <String[]> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

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.