Get-VMSwitchExtensionSwitchFeature

Get-VMSwitchExtensionSwitchFeature

Gets the features configured on a virtual switch.

Syntax

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

Parameter Set: SwitchObject
Get-VMSwitchExtensionSwitchFeature [-VMSwitch] <VMSwitch[]> -VMSwitchExtensionFeature <VMSwitchExtensionSwitchFeature[]> [-Extension <VMSwitchExtension[]> ] [-ExtensionName <String[]> ] [-FeatureId <Guid[]> ] [-FeatureName <String[]> ] [-Passthru] [ <CommonParameters>]

Detailed 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.

Parameters

-ComputerName<String[]>

Specifies one or more Hyper-V hosts on which the features configured on a virtual switch are to be retrieved. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer — use “localhost” or a dot (“.”) to specify the local computer explicitly.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Extension<VMSwitchExtension[]>

Specifies the virtual switch extension.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ExtensionName<String[]>

Specifies the name of the virtual switch extension.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-FeatureId<Guid[]>

Specifies the unique identifier of the feature.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-FeatureName<String[]>

Specifies the name of the feature.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Passthru

Specifies that a Microsoft.HyperV.PowerShell.VMSwitchExtensionSwitchFeature object is to be passed through to the pipeline representing the features to be retrieved.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-SwitchName<String[]>

Specifies the name of the virtual switch.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-VMSwitch<VMSwitch[]>

Specifies the virtual switch.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-VMSwitchExtensionFeature<VMSwitchExtensionSwitchFeature[]>

Specifies the feature to be retrieved.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1

PS C:\> Get-VMSwitchExtensionSwitchFeature