Get-MPIOSetting

Get-MPIOSetting

Gets MPIO settings.

Sintaxis

Get-MPIOSetting [ <CommonParameters>]

Descripción detallada

The Get-MPIOSetting cmdlet gets Microsoft Multipath I/O (MPIO) settings. The settings are as follows:

-- PathVerificationState
-- PathVerificationPeriod
-- PDORemovePeriod
-- RetryCount
-- RetryInterval
-- UseCustomPathRecoveryTime
-- CustomPathRecoveryTime
-- DiskTimeoutValue

You can use the Set-MPIOSetting cmdlet to change these values.

Parámetros

<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.

Salidas

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

Ejemplos

Example 1: Get MPIO settings

This command gets the MPIO settings.

PS C:\> Get-MPIOSetting

Temas relacionados

Set-MPIOSetting