Set-VMSwitchTeam

Set-VMSwitchTeam

Configures a virtual switch team.

構文

Parameter Set: SwitchName_NetAdapterInterfaceDescription
Set-VMSwitchTeam [-Name] <String[]> [-CimSession <CimSession[]> ] [-ComputerName <String[]> ] [-Credential <PSCredential[]> ] [-LoadBalancingAlgorithm <VMSwitchLoadBalancingAlgorithm]> ] [-NetAdapterInterfaceDescription <String[]> ] [-Passthru] [-TeamingMode <VMSwitchTeamingMode]> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SwitchName_NetAdapterName
Set-VMSwitchTeam [-Name] <String[]> [-CimSession <CimSession[]> ] [-ComputerName <String[]> ] [-Credential <PSCredential[]> ] [-LoadBalancingAlgorithm <VMSwitchLoadBalancingAlgorithm]> ] [-NetAdapterName <String[]> ] [-Passthru] [-TeamingMode <VMSwitchTeamingMode]> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SwitchObject_NetAdapterInterfaceDescription
Set-VMSwitchTeam [-VMSwitch] <VMSwitch[]> [-CimSession <CimSession[]> ] [-ComputerName <String[]> ] [-Credential <PSCredential[]> ] [-LoadBalancingAlgorithm <VMSwitchLoadBalancingAlgorithm]> ] [-NetAdapterInterfaceDescription <String[]> ] [-Passthru] [-TeamingMode <VMSwitchTeamingMode]> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SwitchObject_NetAdapterName
Set-VMSwitchTeam [-VMSwitch] <VMSwitch[]> [-CimSession <CimSession[]> ] [-ComputerName <String[]> ] [-Credential <PSCredential[]> ] [-LoadBalancingAlgorithm <VMSwitchLoadBalancingAlgorithm]> ] [-NetAdapterName <String[]> ] [-Passthru] [-TeamingMode <VMSwitchTeamingMode]> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Set-VMSwitchTeam cmdlet configures a virtual switch team.

パラメーター

-CimSession<CimSession[]>

リモート セッションまたはリモート コンピューターでコマンドレットを実行します。コンピューター名またはセッション オブジェクト (New-CimSession コマンドレットや Get-CimSession コマンドレットの出力など) を入力します。既定値は、ローカル コンピューター上の現在のセッションです。

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-ComputerName<String[]>

Specifies one or more Hyper-V hosts that run this cmdlet. NetBIOS names, IP addresses, and fully qualified domain names are allowable. The default is the local computer. Use localhost or a dot (.) to specify the local computer explicitly.

Aliases

PSComputerName

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

true(ByPropertyName)

ワイルドカード文字の受け入れ

false

-Credential<PSCredential[]>

Specifies one or more user accounts that have permission to perform this action. The default is the current user.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-LoadBalancingAlgorithm<VMSwitchLoadBalancingAlgorithm]>

Specifies the load balancing algorithm that this switch team uses. このパラメーターに指定できる値は、次のとおりです。 Dynamic and HyperVPort. The default value is Dynamic.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-Name<String[]>

Specifies an array of names of virtual switches that this cmdlet configures for teaming.

Aliases

SwitchName

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-NetAdapterInterfaceDescription<String[]>

Specifies an array of interface descriptions of the virtual network adapters that this cmdlet includes in the switch team. This value replaces the existing members.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-NetAdapterName<String[]>

Specifies an array of names of the virtual network adapters that this cmdlet includes in the switch team. This value replaces the existing members.

Aliases

InterfaceAlias

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-Passthru

Indicates that this cmdlet returns the Microsoft.HyperV.PowerShell.VMSwitch object that it configures.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-TeamingMode<VMSwitchTeamingMode]>

Specifies the teaming mode. Currently, the only option is SwitchIndependent.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-VMSwitch<VMSwitch[]>

Specifies an array of virtual switches that this cmdlet configures for teaming. To obtain a VMSwitch object, use the Get-VMSwitch cmdlet.

Aliases

none

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

true(ByValue)

ワイルドカード文字の受け入れ

false

-Confirm

コマンドレットを実行する前に確認メッセージを表示します。

必須/オプション

false

位置

named

既定値

false

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-WhatIf

コマンドレットが実行された場合に何が起きるのかを示します。コマンドレットは実行されません。

必須/オプション

false

位置

named

既定値

false

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

<CommonParameters>

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

入力

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

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

  • Microsoft.HyperV.PowerShell.VMSwitch

    This cmdlet returns a VMSwitch object, if you specify the Passthru parameter.

使用例

Example 1: Configure a switch team to user dynamic load balancing

This command configures the switch team named SwitchTeam07 to use a dynamic load balancing algorithm.

PS C:\> Set-VMSwitchTeam -Name "SwitchTeam07" -LoadBalancingAlgorithm Dynamic 

関連項目

Get-VMSwitchTeam

Get-VMSwitch