PowerShell Logo Small

Get-VMSwitchExtensionPortFeature



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

SYNTAX


Get-VMSwitchExtensionPortFeature [-VMName] <String[]> [-ComputerName <String[]>] [-Extension <VMSwitchExtension[]>] [-ExtensionName <String[]>] [-FeatureId <Guid[]>]
[-FeatureName <String[]>] [-Passthru] [-VMNetworkAdapterName <String>] [<CommonParameters>]
Get-VMSwitchExtensionPortFeature [-ComputerName <String[]>] [-Extension <VMSwitchExtension[]>] [-ExtensionName <String[]>] [-FeatureId <Guid[]>] [-FeatureName <String[]>]
[-Passthru] [-VMNetworkAdapterName <String>] -ManagementOS [<CommonParameters>]
Get-VMSwitchExtensionPortFeature [-SwitchName] <String> [-ComputerName <String[]>] [-Extension <VMSwitchExtension[]>] [-ExtensionName <String[]>] [-FeatureId <Guid[]>]
[-FeatureName <String[]>] [-Passthru] -ExternalPort [<CommonParameters>]
Get-VMSwitchExtensionPortFeature [-VM] <VirtualMachine[]> [-Extension <VMSwitchExtension[]>] [-ExtensionName <String[]>] [-FeatureId <Guid[]>] [-FeatureName <String[]>]
[-Passthru] [-VMNetworkAdapterName <String>] [<CommonParameters>]
Get-VMSwitchExtensionPortFeature [-VMNetworkAdapter] <VMNetworkAdapterBase[]> [-Extension <VMSwitchExtension[]>] [-ExtensionName <String[]>] [-FeatureId <Guid[]>]
[-FeatureName <String[]>] [-Passthru] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-VMSwitchExtensionPortFeature cmdlet gets the features configured on a virtual network adapter.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\>Get-VMSwitchExtensionPortFeature –VMName VM2 –FeatureName "Ethernet Switch Port Security Settings"



Gets the feature configured on virtual machine VM2 by name Ethernet Switch Port Security Settings.