PowerShell Logo Small

Get-VMSystemSwitchExtensionSwitchFeature



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

Gets the switch-level features on one or more Hyper-V hosts.

SYNTAX


Get-VMSystemSwitchExtensionSwitchFeature [-ComputerName <String[]>] [-ExtensionName <String[]>] [-FeatureId <Guid[]>] [-FeatureName <String[]>] [-SystemSwitchExtension
<VMSystemSwitchExtension[]>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-VMSystemSwitchExtensionSwitchFeature cmdlet gets the switch-level features supported by virtual switch extensions in an extension on one or more Hyper-V hosts. The
returned feature object will contain default values for the feature. The object can be used to apply the configuration on specific ports using the
Add-VMSwitchExtensionFeature cmdlet.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\>Get-VMSystemSwitchExtensionSwitchFeature



Gets all virtual switch extensions that support switch level features that can be configured on a virtual switch.