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>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • 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