< Back

Set-IscsiServerTarget

Tue Jan 29, 2019 10:18 pm

NAME Set-IscsiServerTarget



SYNTAX

Set-IscsiServerTarget [-TargetName] <string> [-TargetIqn <Iqn>] [-Description <string>] [-Enable <bool>]

[-EnableChap <bool>] [-Chap <pscredential>] [-EnableReverseChap <bool>] [-ReverseChap <pscredential>]

[-MaxReceiveDataSegmentLength <int>] [-FirstBurstLength <int>] [-MaxBurstLength <int>] [-ReceiveBufferCount <int>]

[-EnforceIdleTimeoutDetection <bool>] [-InitiatorIds <InitiatorId[]>] [-PassThru] [-ComputerName <string>]

[-Credential <pscredential>] [<CommonParameters>]



Set-IscsiServerTarget -InputObject <IscsiServerTarget> [-TargetIqn <Iqn>] [-Description <string>] [-Enable <bool>]

[-EnableChap <bool>] [-Chap <pscredential>] [-EnableReverseChap <bool>] [-ReverseChap <pscredential>]

[-MaxReceiveDataSegmentLength <int>] [-FirstBurstLength <int>] [-MaxBurstLength <int>] [-ReceiveBufferCount <int>]

[-EnforceIdleTimeoutDetection <bool>] [-InitiatorIds <InitiatorId[]>] [-PassThru] [-ComputerName <string>]

[-Credential <pscredential>] [<CommonParameters>]





PARAMETERS

-Chap <pscredential>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-ComputerName <string>



Required? false

Position? Named

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-Credential <pscredential>



Required? false

Position? Named

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-Description <string>



Required? false

Position? Named

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-Enable <bool>



Required? false

Position? Named

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-EnableChap <bool>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-EnableReverseChap <bool>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-EnforceIdleTimeoutDetection <bool>



Required? false

Position? Named

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-FirstBurstLength <int>



Required? false

Position? Named

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-InitiatorIds <InitiatorId[]>



Required? false

Position? Named

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-InputObject <IscsiServerTarget>



Required? true

Position? Named

Accept pipeline input? false

Parameter set name InputObject

Aliases None

Dynamic? false



-MaxBurstLength <int>



Required? false

Position? Named

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-MaxReceiveDataSegmentLength <int>



Required? false

Position? Named

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-PassThru



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-ReceiveBufferCount <int>



Required? false

Position? Named

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-ReverseChap <pscredential>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-TargetIqn <Iqn>



Required? false

Position? Named

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-TargetName <string>



Required? true

Position? 0

Accept pipeline input? true (ByPropertyName)

Parameter set name TargetName

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

System.String

Microsoft.Iscsi.Target.Commands.Iqn

System.Boolean

System.Int32

Microsoft.Iscsi.Target.Commands.InitiatorId[]

System.Management.Automation.PSCredential





OUTPUTS

System.Object



ALIASES

None





REMARKS

Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.

-- To download and install Help files for the module that includes this cmdlet, use Update-Help.