PowerShell Logo Small

Get-VMSwitchExtensionPortData



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

Retrieves the status of a virtual switch extension feature applied to a virtual network adapter.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-VMSwitchExtensionPortData cmdlet retrieves the status of a virtual switch extension feature applied to a virtual network adapter. This port feature data surfaces
runtime information and statistics on a per-port basis.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\>Get-VMSwitchExtensionPortData VM1 -FeatureId eb29f0f2-f5dc-45c6-81bb-3cd9f219bbbb



Gets the port feature data with ID eb29f0f2-f5dc-45c6-81bb-3cd9f219bbbb from the sample forwarding extension on the virtual network adapter in virtual machine VM1.