PowerShell Logo Small

Disable-VMSwitchExtension



This is the built-in help made by Microsoft for the command 'Disable-VMSwitchExtension', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

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

SYNTAX


Disable-VMSwitchExtension [-Name] <String[]> [-ComputerName <String[]>] [<CommonParameters>]
Disable-VMSwitchExtension [-Name] <String[]> [-VMSwitchName] <String[]> [-ComputerName <String[]>] [<CommonParameters>]
Disable-VMSwitchExtension [-Name] <String[]> [-VMSwitch] <VMSwitch[]> [<CommonParameters>]
Disable-VMSwitchExtension [-VMSwitchExtension] <VMSwitchExtension[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=306831

REMARKS

<

Examples


Example 1

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



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