Windows PowerShell command on Get-command Register-IscsiSession
MyWebUniversity

Windows PowerShell command on Get-command Register-IscsiSession

NAME

Register-IscsiSession

SYNOPSIS

Registers an active iSCSI session to be persistent using the session identifier as input.

SYNTAX

Register-IscsiSession [-ChapSecret ] [-ChapUsername ] [-CimSession ]

[-IsMultipathEnabled ] [-PassThru] [-ThrottleLimit ] -SessionIdentifier

[]

Register-IscsiSession [-ChapSecret ] [-ChapUsername ] [-CimSession ]

[-IsMultipathEnabled ] [-PassThru] [-ThrottleLimit ] []

DESCRIPTION

The Register-IscsiSession cmdlet registers an existing iSCSI session to make it persistent. Once an iSCSI session

is registered, it automatically attempts to reconnect on restart.

Registering a connection multiple times will automatically re-establish multiple sessions for use with Multipath

I/O (MPIO).

PARAMETERS

-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

-IsMultipathEnabled []

Indicates whether the initiator has enabled Multipath I/O (MPIO) and it will be used when logging into the target portal. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-PassThru []

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-SessionIdentifier

Specifies the session identifier. Required? true 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 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_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.

Example 1: Register an iSCSI session

PS C:\>Register-IscsiSession -SessionIdentifier "fffffa800d008430-4000013700000001"

This command registers the iSCSI session with the session ID fffffa800d008430-4000013700000001 to be persistent

across restarts.

RELATED LINKS

iSCSI on TechNet Storage on TechNet



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