PowerShell Logo Small

Update-IscsiTargetPortal



This is the built-in help made by Microsoft for the command 'Update-IscsiTargetPortal', 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

Updates information about the specified iSCSI target portal.

SYNTAX


Update-IscsiTargetPortal [-TargetPortalAddress] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-InitiatorInstanceName <String>] [-InitiatorPortalAddress <String>]
[-PassThru] [-TargetPortalPortNumber <UInt16>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Update-IscsiTargetPortal [-AsJob] [-CimSession <CimSession[]>] [-InitiatorInstanceName <String>] [-InitiatorPortalAddress <String>] [-PassThru] [-TargetPortalPortNumber
<UInt16>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Update-IscsiTargetPortal cmdlet refreshes cached information about an iSCSI target portal.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=289568
iSCSI on TechNet
Storage on TechNet
Get-IscsiTargetPortal
N:MPIO
N:Storage



REMARKS

<

Examples


Example 1

PS C:\> Get-IscsiTargetPortal
InitiatorInstanceName :
InitiatorNodeAddress :
InitiatorPortalAddress :
InititorIPAdressListNumber : 4294967295
IsDataDigest : False
IsHeaderDigest : False
TargetPortalAddress : testiSCSI-deepcore
TargetPortalPortNumber : 3260PS C:\> Get-IscsiTargetPortal | Update-IscsiTargetPortal



This example returns information about iSCSI target portals that have previously been added.