PowerCLI Reference

Remove-OSCustomizationNicMapping

Synopsis

This cmdlet removes the specified OS customization NIC mappings.

Syntax

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

Related Commands

Online version
Get-OSCustomizationNicMapping
New-OSCustomizationNicMapping
Set-OSCustomizationNicMapping

Detailed Description

This cmdlet removes the specified OS customization NIC mappings.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
OSCustomizationNicMappingOSCustomizationNicMapping[]Specifies the OSCustomizationNicMapping objects 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 --------------

$nicMapping = Get-OSCustomization MyCustomizationSpec | Get-OSCustomizationNicMapping
Remove-OSCustomizationNicMapping $nicMapping -Confirm:$false

Removes the NIC mappings of the specified OS customization spec without asking for confirmation.


Copyright © VMware, Inc. All rights reserved.