Get-VMSwitchExtension

Get-VMSwitchExtension

Gets the extensions on one or more virtual switches.

Syntax

Parameter Set: SwitchName
Get-VMSwitchExtension [-VMSwitchName] <String[]> [[-Name] <String[]> ] [-ComputerName <String[]> ] [ <CommonParameters>]

Parameter Set: SwitchObject
Get-VMSwitchExtension [-VMSwitch] <VMSwitch[]> [-ComputerName <String[]> ] [ <CommonParameters>]

Detailed Description

The Get-VMSwitchExtension cmdlet gets the extensions on one or more virtual switches. These extensions may be of different types, and may be either enabled or disabled. Output can be filtered by extension. The retrieved extension object does not contain embedded objects for features, or an array of feature IDs.

Parameters

-ComputerName<String[]>

Specifies one or more Hyper-V hosts on which the extensions 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

.

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Name<String[]>

Specifies the name of the extension to be retrieved.

Aliases

none

Required?

false

Position?

2

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

true

-VMSwitch<VMSwitch[]>

Specifies the virtual switch from which the extensions are to be retrieved.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-VMSwitchName<String[]>

Specifies the name of the virtual switch from which the extensions are to be retrieved.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

true

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

  • Microsoft.Virtualization.Powershell.SwitchExtension

Examples

Example 1

Gets all virtual switch extension available to the virtual switch InternalSwitch.

PS C:\> Get-VMSwitch InternalSwitch | Get-VMSwitchExtension