PowerShell Logo Small

Get-VMSwitchExtensionSwitchFeature



This is the built-in help made by Microsoft for the command 'Get-VMSwitchExtensionSwitchFeature', 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 features configured on a virtual switch.

SYNTAX


Get-VMSwitchExtensionSwitchFeature [-SwitchName] <String[]> [-ComputerName <String[]>] [-Extension <VMSwitchExtension[]>] [-ExtensionName <String[]>] [-FeatureId <Guid[]>]
[-FeatureName <String[]>] [-Passthru] -VMSwitchExtensionFeature <VMSwitchExtensionSwitchFeature[]> [<CommonParameters>]
Get-VMSwitchExtensionSwitchFeature [-VMSwitch] <VMSwitch[]> [-Extension <VMSwitchExtension[]>] [-ExtensionName <String[]>] [-FeatureId <Guid[]>] [-FeatureName <String[]>]
[-Passthru] -VMSwitchExtensionFeature <VMSwitchExtensionSwitchFeature[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-VMSwitchExtensionSwitchFeature cmdlet gets the features configured on a virtual switch. The object can be used to update the configuration of the switch using the
Set-VmSwitchExtensionFeature command.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\> Get-VMSwitchExtensionSwitchFeature –SwitchName MySwitch



The following command returns all the configured features on the switch named MySwitch.