PowerShell Logo Small

Get-TargetPortal



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

Returns a TargetPortal object.

SYNTAX


Get-TargetPortal [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-UniqueId <String[]>] [<CommonParameters>]
Get-TargetPortal [-AsJob] [-CimSession <CimSession[]>] [-StorageSubsystem <CimInstance>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-TargetPortal [-AsJob] [-CimSession <CimSession[]>] [-IPv6Address <String[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-TargetPortal [-AsJob] [-CimSession <CimSession[]>] [-IPv4Address <String[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-TargetPortal [-AsJob] [-CimSession <CimSession[]>] [-TargetPort <CimInstance>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-TargetPortal cmdlet returns a TargetPortal object.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=306994
Get-TargetPort

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-TargetPortal



This example gets all target portals.




EXAMPLE 2

PS C:\>Get-TargetPortal -IPv4Address 192.168.0.1



This example gets the target portal with the IPv4 address of 192.168.0.1.