PowerShell Logo Small

Remove-VMSwitchExtensionSwitchFeature



This is the built-in help made by Microsoft for the command 'Remove-VMSwitchExtensionSwitchFeature', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Removes a feature from a virtual switch.

SYNTAX


Remove-VMSwitchExtensionSwitchFeature [-SwitchName] <String[]> [-ComputerName <String[]>] [-Passthru] -VMSwitchExtensionFeature
<VMSwitchExtensionSwitchFeature[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-VMSwitchExtensionSwitchFeature [-VMSwitch] <VMSwitch[]> [-Passthru] -VMSwitchExtensionFeature <VMSwitchExtensionSwitchFeature[]>
[-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-VMSwitchExtensionSwitchFeature removes a feature from a virtual switch. The feature already must have been configured on the
virtual switch.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>$feature = Get-VMSwitchExtensionSwitchFeature –SwitchName External –FeatureId 3eb2b8e8-4abf-4dbf-9071-16dd47481fbe
PS C:\>Remove-VMSwitchExtensionSwitchFeature External $feature



Removes a feature from virtual switch External.