Disable-VMSwitchExtension

Disable-VMSwitchExtension

Disables one or more extensions on one or more virtual switches.

構文

Parameter Set: ExtensionName
Disable-VMSwitchExtension [-Name] <String[]> [-CimSession <Microsoft.Management.Infrastructure.CimSession[]> ] [-ComputerName <String[]> ] [-Credential <System.Management.Automation.PSCredential[]> ] [ <CommonParameters>]

Parameter Set: ExtensionNameSwitchName
Disable-VMSwitchExtension [-Name] <String[]> [-VMSwitchName] <String[]> [-CimSession <Microsoft.Management.Infrastructure.CimSession[]> ] [-ComputerName <String[]> ] [-Credential <System.Management.Automation.PSCredential[]> ] [ <CommonParameters>]

Parameter Set: ExtensionNameSwitchObject
Disable-VMSwitchExtension [-Name] <String[]> [-VMSwitch] <VMSwitch[]> [ <CommonParameters>]

Parameter Set: ExtensionObject
Disable-VMSwitchExtension [-VMSwitchExtension] <VMSwitchExtension[]> [ <CommonParameters>]

詳細説明

The Disable-VMSwitchExtension cmdlet disables one or more extensions on one or more virtual switches. You can run Get-VMSystemSwitchExtension to enumerate the virtual switch extensions installed on the system.

パラメーター

-CimSession<Microsoft.Management.Infrastructure.CimSession[]>

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

Aliases

none

必須/オプション

false

位置

named

既定値

none

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

true(ByPropertyName)

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

false

-ComputerName<String[]>

Specifies one or more Hyper-V hosts on which the extension is to be disabled. 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

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

false

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

false

-Credential<System.Management.Automation.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

-VMSwitch<VMSwitch[]>

Specifies the virtual switch on which the extension is to be disabled.

Aliases

none

必須/オプション

true

位置

2

既定値

none

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

True (ByValue)

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

false

-VMSwitchExtension<VMSwitchExtension[]>

Specifies the extension to be disabled.

Aliases

none

必須/オプション

true

位置

1

既定値

none

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

True (ByValue)

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

false

-VMSwitchName<String[]>

Specifies the name of the switch on which the extension is to be disabled.

Aliases

none

必須/オプション

true

位置

2

既定値

none

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

false

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

false

-Name<String[]>

Specifies the name of the extension to be disabled.

Aliases

none

必須/オプション

true

位置

1

既定値

none

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

  • Microsoft.HyperV.PowerShell.NetworkExtension

使用例

Example 1

Disables WFP (“Microsoft Windows Filtering Platform”) on virtual switch Internal Switch.

PS C:\> Disable-VMSwitchExtension –VMSwitchName "Internal Switch" –Name "Microsoft Windows Filtering Platform"