PowerShell Logo Small

Remove-VMSwitch



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

Deletes a virtual switch.

SYNTAX


Remove-VMSwitch [-Name] <String[]> [[-ResourcePoolName] <String[]>] [-ComputerName <String[]>] [-Force] [<CommonParameters>]
Remove-VMSwitch [-VMSwitch] <VMSwitch[]> [[-ResourcePoolName] <String[]>] [-Force] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-VMSwitch cmdlet deletes a virtual switch.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>Remove-VMSwitch “QoS Switch”



Removes a virtual switch named Qos Switch.