PowerShell Logo Small

Add-VMSwitchExtensionSwitchFeature



This is the built-in help made by Microsoft for the command 'Add-VMSwitchExtensionSwitchFeature', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Adds a feature to a virtual switch.

SYNTAX


Add-VMSwitchExtensionSwitchFeature [-SwitchName] <String[]> [-ComputerName <String[]>] [-Passthru] -VMSwitchExtensionFeature
<VMSwitchExtensionSwitchFeature[]> [<CommonParameters>]
Add-VMSwitchExtensionSwitchFeature [-VMSwitch] <VMSwitch[]> [-Passthru] -VMSwitchExtensionFeature <VMSwitchExtensionSwitchFeature[]>
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Add-VMSwitchExtensionSwitchFeature cmdlet adds a feature supported by a virtual switch extension to a virtual switch.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>$feature = Get-VMSwitchExtensionSwitchFeature –FeatureName “Ethernet Switch BandwidthSettings”
PS C:\>$feature.SettingData.DefaultFlowReservation = 300000000
PS C:\>Add-VMSwitchExtensionSwitchFeature “External” –VMSwitchExtensionSwitchFeature $feature



Adds a feature to virtual switch External.