Get-MPIOSetting

Get-MPIOSetting

Gets MPIO settings.

Syntax

Get-MPIOSetting [ <CommonParameters>]

Detailed Description

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.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Get MPIO settings

This command gets the MPIO settings.

PS C:\> Get-MPIOSetting

Set-MPIOSetting