PowerShell Logo Small

Enable-VMSwitchExtension



This is the built-in help made by Microsoft for the command 'Enable-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

Enables one or more extensions on one or more switches.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Enable-VMSwitchExtension cmdlet enables one or more extensions on one or more switches. You can use the Get-VMSystemSwitchExtension cmdlet to enumerate the virtual
switch extensions installed on the system.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\> Enable-VMSwitchExtension –VMSwitchName External –Name "Microsoft Windows Filtering Platform"



Enables WFP (“Microsoft Windows Filtering Platform”) on a virtual switch named External.