PowerShell Logo Small

Get-VMSystemSwitchExtensionPortFeature



This is the built-in help made by Microsoft for the command 'Get-VMSystemSwitchExtensionPortFeature', 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 port-level features supported by virtual switch extensions on one or more Hyper-V hosts.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-VMSystemSwitchExtensionPortFeature cmdlet gets the port-level features supported by virtual switch extensions 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-VmSwitchExtensionPortFeature command.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\>Get-VMSystemSwitchExtensionPortFeature



Gets all port-level features, supported by various virtual switch extensions installed on the system, that can be configured on a virtual network adapter on Hyper-V.