Get-MSDSMGlobalDefaultLoadBalancePolicy

Get-MSDSMGlobalDefaultLoadBalancePolicy

Gets the default load balance policy for MPIO devices.

構文

Get-MSDSMGlobalDefaultLoadBalancePolicy [ <CommonParameters>]

詳細説明

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.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • System.String

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 

関連トピック

Set-MSDSMGlobalDefaultLoadBalancePolicy