Remove-OSCustomizationNicMapping

This cmdlet removes the specified OS customization NIC mappings.

Syntax

-OSCustomizationNicMapping  <OSCustomizationNicMapping[]>
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
OSCustomizationNicMapping
OSCustomizationNicMapping[] named
  • pipeline
  • Specifies the OSCustomizationNicMapping objects you want to remove.

    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

    Feedback

    Was this page helpful?