Get-MSDSMGlobalDefaultLoadBalancePolicy

Get-MSDSMGlobalDefaultLoadBalancePolicy

Gets the default load balance policy for MPIO devices.

Sintaxis

Get-MSDSMGlobalDefaultLoadBalancePolicy [ <CommonParameters>]

Descripción detallada

The Get-MSDSMGlobalDefaultLoadBalancePolicy cmdlet gets the default load balance policy for Microsoft Multipath I/O (MPIO) devices. You can use the Set-MSDSMGlobalDefaultLoadBalancePolicy cmdlet to change the policy. Microsoft Device Specific Module (MSDSM) applies this policy only to devices that it claims after you set the policy.

The cmdlet returns a string that contains one of these values:

-- None. No currently configured default load balance policy.
-- FOO. Fail Over Only.
-- RR. Round Robin.
-- LQD. Least Queue Depth.
-- LB. Least Blocks.

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.

  • System.String

Ejemplos

Example 1: Get load balance policy

This command gets the global default load balance policy, in this case, RR for round robin.

PS C:\> Get-MSDSMGlobalDefaultLoadBalancePolicy 

Temas relacionados

Set-MSDSMGlobalDefaultLoadBalancePolicy