Remove-OSCustomizationNicMapping
This cmdlet removes the specified OS customization NIC mappings.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
OSCustomizationNicMapping | OSCustomizationNicMapping[] | named |
|
Specifies the OSCustomizationNicMapping objects you want to remove. |
optional | ProgressAction | ActionPreference | named |
|
Output
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.
Related Commands
OSCustomizationNicMapping
This cmdlet retrieves the configured NIC setting mappings for the specified OS customization specification.
This cmdlet adds NIC settings mappings to the specified OS customization specifications.
This cmdlet removes the specified OS customization NIC mappings.
This cmdlet modifies the provided OS customization NIC mappings.
OSCustomizationSpec
This cmdlet retrieves the OS customization specifications available on a vCenter Server system.
This cmdlet creates a new OS customization specification.
This cmdlet removes the specified OS customization specifications.
This cmdlet modifies the specified OS customization specification.