Remove-CMDuplicateHardwareIdMacAddress
Remove duplicate hardware identifiers by MAC address.
Syntax
Remove-CMDuplicateHardwareIdMacAddress
-InputObject <IResultObject>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-CMDuplicateHardwareIdMacAddress
-MacAddress <String>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Use this cmdlet to remove duplicate hardware identifiers by MAC address. Configuration Manager ignores these MAC addresses for PXE boot and client registration. For more information, see Manage duplicate hardware identifiers.
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Examples
Example 1: Specify an explicit MAC to remove
This example removes a hardware identifier for the specified MAC address.
Remove-CMDuplicateHardwareIdMacAddress -MacAddress '01:02:03:04:05:E0'
Example 2: Remove an ID for an input object
This example removes a hardware identifier for an input object myMacAddress.
$myMacAddress ='01:02:03:04:05:E0'
Remove-CMDuplicateHardwareIdMacAddress -InputObject $myMacAddress
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisableWildcardHandling
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ForceWildcardHandling
This parameter processes wildcard characters and may lead to unexpected behavior. It's not recommended. You can't combine it with DisableWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Specify an object for the hardware identifier to remove from the site. This object is of type IResultObject#SMS_CommonMacAddresses
. It also accepts string values.
Type: | IResultObject |
Aliases: | Id |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-MacAddress
Specify a network MAC address of the hardware identifier to remove from the site. It's a colon-delimited (:
) string value, for example '01:02:03:04:05:E0'
.
Type: | String |
Aliases: | DuplicateID, DuplicateHardwareId |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet doesn't run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
Outputs
System.Object