Windows PowerShell command on Get-command New-IscsiTargetPortal
MyWebUniversity

Windows PowerShell command on Get-command New-IscsiTargetPortal

NAME

New-IscsiTargetPortal

SYNOPSIS

Configures an iSCSI target portal.

SYNTAX

New-IscsiTargetPortal [-AuthenticationType ] [-ChapSecret ] [-ChapUsername ] [-CimSession

] [-InitiatorInstanceName ] [-InitiatorPortalAddress ] [-IsDataDigest ]

[-IsHeaderDigest ] [-TargetPortalPortNumber ] [-ThrottleLimit ] -TargetPortalAddress

[]

DESCRIPTION

The New-IscsiTargetPortal cmdlet connects a new iSCSI target portal.

PARAMETERS

-AuthenticationType []

Specifies the type of authentication to use when logging into the target. The acceptable values for this parameter are:

-- None

-- OneWayCHAP

-- MutualCHAP

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

-ChapSecret []

Specifies the CHAP secret to use when establishing a connection authenticated by using CHAP. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-ChapUsername []

Specifies the user name to use when establishing a connection authenticated by using Mutual CHAP. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-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? false 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? false Accept wildcard characters? false

-TargetPortalAddress

Specifies the IP address or DNS name of the target portal. Required? true Position? named Default value none Accept pipeline input? false 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? false 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 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

None

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: Add an iSCSI target portal

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

InitiatorInstanceName :

InitiatorNodeAddress : InitiatorPortalAddress : InititorIPAdressListNumber : 4294967295 IsDataDigest : False IsHeaderDigest : False TargetPortalAddress : testIscsi TargetPortalPortNumber : 3260 This command adds a new iSCSI target portal named testIscsi to perform discovery.

RELATED LINKS

iSCSI on TechNet Storage on TechNet



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