PowerShell Logo Small

Remove-NetAdapterAdvancedProperty



This is the built-in help made by Microsoft for the command 'Remove-NetAdapterAdvancedProperty', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Removes an advanced property from the network adapter.

SYNTAX


Remove-NetAdapterAdvancedProperty [[-Name] <String[]>] [-AllProperties] [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart]
[-PassThru] [-ThrottleLimit <Int32>] -DisplayName <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-NetAdapterAdvancedProperty [-AllProperties] [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart] [-PassThru]
[-ThrottleLimit <Int32>] -InterfaceDescription <String[]> -RegistryKeyword <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-NetAdapterAdvancedProperty [-AllProperties] [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart] [-PassThru]
[-ThrottleLimit <Int32>] -DisplayName <String[]> -InterfaceDescription <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-NetAdapterAdvancedProperty [[-Name] <String[]>] [-AllProperties] [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart]
[-PassThru] [-ThrottleLimit <Int32>] -RegistryKeyword <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-NetAdapterAdvancedProperty [-AsJob] [-CimSession <CimSession[]>] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>] -InputObject
<CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-NetAdapterAdvancedProperty cmdlet removes an advanced property from the network adapter. Note: Advanced properties with a display
name may not be removed. Removing advanced properties could cause unpredictable network behavior.



<

RELATED LINKS

Get-NetAdapterAdvancedProperty
New-NetAdapterAdvancedProperty
Reset-NetAdapterAdvancedProperty
Set-NetAdapterAdvancedProperty

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Remove-NetAdapterAdvancedProperty -Name "MyAdapter" -RegistryKeyword "myKeyword" -AllProperties



This example removes an advanced property named myKeyword from the network adapter named MyAdapter and restarts the network adapter. Note: The
advanced property named myKeyword does not have a display name, therefore the AllProperties parameter must be used.