PowerCLI Reference

Remove-VirtualSwitchPhysicalNetworkAdapter

Synopsis

This cmdlet removes the specified host physical NICs from the standard virtual switch.

Syntax

Remove-VirtualSwitchPhysicalNetworkAdapter [-VMHostNetworkAdapter] <PhysicalNic[]> [-WhatIf] [-Confirm] [<CommonParameters>]

Related Commands

Online version
Remove-VirtualSwitchPhysicalNetworkAdapter

Detailed Description

This cmdlet removes the specified host physical NICs from the standard virtual switch.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
VMHostNetworkAdapterPhysicalNic[]Specifies the network adapters you want to remove.truetrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falsefalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falsefalse

Return Type

None

Notes

Examples

-------------- Example 1 --------------

Get-VMhost "myVMhost" | Get-VMHostNetworkAdapter -Physical -Name "vmnic1" | Remove-VirtualSwitchPhysicalNetworkAdapter

Removes a VMHost NIC from the virtual switch it is attached to.


Copyright © VMware, Inc. All rights reserved.