PowerCLI Reference

Remove-NetworkAdapter

Synopsis

This cmdlet removes the virtual network adapters from their locations.

Syntax

Remove-NetworkAdapter [-NetworkAdapter] <NetworkAdapter[]> [-Confirm] [-WhatIf] [<CommonParameters>]

Related Commands

Online Version
Get-NetworkAdapter
New-NetworkAdapter
Set-NetworkAdapter

Detailed Description

This cmdlet removes the virtual network adapters from their locations.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
NetworkAdapterNetworkAdapter[]Specifies the virtual 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 --------------------------

$nic = Get-NetworkAdapter -VM VM

Remove-NetworkAdapter -NetworkAdapter $nic

Removes the network adapter of the VM virtual machine.


Copyright © VMware, Inc. All rights reserved.