Syntax
Remove-VDSwitchPhysicalNetworkAdapter [-VMHostNetworkAdapter] <PhysicalNic[]> [-Confirm] [-WhatIf] [<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.