Windows PowerShell command on Get-command Get-IscsiTargetPortal
MyWebUniversity

Windows PowerShell command on Get-command Get-IscsiTargetPortal

NAME

Get-IscsiTargetPortal

SYNOPSIS

Gets iSCSI target portals.

SYNTAX

Get-IscsiTargetPortal [[-TargetPortalAddress] ] [-CimSession ] [-InitiatorInstanceName

] [-InitiatorPortalAddress ] [-IsDataDigest ] [-IsHeaderDigest ]

[-TargetPortalPortNumber ] [-ThrottleLimit ] []

Get-IscsiTargetPortal [-CimSession ] [-iSCSITarget ] [-ThrottleLimit ]

[]

Get-IscsiTargetPortal [-CimSession ] [-iSCSIConnection ] [-ThrottleLimit ]

[]

Get-IscsiTargetPortal [-CimSession ] [-iSCSISession ] [-ThrottleLimit ]

[]

DESCRIPTION

The Get-IscsiTargetPortal cmdlet gets information about iSCSI target portals.

PARAMETERS

-CimSession []

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such

as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local

computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-InitiatorInstanceName []

Specifies the name of the initiator instance that the iSCSI initiator service uses to send SendTargets requests to the target portal. If no instance name is specified, the iSCSI initiator service chooses the initiator instance. Required? false Position? named Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false

-InitiatorPortalAddress []

Specifies the IP address or DNS name that is associated with the portal. Required? false Position? named Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false

-IsDataDigest []

Indicates whether this cmdlet enables data digest when the initiator logs into the target portal. If you do not specify this parameter, the digest setting is determined by the initiator kernel mode driver. Required? false Position? named Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false

-IsHeaderDigest []

Indicates whether this cmdlet enables header digest when the initiator logs into the target portal. If you do not specify this parameter, the digest setting is determined by the initiator kernel mode driver. Required? false Position? named Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false

-TargetPortalAddress []

Specifies the IP address or DNS name of the target portal. Required? false Position? 1 Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false

-TargetPortalPortNumber []

Specifies the TCP/IP port number for the target portal. By default, the port number is 3260. Required? false Position? named Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false

-ThrottleLimit []

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShellr calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-iSCSIConnection []

Accepts a MSFT iSCSI connection object as an input. The MSFT iSCSI connection object is output from the

Get-IscsiConnection cmdlet.

Required? false Position? named Default value none Accept pipeline input? True (ByValue) Accept wildcard characters? false

-iSCSISession []

Accepts a MSFT iSCSI session object as an input. The MSFT iSCSI session object is output from the

Get-IscsiSession cmdlet.

Required? false Position? named Default value none Accept pipeline input? True (ByValue) Accept wildcard characters? false

-iSCSITarget []

Accepts a MSFT iSCSI target object as an input. The MSFT iSCSI target object is output from the

Get-IscsiTarget cmdlet.

Required? false Position? named Default value none Accept pipeline input? True (ByValue) Accept wildcard characters? false This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

Microsoft.Management.Infrastructure.Ciminstance#MSFT_IscsiConnection The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object. Microsoft.Management.Infrastructure.Ciminstance#MSFT_IscsiSession The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object. Microsoft.Management.Infrastructure.Ciminstance#MSFT_IscsiTarget The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.

OUTPUTS

Microsoft.Management.Infrastructure.Ciminstance#MSFT_IscsiTargetPortal The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.

Example 1: Get information about an iSCSI target portal

PS C:\>Get-IscsiTargetPortal -TargetPortalAddress "testIscsi"

InitiatorInstanceName :

InitiatorNodeAddress : InitiatorPortalAddress : InititorIPAdressListNumber : 4294967295 IsDataDigest : False IsHeaderDigest : False TargetPortalAddress : testIscsi TargetPortalPortNumber : 3260 This command gets information about the iSCSI target portal named testiSCSI.

RELATED LINKS

iSCSI on TechNet Storage on TechNet

Get-IscsiConnection

Get-IscsiSession

Get-IscsiTarget



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™