PowerShell Logo Small

Get-VMSwitchExtension



This is the built-in help made by Microsoft for the command 'Get-VMSwitchExtension', 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 extensions on one or more virtual switches.

SYNTAX


Get-VMSwitchExtension [-VMSwitchName] <String[]> [[-Name] <String[]>] [-ComputerName <String[]>] [<CommonParameters>]
Get-VMSwitchExtension [-VMSwitch] <VMSwitch[]> [[-Name] <String[]>] [<CommonParameters>]



Search powershellhelp.space

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.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

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



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