Syntax
Remove-VDSwitchPhysicalNetworkAdapter [-VMHostNetworkAdapter] <PhysicalNic[]> [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet removes host physical network adapters from the vSphere distributed switches they are connected to.Parameters
Return Type
NoneNotes
Examples
-------------- Example 1 --------------
Get-VMhost -Name "MyVMhost" | Get-VMHostNetworkAdapter -Physical -Name vmnic0 | Remove-VDSwitchPhysicalNetworkAdapter
Removes the specified host physical network adapter from the vSphere distributed switch that it is connected to.