Get-IscsiTargetServerSetting

Get-IscsiTargetServerSetting

Gets the global settings or common configurations for iSCSI target, virtual disk or snapshots.

Sintaxis

Parameter Set: Default
Get-IscsiTargetServerSetting [-ComputerName <String> ] [-Credential <PSCredential> ] [ <CommonParameters>]

Descripción detallada

The Get-IscsiTargetServerSetting cmdlet gets the global settings or common configurations for iSCSI targets, virtual disks or snapshots.

Parámetros

-ComputerName<String>

Specifies the computer name, or IP address, of the remote computer, if this cmdlet is run on a remote computer.
Specifies the cluster resource group network name, or cluster node name, if this cmdlet is run on a cluster configuration.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByPropertyName)

¿Aceptar caracteres comodín?

false

-Credential<PSCredential>

Specifies the credentials when connecting to a remote computer.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByPropertyName)

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • None

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • None

Ejemplos

EXAMPLE 1

This example gets all of the portal entries of the local server.

PS C:\> Get-IscsiTargetServerSetting

Temas relacionados

Set-IscsiTargetServerSetting